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

Error when using RZL_READ_DIR_LOCAL FM

Former Member
0 Likes
464

Hi All,

This is regarding the FM RZL_READ_DIR_LOCAL.

I am testing this FM in SE37. When I was testing in SE37 just by giving directory name its not showing list of files. But by giving directory name and checking the Uppercase/Lowercase parameter it is giving list of all the file names from the directory.

But how can I use this Uppercase/Lowercase when I have to use this FM in the program.

Thanks.

Deepak BR

Hi All,

This is regarding the FM RZL_READ_DIR_LOCAL.

I am testing this FM in SE37. When I was testing in SE37 just by giving directory name its not showing list of files. But by giving directory name and checking the Uppercase/Lowercase parameter it is giving list of all the file names from the directory.

But how can I use this Uppercase/Lowercase when I have to use this FM in the program.

Thanks.

Deepak BR

1 REPLY 1
Read only

Former Member
0 Likes
362

Note that the domain for your input parameter is of type text200. TEXT* domains in SAP support upper/lower. Supply the value to the FM in the needed case (by inserting the value into a declared variable of type text200) and the FM will work.