Get Example source ABAP code based on a different SAP table
Further Developments in ABAP Release 4.6A ITOC
ABAP_MODIFICATION_NN New Event Keyword LOAD-OF-PROGRAM>>
LOAD-OF-PROGRAMM>> is an event keyword which processes an event immediately before execution of the first load> statement. For example, when a function module is called, the statements following LOAD-OF-PROGRAM> are executed first after the function pool has been loaded into the program memory. It is then no longer necessary to know the order of execution. This statement has the same effect as a program constructor, similar to the class constructor in ABAP Objects>, which replaces the event LOAD-OF-PROGRAM> in class pools > and global classes.
ABAP_MODIFICATION_NN Typing of Ranges Tables>
The addition RANGE> of the statements DATA> >, STATICS>>, and TYPES> > defines an internal table with the type RANGES >>. This addition can also be used for the definitions in classes and is supported in ABAP Dictionary.
ABAP_MODIFICATION_NN Increased Precision in BCD Arithmetic>
In rare cases in fixed point arithmetic, calculations were performed with a precision of 15 instead of 31 places. This meant that fields with many decimal places> were sometimes rounded off. Now calculations are always performed to an accuracy of 31 places. This change has resulted in a significant reduction of the computing time required for multiplication and division.
ABAP_MODIFICATION_NN F1 Help for Dynamic Field Access>
Previously, F1> help in dynpros> and lists was not available for fields addressed using field symbols> or ASSIGN COMPONENT ...>>, although the assigned field was defined in ABAP Dictionary. Online help is now available for all fields that have a HELP ID>.
ABAP_MODIFICATION_NN More Local and Global Data Descriptions>
Previously, a 16 KB address space was available for global and local static descriptions. Now 16 KB each are reserved separately for the local definitions of subroutines, functions, and methods to reduce the workload in the address space for global descriptions.
ABAP_MODIFICATION_NN More Literals and Memory for Literals>
The address space for literals> has also been expanded so that 64 KB are now available for the different literals. The length of the individual literals is limited only by operating system restrictions. Previously, a maximum of 64 KB was available for all literals together (indexes and texts).
ABAP_MODIFICATION_NN Improvements in Documentation>
The documentation has been improved as follows:
Standardized presentation in the keyword documentation and the application help BC - ABAP> Programming
Extensive documentation of dynpros and the structure SYST> in the application help
ABAP statement reference> in the application help
Detailed visualization of overviews by using figures in the application help
Links from the keyword documentation to the corresponding sections of the application help for each ABAP statement
All example programs for display, execution, and debugging available in transaction ABAPDOCU>>.