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: 

Table for file data

Former Member
0 Kudos
97

Hi,

When we create a file in AL11.

In which table does the data in file get saved.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
64

you can read the data from the application server using the function module..RZL_READ_DIR

4 REPLIES 4

Former Member
0 Kudos
64

Data in the file will not save in any table.

Former Member
0 Kudos
64

Hello,

Please read this: [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e944e133-0b01-0010-caa2-be2cb240f657].

Regards.

Former Member
0 Kudos
64

I dont think data of file will be saved in Tables rather file will be saved on the application server like how we are creating files on our desktops.

Regards,

Kiran Bobbala

Former Member
0 Kudos
65

you can read the data from the application server using the function module..RZL_READ_DIR