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

using a system call

Former Member
0 Likes
438

Hi,

How do you know which variables are existing

in order to use this below shown system call ??

a_name: SAP_CODEPAGE
        PATH_TO_CODEPAGE

data longline(170).

call 'C_GETENV' id 'NAME'  FIELD  a_name
                id 'VALUE' FIELD longline.

Regards

ertas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
401

Check this post in the SDN forum.

1 REPLY 1
Read only

Former Member
0 Likes
402

Check this post in the SDN forum.