SAP Reports / Programs

CACS_FPP_DBC_FRAMEWORK SAP ABAP Report - Framework for Parallel Processing of DB Conversion (See Note 833306)







CACS_FPP_DBC_FRAMEWORK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The framework uses parallel background jobs to convert databases...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter CACS_FPP_DBC_FRAMEWORK 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 CACS_FPP_DBC_FRAMEWORK. "Basic submit
SUBMIT CACS_FPP_DBC_FRAMEWORK AND RETURN. "Return to original report after report execution complete
SUBMIT CACS_FPP_DBC_FRAMEWORK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: STEP5 = Delete Interval Distribution
Selection Text: STEP4 = Delete Customizing
Selection Text: STEP3 = FPP Start Database Conversion
Selection Text: STEP2 = Generate Interval Distribution
Selection Text: STEP1 = Generate Customizing
Selection Text: RETRY = Restart
Selection Text: JOBS = No. of Parallel Jobs per Event
Selection Text: APPL = Commission Application
Selection Text: AGAIN = Repeat All
Title: Framework for Parallel Processing of DB Conversion (See Note 833306)
Text Symbol: 301 = Logs of Parallel Processing of Database Conversion
Text Symbol: 300 = Log Selection of Parallel Processing of Database
Text Symbol: 206 = Function Module:
Text Symbol: 205 = Event:
Text Symbol: 204 = Time:
Text Symbol: 203 = Date:
Text Symbol: 202 = Run was started
Text Symbol: 201 = Run created with process ID:
Text Symbol: 200 = Generate Definition of Parallel Run
Text Symbol: 104 = Function Module
Text Symbol: 103 = Table
Text Symbol: 102 = Nothing to convert for event
Text Symbol: 101 = Instance of parallel processing object was not deleted
Text Symbol: 100 = Not all entries in FPP_RUNS were deleted
Text Symbol: 010 = Restart of Application &1
Text Symbol: 009 = Caution: One background job is started for each event!
Text Symbol: 008 = Parallel Processing
Text Symbol: 007 = Delete Customizing
Text Symbol: 006 = Delete Interval Distribution
Text Symbol: 005 = Start Database Conversion (Parallel Processing)
Text Symbol: 004 = Generate Interval Distribution
Text Symbol: 003 = Generate Customizing
Text Symbol: 002 = Select Process Steps for Database Conversion
Text Symbol: 001 = Commission Applic.
Text Symbol: 000 = Database Conversion for


INCLUDES used within this REPORT CACS_FPP_DBC_FRAMEWORK

INCLUDE CACS_FPP_DBC_000.
INCLUDE CACS_FPP_DBC_001.
INCLUDE CACS_FPP_DBC_002.




INCLUDE CACS_FPP_DBC_003.
INCLUDE CACS_FPP_DBC_009.
INCLUDE CACS_FPP_DBC_010.
INCLUDE CACS_FPP_DBC_011.
INCLUDE CACS_FPP_DBC_012.
INCLUDE CACS_FPP_DBC_013.
INCLUDE CACS_FPP_DBC_014.
INCLUDE CACS_FPP_DBC_020.
INCLUDE CACS_FPP_DBC_021.
INCLUDE CACS_FPP_DBC_022.
INCLUDE CACS_FPP_DBC_023.
INCLUDE CACS_FPP_DBC_025.
INCLUDE CACS_FPP_DBC_026.
INCLUDE CACS_FPP_DBC_030.
INCLUDE CACS_FPP_DBC_031.
INCLUDE CACS_FPP_DBC_033.


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:

No SAP FUNCTION MODULES are executed within this report code!



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