Hello,
I use this command for get "dir_home" directory :
CALL 'C_SAPGPARAM' ID 'NAME' FIELD 'DIR_HOME'
ID 'VALUE' FIELD dirname.
Depends of OS, the separator is '\' o '/'.
How I can know which is it ???
Thanks in advance,