RPCAUMS5 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RPCAUMS5 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: EC-PCA: Conversion of sets and customer reports Release 2.x to 3.0
Text Symbol: PI1 = Lock target table GLPCT
Text Symbol: PI2 = Check control table TGUMS
Text Symbol: PI3 = Convert allocations
Text Symbol: PI4 = Convert Report Writer control table T804C
Text Symbol: PI5 = Convert Report Writer objects
Text Symbol: PI6 = Convert sets
Text Symbol: PI7 = Delete old sets for Table GLTPC
Text Symbol: PI8 = Copy standard reports from client 000
Text Symbol: PI9 = Create where-used list for sets
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = 'Sperren der Zieltabelle GLPCT'(PI1).
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = 'Überprüfen der Steurerungstabelle TGUMS'(PI2).
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' "Nachrichtensammler aktivieren EXPORTING COLLECT_AND_SEND = COLLECT_AND_SEND.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'GU' MSGTY = 'I' MSGV1 = FROMTAB MSGV2 = TOTABLE TXTNR = '930'. "Protokollüberschrift
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = 'Umsetzen der Allokationen'(PI3).
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = 'Umsetzen der Report-Writer-Steuerungstabelle T804C'(PI4).
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = 'Umsetzen der Report-Writer-Objekte'(PI5).
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = 'Umsetzen der Sets'(PI6).
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = 'Löschen der alten Sets zur GLTPC'(PI7).
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = 'Standardberichte aus Mandant 000 kopieren'(PI8).
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'KM' MSGTY = 'S' MSGV1 = '8A2' MSGV2 = '000' MSGV3 = SY-MANDT TXTNR = '510'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'KM' MSGTY = 'S' MSGV1 = '8A1' MSGV2 = '000' MSGV3 = SY-MANDT TXTNR = '510'.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = 'Verwendungsnachweis von Sets erzeugen'(PI9).
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'GU' MSGTY = 'I' MSGV1 = FROMTAB MSGV2 = TOTABLE TXTNR = '932'. "Umsetzung beendet
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS A_MESSAGE = 01 E_MESSAGE = 02 I_MESSAGE = 03 W_MESSAGE = 04.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING SHOW_LINNO = SPACE OBJECT = TEXT-001.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCAUMS5 - EC-PCA: Conversion of sets and customer reports Release 2.x to 3.0 RPCAUMS5 - EC-PCA: Conversion of sets and customer reports Release 2.x to 3.0 RPCAUMS3 - EC-PCA: Convert Plan Line Items from Release 2.x to 3.0 RPCAUMS3 - EC-PCA: Convert Plan Line Items from Release 2.x to 3.0 RPCAUMS2 - EC-PCA: Convert Actual Line Items from Release 2.x to 3.0 RPCAUMS2 - EC-PCA: Convert Actual Line Items from Release 2.x to 3.0