SAP Reports / Programs | Enterprise Controlling | Profit Center Accounting | Basic Settings(EC-PCA-BS) SAP EC

RPCAUMS5 SAP ABAP Report - EC-PCA: Conversion of sets and customer reports Release 2.x to 3.0







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPCAUMS5. "Basic submit
SUBMIT RPCAUMS5 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCAUMS5 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RPCAUMS5

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPCAUMS5 or its description.