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

AL11 file

Former Member
0 Likes
570

need to get file from AL11 to my sap screen

plz give suggestions.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
533

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

2 REPLIES 2
Read only

Former Member
0 Likes
534

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

Read only

RaymondGiuseppi
Active Contributor
0 Likes
533

(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