Skip to Content
0
Former Member
May 08, 2008 at 01:04 PM

using a system call

35 Views

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