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

User authorization for Transaction IUUC_REPL_CONTENT

Former Member
0 Likes
1,017

Hi

I have user authorized for only few transactions.

My user wants to execute above  IUUC_REPL_CONTENT transaction too,

How to set the authorization.? I tried using PFCG -> S_TCODE ->Transaction IUUC_REPL_CONTENT.

But its giving below dump.

RAISE EXCEPTION

[Dump Text]

A RAISE statement in the program "IUUC_REPL_CONTENT" raised the exception

condition "NO_AUTHORITY".

Since the exception was not intercepted by a superior

program, processing was terminated.

Can you advise me how to...there is not Authorizatoin object assigned for this new transaction.

it is HANA replication SLT related new transaction.

Regards

Chandra

1 ACCEPTED SOLUTION
Read only

amol_samte
Contributor
0 Likes
929

U can change it into debugger mode....

Hi

I have user authorized for only few transactions.

My user wants to execute above  IUUC_REPL_CONTENT transaction too,

How to set the authorization.? I tried using PFCG -> S_TCODE ->Transaction IUUC_REPL_CONTENT.

But its giving below dump.

RAISE EXCEPTION

[Dump Text]

A RAISE statement in the program "IUUC_REPL_CONTENT" raised the exception

condition "NO_AUTHORITY".

Since the exception was not intercepted by a superior

program, processing was terminated.

Can you advise me how to...there is not Authorizatoin object assigned for this new transaction.

it is HANA replication SLT related new transaction.

Regards

Chandra

5 REPLIES 5
Read only

amol_samte
Contributor
0 Likes
930

U can change it into debugger mode....

Read only

0 Likes
929

Hi

U mean you asking me to check in debugger mode?

Can you pls elaborate more.

Regards

Read only

0 Likes
929

Hi,

Inside that one some Authority FM is used, you have to change the sy-subrc value to 0.

else ask basis people to give authority for particular tcode.

Regards,

Amol

Read only

0 Likes
929

hello Amol

Thanks for reply.

Problem solved.

I added S_DMIS auth object and able to solve the problem.

let me award points too

Regards

Read only

RaymondGiuseppi
Active Contributor
0 Likes
929

Did you

- call transaction SU53 to identify missing authorization ?

- search thru OSS notes ? (Note 1733714 - Guide for Advanced Replication Settings)

Regards,

Raymond