RPCAUMS0 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 RPCAUMS0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
0KEW - EC-PCA: Conv. RW reports 2.x -> 3.0
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:Call Conversion Prog.for Sets, Programs and Gen.Ledger Settings
Text Symbol: 003 = Prepare background request
Text Symbol: BTC = Background
Text Symbol: LI1 = Processing mode for converting
Text Symbol: LI2 = groups, user-defined reports
Text Symbol: LI3 = and allocations
Text Symbol: ONL = Direct
Text Symbol: TIT = Choose Processing Mode
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING TEXT_OPTION1 = TEXT-ONL TEXT_OPTION2 = TEXT-BTC TEXTLINE1 = TEXT-LI1 TEXTLINE2 = TEXT-LI2 TEXTLINE3 = TEXT-LI3 TITEL = TEXT-TIT START_COLUMN = 6 START_ROW = 6 IMPORTING ANSWER = INT-ANSWER.
POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' " Eingabe Jobname EXPORTING " und Auflösungsflag POPUP_TITLE = TEXT-003 IMPORTING RETURNCODE = INT-ANSWER TABLES FIELDS = INT_SVAL EXCEPTIONS OTHERS = 1.
JOB_OPEN CALL FUNCTION 'JOB_OPEN' " Job eröffnen EXPORTING JOBNAME = INT-JOBNAME IMPORTING JOBCOUNT = INT-JOBCOUNT EXCEPTIONS * ALREADY_LOCKED = 1 * JOBCOUNT_CANTGEN = 2 * JOBGROUP_MISSING = 3 JOBNAME_MISSING = 4 * OLD_DATABASE = 5 * START_PAST = 6 .
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' " Job schließen EXPORTING JOBNAME = INT-JOBNAME JOBCOUNT = INT-JOBCOUNT EXCEPTIONS * ALREADY_LOCKED = 1 * CANT_CHECK_TARGET = 2 * JOBCOUNT_CANTGEN = 3 JOBNAME_MISSING = 4 JOB_NOSTEPS = 5 JOB_NOTEX = 6 * LAST_STARTSPEC_DIFF = 7 OTHERS = 8.
BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING FORCEDMODE = ' ' JOBCOUNT = INT-JOBCOUNT JOBNAME = INT-JOBNAME EXCEPTIONS CANT_DELETE_EVENT_ENTRY = 01 CANT_DELETE_JOB = 02 CANT_DELETE_JOBLOG = 03 CANT_DELETE_STEPS = 04 CANT_DELETE_TIME_ENTRY = 05 CANT_DERELEASE_SUCCESSOR = 06 CANT_ENQ_PREDECESSOR = 07 CANT_ENQ_SUCCESSOR = 08 CANT_ENQ_TBTCO_ENTRY = 09 CANT_UPDATE_PREDECESSOR = 10 CANT_UPDATE_SUCCESSOR = 11 COMMIT_FAILED = 12 JOBCOUNT_MISSING = 13 JOBNAME_MISSING = 14 JOB_DOES_NOT_EXIST = 15 JOB_IS_ALREADY_RUNNING = 16 NO_DELETE_AUTHORITY = 17.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCAUMS0 - EC-PCA:Call Conversion Prog.for Sets, Programs and Gen.Ledger Settings RPCAUMS0 - EC-PCA:Call Conversion Prog.for Sets, Programs and Gen.Ledger Settings RPCAUDKP_CE - Reconciliation report, Canada, cluster extraction routines RPCAUDKP - Reconciliation report, Canada, cluster extraction routines RPCAUDKD_CE - Include RPCAUDKD RPCAUDKD_ALV - Include RPCAUDKD