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

Environmentvariable

Former Member
0 Likes
659

Hi,

how can I craete and read out an Environmentvariable ?

Regards

ertas ilhan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
627

Hi Ilhan Ertas,

System variables have been predefined by SAP.

The ABAP system fields are active in all ABAP programs. They are filled by the runtime environment, and you can query their values in a program to find out particular states of the system. Although they are variables, you should not assign your own values to them, since this may overwrite information that is important for the normal running of the program. However, there are some isolated cases in which you may need to overwrite a system variable. For example, by assigning a new value to the field SY-LSIND, you can control navigation within details lists.

I think we cant create the system variables. we can just use them. All the system variables are stored in table SYST.

Please check this link

http://help.sap.com/saphelp_nw70/helpdata/en/7b/fb96c8882811d295a90000e8353423/content.htm

Hope this helps...

Best regards,

raam

5 REPLIES 5
Read only

Former Member
0 Likes
627

pls explain what ur trying to do?

syst table Is this what u want?

Read only

Former Member
0 Likes
628

Hi Ilhan Ertas,

System variables have been predefined by SAP.

The ABAP system fields are active in all ABAP programs. They are filled by the runtime environment, and you can query their values in a program to find out particular states of the system. Although they are variables, you should not assign your own values to them, since this may overwrite information that is important for the normal running of the program. However, there are some isolated cases in which you may need to overwrite a system variable. For example, by assigning a new value to the field SY-LSIND, you can control navigation within details lists.

I think we cant create the system variables. we can just use them. All the system variables are stored in table SYST.

Please check this link

http://help.sap.com/saphelp_nw70/helpdata/en/7b/fb96c8882811d295a90000e8353423/content.htm

Hope this helps...

Best regards,

raam

Read only

Former Member
0 Likes
627

hello I mean a systemvaribale on R/3.

Reagards

ertas

Read only

Former Member
0 Likes
627

Hello Ertas,

perhaps the following report can help you!?

RSPARAMS

This report shows you the actual and default settings for the system variables.

Best regards

Stephan