Archive for June, 2009

Dynamic Internal Tables – Custom Data Explorer

Posted in SAP Dynpro on June 14th, 2009 by asabau – Be the first to comment

Create, populate and display an internal table at runtime without knowing in advance the table type. This can be achieved with the help of field symbols and data reference variables. read more »

View Elements – Custom Data Explorer

Posted in SAP Dynpro on June 6th, 2009 by asabau – Be the first to comment

Custom data explorer is structured as one screen (screen number 100) with three subcreens: table search (150), table query where clauses (200), table data (300). Each screen is a view inside MVC. These views are totally independent of each other actions, they’re just coded to reflect model current data and dispatch controller events based on user commands. Data storage and data handling happens in model and controller. read more »