SAP Reports / Programs | Financial Services | Collateral Management System | Calculations(FS-CMS-CAL) SAP FS

RCMS_DISPLAY_OVERVIEW SAP ABAP Report - Collateral Overview







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


Transaction Code(s):

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

CMS_OVER - Collateral Overview


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


INCLUDES used within this REPORT RCMS_DISPLAY_OVERVIEW

INCLUDE ICMS_DISPLAY_OVERVIEWTOP. " GLOBAL DATA
INCLUDE ICMS_DISPLAY_OVERVIEWO01. " PBO-MODULES
INCLUDE ICMS_DISPLAY_OVERVIEWI01. " PAI-MODULES
INCLUDE ICMS_DISPLAY_OVERVIEWF01. " FORM-ROUTINES


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:

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' .



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