cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Are there any other transaction codes that have the same functionality as /SCWM/PRDVC

0 Likes
483

Are there any other transaction codes that have the same functionality as /SCWM/PRDVC (Presentation Device Update)?

Background: Customer is currently using transaction code /SCWM/PRDVC. When implementing authorization roles through PFCG, the authorization object S_TRANSPRT (Transport-related authorization object) is included. It is assumed that this transaction code is actually an SM30, and thus the transport-related authorization object is automatically suggested. As the intention is to use this in a production environment without obtaining transport requests, customer is considering adopting another transaction code that is not related to transport request acquisition if available.

Accepted Solutions (0)

Answers (1)

Answers (1)

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes

Hello @ThakurRavinderSingh 

The /SCWM/PRDVC transaction is a variant transaction that calls SM30 with the /SCWM/V_PRDV_C view:

DominikTylczyn_0-1738138767475.png

 

The view links the /SCWM/TPRDV_CAT and /SCWM/TPRDV_CATT tables:

DominikTylczyn_1-1738138806681.png

 

Both are of "application table" delivery class:

DominikTylczyn_2-1738138839824.png

Therefore changes in /SCWM/PRDVC are not transportable.

 

Additionally the maintenance view generated for /SCWM/V_PRDV_C has the recording routine disabled:

DominikTylczyn_3-1738138897274.png

 

I think you can safely remove the S_TRANSPRT authorization from the profile as transports are not required for /SCWM/PRDVC.

Best regards

Dominik Tylczynski