How to provide authorization check for table

Question: Hello friends,

Please suggest me how to include authorization check in a program that loads a table from a excel file. Please note, the table is not maintained using SM30.


Thank you,
ramya

Answer:
I don't think you post is clear enough. Why don't you describe the steps in detail and then ask what part of the process you are trying to control.

Answer:
In your code select the SECU field form talbe TDDAT for the table you are loading to and then perform an AUTHORITY-CHECK statement on the authorization object S_TABU_DIS activity 02 and authorization group TDDAT-SECU. If the user is authorized then load the table if not error out.

F1 help aon AUTHORITY-CHECK in the ABAP editor will tell you how to use the statement.

SUCU or SE54 will let you change the value of the authorizaiton group on the table.
_________________
John A. Jarboe

Answer:
Thank you for the reply .. This should help me in resolving this authorization issue
Copyright ?2007 - 2008 www.jt77.com