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

WE21 and EDI_LPATH_CREATE_CLIENT_DOCNUM

Former Member
0 Likes
537

I'm having trouble getting this function module to work.

I know my LOGICAL FILE path exists.

But, WE21 fails the "Access Test".

Does anyone have any suggestions?

I'm having trouble getting this function module to work.

I know my LOGICAL FILE path exists.

But, WE21 fails the "Access Test".

Does anyone have any suggestions?

1 REPLY 1
Read only

Former Member
0 Likes
449

Hi Ed Baker

i think your are missing the forward slash in Directory path .

Example:

Directory path: /edidata/outbond

it should be

Directory path: /edidata/outbond/

Note: Directory path must end with a forward slash always

This will solves your issues

Ramesh