Get Example source ABAP code based on a different SAP table
News Before ABAP Release 3.0 Changes were made in the following areas before development of ABAP release 3.0 started: ITOC
ABAP_MODIFICATION_NN Country-Specific Decimal Point and Date Representation>
The new language element SET COUNTRY>> allows the decimal point and date representation for all subsequent output (WRITE>) to be modified.
ABAP_MODIFICATION_NN Lists as Modal Dialog Boxes>
Lists can now be sent as modal dialog boxes, if formatted using LEAVE TO LIST-PROCESSING> in standalone dynpros > that (a) ... have the appropriate attribute set in the dynpro properties. (b) ... are called using CALL SCREEN>> (more precisely using the addition ... STARTING AT ... ENDING AT> ).
ABAP_MODIFICATION_NN Line Width per List or List Level>
Previously, the line width for a list was defined by specifying LINE-SIZE> in the main program (the program started first in a transaction>). This meant that lists created by function modules could not> define the line width themselves. Now>, the LINE-SIZE> specified in the active ABAP program (the program in which the active dynpros calls its modules) applies. This setting can be changed explicitly per list level using the addition ... LINE-SIZE> in NEW-PAGE>>.
ABAP_MODIFICATION_NN New Language Element DESCRIBE LIST>>
Previously, DESCRIBE> could be used to describe the properties of fields, structures, and internal tables. This is now also possible for lists using DESCRIBE LIST>>.
ABAP_MODIFICATION_NN Client-Independent AB_SQL >
Table can now be accessed in any client using the addition CLIENT SPECIFIED> with the AB-SQL language elements SELECT>>, UPDATE>>, and DELETE>>.