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: 

SAP BASIS : table needed for Activity of authorization object

former_member226520
Participant
0 Kudos

Dear Friends,

I am needed the basis tables which has the values of authorization object and the values of

Shipping Point/Receiving Point.

for example there is a authorization object V_LIKP_VST and I have assigned it the activities

like 01, 02, 03 only now I have to get where these three values are stored .

and I have assigned the values to Shipping Point/Receiving Point , like

1100, 1200, 1300 , now I have to find in which table all three values are stored.

more clarification I have given the Tcode PFCG

then in role I have given ZBHARUCH_DEP_NEW

then click on display

then go to authorization and click on Display Authorization Data

then click on manual , here I can see the values which I have assigned

for activities(01,02,03) as well as for Shipping Point/Receiving Point(1100,1200,1300)

so I have to get the above to table which holds these values .

hope you have got to me .

thanks

rihan

1 REPLY 1

Former Member
0 Kudos

I think the tables you want are UST10S and UST12:

  • Table UST10S contains the authorizations assigned to a given profile.
  • Table UST12 contains the fields and values in an authorization.

Does that help?

Steve.