RCMS_DISPLAY_OVERVIEW 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_DISPLAY_OVERVIEW 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_OVER - Collateral Overview
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: P_CAGTYP = Collateral Agmt type
Selection Text: P_RCAG = Collateral Agreement
Selection Text: P_RRBL = Receivable
Title: Collateral Overview
Text Symbol: 001 = Selection Criteria for Collateral Overview
Text Symbol: 002 = Asset ID
Text Symbol: 003 = Asset Type
Text Symbol: 004 = Collateral Agreement ID
Text Symbol: 005 = Collateral Agreement Type
Text Symbol: 006 = Receivable ID
Text Symbol: 007 = Credit System
Text Symbol: 008 = Display Collateral Overview
Text Symbol: 009 = Display Calculation Results
Text Symbol: 010 = Receivables Product Class
Text Symbol: 011 = Agreement
Text Symbol: 012 = Receivable
INCLUDE ICMS_DISPLAY_OVERVIEWTOP. " GLOBAL DATA
INCLUDE ICMS_DISPLAY_OVERVIEWO01. " PBO-MODULES
INCLUDE ICMS_DISPLAY_OVERVIEWI01. " PAI-MODULES
INCLUDE ICMS_DISPLAY_OVERVIEWF01. " FORM-ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
CMS_API_MSG_COL_REFRESH call function 'CMS_API_MSG_COL_REFRESH' .
CMS_API_IR_DIALOG_F4 CALL FUNCTION 'CMS_API_IR_DIALOG_F4' EXPORTING i_prd_class = p_pcls I_PROGNAME = 'RCMS_CALC_OVR' I_SCREEN_NUM = '1000' I_TAB_FIELDS = l_tab_fields * I_ACCESSMODE = IMPORTING E_STR_RBL_SKY = l_wrk_rbl_sky E_TAB_RC = l_tab_rc .
CMS_API_MSG_COL_REFRESH call function 'CMS_API_MSG_COL_REFRESH' .
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_DISPLAY_OVERVIEW - Collateral Overview RCMS_DISPLAY_OVERVIEW - Collateral Overview RCMS_CREATE_CHGPTR_FOR_CONST - Create change pointers for entities in constellation RCMS_CREATE_CHGPTR_FOR_CONST - Create change pointers for entities in constellation RCMS_COR_REQ_PRINT_TOP - Include RCMS_COR_REQ_PRINT_TOP RCMS_COR_REQ_PRINT_START_SCR - Include RCMS_COR_REQ_PRINT_START_SCR