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 - No Authorisation

Former Member
0 Kudos

Hi All,

When trying to access AL11, its triggering an error message as 'No Authorization'.

How can I access the Application Server data without accessing AL11.

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

you can use available function modules

/SAPDMC/LSM_F4_SERVER_FILE - Shows a popup with list of directories in app server

SUBST_GET_FILE_LIST - Return a list of all files in app server dir to a table

EPS_GET_DIRECTORY_LISTING - Return a list of all files in app server dir to a table

FILE_READ_AND_CONVERT_SAP_DATA: to read the content of application server file

Thanks

Ganesh

5 REPLIES 5

Former Member
0 Kudos

Hello

Try transaction CG3Y....

Thanks

Amol Lohade

Former Member
0 Kudos

you can use available function modules

/SAPDMC/LSM_F4_SERVER_FILE - Shows a popup with list of directories in app server

SUBST_GET_FILE_LIST - Return a list of all files in app server dir to a table

EPS_GET_DIRECTORY_LISTING - Return a list of all files in app server dir to a table

FILE_READ_AND_CONVERT_SAP_DATA: to read the content of application server file

Thanks

Ganesh

vinod_vemuru2
Active Contributor
0 Kudos

Hi,

If u just want to view the data then use transaction CG3Y. Provide application and presentation server file name and download to text file and see the data. Give transfer mode as BIN.

If u want to do it programatically then get the access from ur BASIS team. Use FM AUTHORITY_DATA_CHECK for checking the user authority before using OPEN DATA SET statement to avoid dumps.

Thanks,

Vinod.

Former Member
0 Kudos

Thanks alot.

0 Kudos

Maybe SAP user don't have authorizations in Application server (unix or windows server)