RFVD_CBR_PROCESS 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 RFVD_CBR_PROCESS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FN_CBR_PROCESS - Create Files for Credit Bureau
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_FILNAM = File Name
Selection Text: P_SIM = Simulation
Selection Text: P_UNIC = File in Unicode Format
Selection Text: P_BLOCK = D .
Selection Text: P_MAXPRO = D .
Selection Text: P_PARAL = D .
Selection Text: P_SGROUP = D .
Selection Text: S_BUKRS = D .
Selection Text: S_CRDAT = D .
Selection Text: S_GSART = D .
Selection Text: S_RANL = D .
Title: Create Files for Credit Bureau
Text Symbol: 001 = Other Data
Text Symbol: FAT = File Attribts
Text Symbol: PAR = Parallel Processing
Text Symbol: PRO = Processes
Text Symbol: SGR = Server Group
Text Symbol: SIZ = Block Size
INCLUDE IFVD_CBR_PROCESS_C01 . " CONSTANTS
INCLUDE IFVD_CBR_PROCESS_D01 . " DATA DEFINITIONS
No SAP DATABASE tables are accessed within this REPORT code!
FVD_TABLE_TIMESTAMP_GET CALL FUNCTION 'FVD_TABLE_TIMESTAMP_GET' * EXPORTING * I_FLG_INIT = ' ' * I_ORIGIN = IMPORTING E_TIMESTAMP = g_timest.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVD_CBR_PROCESS - Create Files for Credit Bureau RFVD_CBR_PROCESS - Create Files for Credit Bureau RFVD_CALL_TOTALCOMMITMENT_LOAN - Check Program for Read Module - Total Commitment for Loans RFVD_CALL_TOTALCOMMITMENT_LOAN - Check Program for Read Module - Total Commitment for Loans RFVD_CALL_REPORTING_LOAN - Check Program for Drilldown Reporting Module for Loans RFVD_CALL_REPORTING_LOAN - Check Program for Drilldown Reporting Module for Loans