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

Environment variables

Former Member
0 Likes
457

Hello experts

Is there a way in ABAP to access environment variables defined in the application server (UNIX) on which SAP is running ?

Thanks

Thibault

1 REPLY 1
Read only

former_member156446
Active Contributor
0 Likes
340

you can execute external(unix/windows/solaris) commands using SM69 and SM49 transactions.. if you can execute a sequence of command for unix.. you should be able to get he required information in to SAP.