cancel
Showing results for 
Search instead for 
Did you mean: 

POWL application ID

Former Member
0 Kudos

Hi experts,

I am working on POWL query related application.I have to find out the query ID as well as application of particular query.

I have debugged but i couldn't find out the application id for the particular POWL query.

Please help me how to find out

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello,

Don't understand your question: you tell us you have a Query ID and Application ID to which it is assigned.

So, what is your problem ?

Have a look at POWL_QUERYR transaction.

Regards.

Laurent.

Former Member
0 Kudos

Hi Laurent,

I have to find out the application id from the screen.Then i can find out the query id using powl_query.

My question is how to find out the application id.

laurent_burtaire
Active Contributor
0 Kudos

Hello,

You have to look at single role assigned to user launching POWL. Then display its authorization:

- auhorization class = AAAB,

- authorization object = CA_POWL,

- field name = POWL_APPID.

Regards.

Laurent.

jason_boggans
Active Contributor
0 Kudos

Hi

With a tool like HTTP Watch you can also check the POST data on POWL load which will show you the relevant APPL-ID

Regards,

Jason