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

Authorization for OOC3

0 Likes
1,263

Hello experts,

What is the difference btw OOC3 and S_AHR_61011887? When giving authorization via PFCG, and adding name S_AHR_61011887 to T-Code table. I assumed OOC3 authorization would work. However, it does not. Do I have to writhe in exactly OOC3?

Thank you for explanation.

K.

1 ACCEPTED SOLUTION
Read only

0 Likes
1,159

Hello,

my issue is currently solved. By means of SU53 I learned technical details. The OOC3 is run by PVCT core transaction (?), also it is part of the P_TCODE object, T-T1734226000.  So, in PFCG,  I entered transaction name PVCT under the node of P_TCODE, T-T1734226000.

and the OOC3 worked!

thank you.

Hello experts,

What is the difference btw OOC3 and S_AHR_61011887? When giving authorization via PFCG, and adding name S_AHR_61011887 to T-Code table. I assumed OOC3 authorization would work. However, it does not. Do I have to writhe in exactly OOC3?

Thank you for explanation.

K.

5 REPLIES 5
Read only

Former Member
0 Likes
1,159

Hi,

Each transaction that you call has some set of explicit authorization call and the same are to be met for the run.

After running check SU53 you will know which authorization is falling send the screenshot to basis team for action

Regards

Read only

Pawan_Kesari
Active Contributor
0 Likes
1,159

Every time user starts a transaction authority object S_TCODE is checked against transactions defined in PFCG profile(s) of the user.

You can have multiple transactions starting same program but for user to have access to each one of them all of them should appear in transaction list in PFCG.

Adding S_AHR_61011887 to PFCG profile will allow user get past authority check on object S_TCODE for this tcode, but when same user tries to execute OOC3 it will fail as this is not in transaction list.

In other words, yes, you will have to specify OOC3 explicitly.

Regards,

Pawan.

Read only

0 Likes
1,160

Hello,

my issue is currently solved. By means of SU53 I learned technical details. The OOC3 is run by PVCT core transaction (?), also it is part of the P_TCODE object, T-T1734226000.  So, in PFCG,  I entered transaction name PVCT under the node of P_TCODE, T-T1734226000.

and the OOC3 worked!

thank you.

Read only

0 Likes
1,159

I suppose I mentioned the same thing

Read only

Former Member
0 Likes
1,159

Hi Katarina,

Use below function module you will get authorization.

C160_TRANSACTION_CALL.

ALINK_CALL_TRANSACTION.

Thanks,

Satya Srinivas