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

System variables

Former Member
0 Likes
486

Hi

I have couple of queries. It would be great if someone can guide me into this.

1. How do the system variables get their values? Is there any customizing to be done?

2. Does it happen by chance that some of the system variables have empty values sometimes? In one of the objects in our projects the variable sy-langu was coming as a null value.

Thanks in Advance

Saikiran

3 REPLIES 3
Read only

anversha_s
Active Contributor
0 Likes
460
Read only

Former Member
0 Likes
460

1.

SAP will popualte values to the system variables.

you can check SYST structure variables for example.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
460

The system variable values are provided by the runtime, no customizing required. If you are seeing SY-LANGU as a nul value, there is a definite problem. You should also see a value for this system variable.

Regards,

Rich Heilman