RCMS_BCM_CGP_PP 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 RCMS_BCM_CGP_PP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CMS_BCM - Coverage gap monitoring
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.
Selection Text: O_ADMORG = Admin Organisation Units
Selection Text: O_CAGTYP = Agreement types
Selection Text: P_CURR = Result currency
Selection Text: P_DIAG = Run in Dialog Mode
Selection Text: P_LOG1 = Log All Messages
Selection Text: P_LOG2 = No Success Messages
Selection Text: P_RUN = Batch Run id
Title: CMS-Batch Collateral coverage gap monitoring
Text Symbol: 001 = Monitoring in progress
Text Symbol: 002 = Collateral agreement selection
Text Symbol: 003 = Message Control
Text Symbol: 004 = Parallel Processing Options
INCLUDE ICMS_BCM_CGP_TOP.
INCLUDE ICMS_BCM_CGP_PP_F01.
INCLUDE ICMS_BCM_CGP_PP_F10.
INCLUDE ICMS_BCM_CGP_PP_F02.
No SAP DATABASE tables are accessed within this REPORT code!
APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING OBJECT = c_appl_log_obj SUBOBJECT = c_appl_log_sub_object EXTERNAL_NUMBER = l_ext_number * OBJECT_ATTRIBUTE = 0 * SUBOBJECT_ATTRIBUTE = 0 * EXTERNAL_NUMBER_ATTRIBUTE = 0 * DATE_FROM = SY-DATUM * TIME_FROM = '000000' * DATE_TO = SY-DATUM * TIME_TO = SY-UZEIT * TITLE_SELECTION_SCREEN = ' ' * TITLE_LIST_SCREEN = ' ' * COLUMN_SELECTION = '11112221122 ' SUPPRESS_SELECTION_DIALOG = 'X' * COLUMN_SELECTION_MSG_JUMP = '1' * EXTERNAL_NUMBER_DISPLAY_LENGTH = 20 * I_S_DISPLAY_PROFILE = * I_VARIANT_REPORT = ' ' * IMPORTING * NUMBER_OF_PROTOCOLS = EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCMS_BCM_CGP_PP - CMS-Batch Collateral coverage gap monitoring RCMS_BCM_CGP_PP - CMS-Batch Collateral coverage gap monitoring RCMS_BCM_CGP_DISPLAY - Display Collateral Coverage gap monitoring results for a Specific Run RCMS_BCM_CGP_DISPLAY - Display Collateral Coverage gap monitoring results for a Specific Run RCMS_BCM_CGP_DEL - Deletion of coverage gap results RCMS_BCM_CGP_DEL - Deletion of coverage gap results