RFVDSO03 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 RFVDSO03 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMN8 - Loans: Due Date List for Pl. Records
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_ZLSCH = Payment Method (Customer)
Selection Text: SO_TITEL = D .
Selection Text: SO_SDTYP = D .
Selection Text: SO_RDARN = Partner
Selection Text: SO_RANL = D .
Selection Text: SO_GSART = D .
Selection Text: SO_CURR = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_BEWA = D .
Selection Text: P_ZWELS = List of Pymt Meths(Pymt Detls)
Selection Text: P_VAR = D .
Selection Text: P_DDISPO = Up To And Including Pmnt Date
Title: Loans: Due Date List for Planned Records
Text Symbol: SL3 = Posting In Spite of Errors in Individual Contracts
Text Symbol: S04 = Display
Text Symbol: S03 = Posting Control
Text Symbol: S02 = Pl.Rec. Selection
Text Symbol: S01 = Contr. Selection
Text Symbol: E02 = found in VDBEPP
Text Symbol: E01 = No Capital Transfer Recs for BO
Text Symbol: 030 = Loan
Text Symbol: 020 = Posting - Loans
Text Symbol: 010 = Posting Test Run - Loans
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR'"--> get_extract ?? EXPORTING PERCENTAGE = 0 * TEXT = ' ' ID = 'SELECTION' * MSGID = ' ' * MSGNO = ' ' * MSGV1 = ' ' * MSGV2 = ' ' * MSGV3 = ' ' * MSGV4 = ' ' .
TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = PERCENTAGE * TEXT = ' ' ID = 'SELECTION' * MSGID = ' ' * MSGNO = ' ' * MSGV1 = ' ' * MSGV2 = ' ' * MSGV3 = ' ' * MSGV4 = ' ' .
ALV_DEBIT_POSITION_LIST CALL FUNCTION 'ALV_DEBIT_POSITION_LIST' EXPORTING I_FLG_SHOW_POST = ' ' i_str_variant = g_str_variant "N1334114 TABLES IT_VDBEPP = T_VDBEPP_ALL.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.