Skip to Content
0
Feb 23, 2010 at 11:26 AM

Problem with RZL_READ_DIR_LOCAL

2574 Views

Hi Experts,

The Function module RZL_READ_DIR_LOCAL is reading the APPLICATION server AL11 directory path and list all the folders & file inside that directory into an internal table FILE_TBL.

Since the size of the field FILE_TBL-NAME is 32 chars . So if a file name is about 100 chars long , I'm getting only the 32 chars as file name. Rest are getting truncated.

I searched in SDN and got this FM SUBST_GET_FILE_LIST but here the size is 75 chars.

Is there any way to solve this? any FM to return the whole 255 char length of file name??

Please suggest.

Rgds,

Lakshmiraj