SAP Reports / Programs

RCCBP_GEN_VAR_MAINTENANCE SAP ABAP Report - Triggers the maintenance of MRP and SOP variants







RCCBP_GEN_VAR_MAINTENANCE 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 RCCBP_GEN_VAR_MAINTENANCE 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

CBP3 - SOP master data download
CBP2 - MRP transactional data download
CBP1 - MRP master data download


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 RCCBP_GEN_VAR_MAINTENANCE. "Basic submit
SUBMIT RCCBP_GEN_VAR_MAINTENANCE AND RETURN. "Return to original report after report execution complete
SUBMIT RCCBP_GEN_VAR_MAINTENANCE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Triggers the maintenance of MRP and SOP variants
Text Symbol: 001 = Report:
Text Symbol: 002 = Version:
Text Symbol: 003 = Automatic maintenance
Text Symbol: 004 = Yes
Text Symbol: 005 = No
Text Symbol: 006 = Automatically maintain this version as download version for a model


INCLUDES used within this REPORT RCCBP_GEN_VAR_MAINTENANCE

INCLUDE MRP_GLOBAL_TOP.


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:

RS_VARIANT_SCREEN CALL FUNCTION 'RS_VARIANT_SCREEN' EXPORTING REPORT = REPORT_NAME IMPORTING VARIANT = RETURNED_VARIANT EXCEPTIONS OTHERS = 0.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING TEXTLINE1 = LINE1 TEXTLINE2 = LINE2 TEXTLINE3 = TEXT-006 TEXT_OPTION1 = TEXT-004 TEXT_OPTION2 = TEXT-005 TITEL = TEXT-003 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 0.

CBP_TAB_MODEL_QUERY CALL FUNCTION 'CBP_TAB_MODEL_QUERY' EXPORTING IMODEL_TYPE = CBP_MODEL_TYPE IMPORTING OMODEL = MODEL EXCEPTIONS NO_MODEL_SELECTED = 1 OTHERS = 2.

CBP_TAB_DOWNLOAD_SET CALL FUNCTION 'CBP_TAB_DOWNLOAD_SET' EXPORTING I_MODEL_TYPE = CBP_MODEL_TYPE I_MODEL = MODEL I_REPORT_MD = REPORT_MD I_VARIANT_MD = VARIANT_MD I_REPORT_TD = REPORT_TD I_VARIANT_TD = VARIANT_TD EXCEPTIONS OTHERS = 0.



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