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

Former Member
0 Likes
3,481

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
Read only

Former Member
0 Likes
2,053

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

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

5 REPLIES 5
Read only

Former Member
0 Likes
2,053

Hello

Try transaction CG3Y....

Thanks

Amol Lohade

Read only

Former Member
0 Likes
2,054

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

Read only

vinod_vemuru2
Active Contributor
0 Likes
2,053

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.

Read only

Former Member
0 Likes
2,053

Thanks alot.

Read only

0 Likes
2,053

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