‎2008 Jul 17 2:36 PM
Hi!
I'm trying to list local files with sap functions C_DIR_READ_START, C_DIR_READ_NEXT and C_DIR_READ_FINISH, like in this link:
But doesn't work when called the function C_DIR_READ_START with local path, the return code error is 2.
This happens only in my client, in others clients this works perfectly.
Someone knows what is this problem? It is configuration?
Tnx!
‎2008 Jul 17 3:07 PM
After function:
CALL 'C_DIR_READ_START'
ID 'DIR' FIELD DIRNAME ID 'FILE' FIELD FILENM
ID 'ERRNO' FIELD FILE-ERRNO
ID 'ERRMSG' FIELD FILE-ERRMSG
The error message in 'ERRMSG' is:
"opendir: No such file or directory"
‎2009 Aug 13 1:54 PM
Hi Janfer,
Wer u able to solve it.M facing similar issue....
‎2010 Apr 27 10:55 AM