CL_ABAP_SYST - Safe Determination of SYST Values
Vendor Master (General Section) SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3upThis documentation is copyright by SAP AG.
Functionality
The class CL_ABAP_SYST offers a secure access to the selected fields of the sructure SYST.
As the fields of the stucture SYST are not protected against overwriting from within ABAP, youshould never rely on the content of these fields. Through the usage of the GET methods of the class CL_ABAP_SYST, you can determine the original content of the fields of the structure SYST.
Example
Instead of
client = sy-mandt.
you should better use
client = cl_abap_syst=>get_client( ).
Notes
The function of cl_abap_syst=>get_transaction_code is not identical to the field sy-tcode (see method documentation).
Addresses (Business Address Services) rdisp/max_wprun_time - Maximum work process run time
This documentation is copyright by SAP AG.
Length: 756 Date: 20120526 Time: 083101 triton ( 59 ms )






