ABAP system variables is accessible from all ABAP programs. These fields are filled by the runtime environment. The values in these fields indicate the state of the system at any given point of time.
The complete list of ABAP system variables is found in the SYST table in SAP. Individual fields of the SYST structure can be accessed either using “SYST-“ or “SY-“.
WRITE:/ 'ABAP System Variables'. WRITE:/ 'Client : ', sy-mandt. WRITE:/ 'User : ', sy-uname. WRITE:/ 'Date : ', sy-datum. WRITE:/ 'Time : ', sy-uzeit.
Output
Simple and super. Thanks….Jaheer
Thanks for the Tutorial, very easy to understand
SYST is a structure (not Table).
Navigation: se11 (ABAP Dict) –> Select ‘Structure’ –> Enter SYST
hie ..every one i am new to sap Abap tutorials please suggest me how to start with this tutorial and which software’s to be installed in my pc for practice purpose.
thanks for the totorial so simple undrstandable step by step initial level
thanks for the totorial so simple please don’t stop