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

RPCAUMS0 SAP ABAP Report - EC-PCA:Call Conversion Prog.for Sets, Programs and Gen.Ledger Settings







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

0KEW - EC-PCA: Conv. RW reports 2.x -> 3.0


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 RPCAUMS0. "Basic submit
SUBMIT RPCAUMS0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCAUMS0 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: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


INCLUDES used within this REPORT RPCAUMS0

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:

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.



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 RPCAUMS0 or its description.