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

Table Authorization

Former Member
0 Likes
630

Dear Friends,

One question,

How can I know, particular table is authorize or not before

using it in report programming?

Regards,

Nilay

5 REPLIES 5
Read only

Former Member
0 Likes
609

hi

here for each and every user there is authority option is there

in which u can spicify authority for access.

when in standard programming first of all authority is checked

if at that time if the person is not allowed he will not have that much access to it.

Read only

Former Member
0 Likes
609

Hi Nilay,

you can see whether a table has been assigned authorization group by:

se11>table name-> utilities---->assign authorization group

please reward if the information is useful .

Regards

Abhimanyu

Read only

Former Member
0 Likes
609

Hi Nilay,

You just open the table which you wanted to use and try to change something in that particular table if it promts for 'Access key' to change something, then that table is authorised else not :).

All the best.

Thankyou,

Regards.

Read only

Former Member
0 Likes
609

Dear Friends,

Thanks, for answer my question.

Answers were very usefull,

but I want to know that,

is it possible to check table is authorize or not

through programming?

Regards,

Nilay

Read only

0 Likes
609

Hi nilay,

1. If you are talking about reading those tables

using select query in our z program, then yes,

we can read such tables. There is no authorisation concept

for such usage.

2. However, we are not allowed to update any standard sap table. It is not recommended by sap.

3. If you are talking about authorisation,

then it is at the authorisation object level - and not at table level.

The syntax for it is AUTHORITY-CHECK .

regards,

amit m.