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: 

F_KNB1_ANA

Former Member
0 Kudos

Hi,

I would like to know which transactions need or check this F_KNB1_ANA Auth. Obj.

I will appreciate any idea.

Regards

FedeX

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Fedex,

you can use this table TSTAV for this

you have to enter the required auth object in

OBJCT field of selection screen and then execute it .

you will get all the transactions related to that object

Hope this helps

Thanks,

Rakesh.T

4 REPLIES 4

Former Member
0 Kudos

Hi Fedex,

you can use this table TSTAV for this

you have to enter the required auth object in

OBJCT field of selection screen and then execute it .

you will get all the transactions related to that object

Hope this helps

Thanks,

Rakesh.T

0 Kudos

Or, if you prefer using transactions over browsing tables:

Transaction SU21, use find to get to the object, doubleclick it, select "Where used list (CTRL-SHIFT-F8)"

Former Member
0 Kudos

>

> Hi,

>

> I would like to know which transactions need or check this F_KNB1_ANA Auth. Obj.

>

> I will appreciate any idea.

>

> Regards

> FedeX

I personally prefer SU24->Authorization Object->F_KNB1_ANA ->Execute. This will list all the tcodes associated with F_KNB1_ANA auth object.

Former Member
0 Kudos

I think you were a bit fast to choose your answer...

TSTAV will only give you the objects which are checked together with S_TCODE at tcode start. It will not tell you whether the transaction actually checks it when you use the transaction (after having started it).

SU24 will only be as good as it is maintained. But it is typically better than TSTAV.

Perhaps both together (plus some other stuff) would be even closer to the answer?

Cheers,

Julius