Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

abap program

Former Member
0 Likes
357

name some global variables use in abap program?plzz tell

2 REPLIES 2
Read only

Former Member
0 Likes
343

Look at structure syst. Those variables are set by the R/3 system automatically. You can access them in your program through

sy-xxxxx where xxxxx is the fieldname from syst

e.g.

sy-subrc

sy-tabix

sy-langu etc.

Read only

former_member156446
Active Contributor
0 Likes
343

all the system level variable are global table: SYST

SPACE is also of such kind