Application Development 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: 

AL11 file

Former Member
0 Kudos

need to get file from AL11 to my sap screen

plz give suggestions.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

If you want to dwonload file from app server, use Tcode CG3Y

2 REPLIES 2

Former Member
0 Kudos

If you want to dwonload file from app server, use Tcode CG3Y

raymond_giuseppi
Active Contributor
0 Kudos

(1) If you want to read the data from a file in AL11, use

OPEN DATASET
READ DATASET
CLOSEb DATASET

(2) If you want the list of file displayed in AL11, use

FM like F4_FILENAME_SERVER

Regards