RFPM_CUST_CHECK 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 RFPM_CUST_CHECK into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CCR - Customizing Check Report
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: SO_PRIO = Priority area
Selection Text: SO_BUKRS = Company code
Selection Text: SO_AUSW = Evaluation area
Title: Securities: Customizing Check Report
Text Symbol: 007 = Evaluation area
Text Symbol: 006 = Display long text
Text Symbol: 005 = Short text
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FPM_CUST_CHECK_HIERARCHY_SHOW * CALL FUNCTION 'FPM_CUST_CHECK_HIERARCHY_SHOW' * IMPORTING * text = so_ausw-low.
TPM_TRG_OBSOLETE_TRANSACTIONS CALL FUNCTION 'TPM_TRG_OBSOLETE_TRANSACTIONS' EXPORTING im_old_transaction = 'CCR' im_new_transaction = 'TRLCCHK'.
TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING ID = 'WORK'.
FPM_CUST_CHECK_AUSW * CALL FUNCTION 'FPM_CUST_CHECK_AUSW' * CHANGING * r_auswert = r_auswert.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
FPM_CUST_CHECK_TRSE CALL FUNCTION 'FPM_CUST_CHECK_TRSE' EXPORTING r_bukrs = r_bukrs r_auswert = r_auswert r_prio = r_prio.
TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING ID = 'OUTPUT'.
MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = g_tab_messages.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFPM_CUST_CHECK - Securities: Customizing Check Report RFPM_CUST_CHECK - Securities: Customizing Check Report RFPM_AMORTIZED_COST - Securities: Execute Amortization RFPM_AMORTIZED_COST - Securities: Execute Amortization RFPMVM_MIG - Treasury: Migration 4.0 to 5.0 RFPMVM_MIG - Treasury: Migration 4.0 to 5.0