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: 

PLM Web UI Validation Tool

Former Member
0 Kudos

I am trying to restrict action owners where they should only be able to access to the report of his/her own action they are authorized to execute, not sure what is missing in the process, i tried to traced through ST01 but it did not checked any authorization object that was after multiple attempt.

Thanks in advance for your valuable advice.

regards

Asher

1 REPLY 1

Former Member
0 Kudos

Hi ,

If you are talking about the Actions in CRM u2013 which uses the Post Processing Framework (PPF), and provides the tools for planning, starting and monitoring the actions.

The transaction code is CRMC_ACTION_WIZARD and below are the checked auth objects,

PLOG

S_ALV_LAYO

S_CTS_ADMI

S_DATASET

S_DEVELOP

S_DOKU_AUT

S_GUI

S_PPF_CONF

S_PPF_CUST

S_PRO_AUTH

S_PROJECT

S_RFC

S_TABU_DIS

S_TCODE

S_TRANSLAT

S_TRANSPRT

And while executing the tcode,below is the Trace displayedu2026

S_TCODE RC=0 tcode=CRMC_ACTION_WIZARD;TCD=CRMC_ACTION_WIZARD;

S_TCODE RC=0 reason=C;tcode=SPRO;TCD=CRMC_ACTION_WIZARD;

S_PPF_CUST RC=0 tcode=SPPFCWIZARD;ACTVT=02;

S_PPF_CONF RC=0 tcode=SPPFCWIZARD;ACTVT=02;

S_CTS_ADMI RC=0 tcode=SPPFCWIZARD;CTS_ADMFCT=TABL;

Regards,

Malti