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

Transaction FILE

Former Member
0 Likes
437

Hello,

When using WE21 for ports that have a reference to an entry in the FILE, how do i get the information in the file directory from a ABAP program?

Best regards

Lisa M Simonsen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
400

Hi,

If you want to get the name of the fiel, then use below function module

FILE_GET_NAME Assign the Physical File Name Using a Logical File Name

FILE_GET_NAME_AND_LOGICAL_PATH Assign physical file names and get logical path

FILE_GET_NAME_USING_PATH Generate a complete file name with file name and logical path

Hello,

When using WE21 for ports that have a reference to an entry in the FILE, how do i get the information in the file directory from a ABAP program?

Best regards

Lisa M Simonsen

1 REPLY 1
Read only

Former Member
0 Likes
401

Hi,

If you want to get the name of the fiel, then use below function module

FILE_GET_NAME Assign the Physical File Name Using a Logical File Name

FILE_GET_NAME_AND_LOGICAL_PATH Assign physical file names and get logical path

FILE_GET_NAME_USING_PATH Generate a complete file name with file name and logical path