RFVDNGS0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report program RFVDNGS0 generates a list of loan contracts for a specified period...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFVDNGS0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FNQ2 - New Business Statistics
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: S_SZIEL = Target Group
Selection Text: S_SREGI = Sales Region
Selection Text: S_SGESS = Branch Office
Selection Text: S_REGBL = Federal State
Selection Text: S_LAND1 = Country
Selection Text: S_GSART = Product Type
Selection Text: S_BUKRS = Company Code
Selection Text: P_TITLE = Additional Title
Selection Text: P_L_RSUM = Branch Office Totals List
Selection Text: P_L_PSUM = Product Type Totals List
Selection Text: P_L_GSUM = Region Totals List
Selection Text: P_LSEP = Separate Lists
Title: New Business Statistics
Text Symbol: 034 = Scaling
Text Symbol: 035 = /
Text Symbol: 036 = ****
Text Symbol: 037 = *****
Text Symbol: 038 = Product Type Line Items
Text Symbol: 039 = Sales Region Line Items
Text Symbol: 040 = Branch Office Line Items
Text Symbol: 041 = Country/Federal State
Text Symbol: 042 = Target Group
Text Symbol: 043 = CoCde Pst.Cty Curr. Contract Capital No. New Outpayments No. Outpayments No.
Text Symbol: 044 = CoCd Status Post.Ctry Curr. Contract Capital No. Contract Number
Text Symbol: 045 = Federal State Totals List
Text Symbol: 046 = Federal State Line Items
Text Symbol: 047 = CoCde Tar.Grp Curr. Contract Capital No. New Outpayments No. Outpayments No.
Text Symbol: 048 = CoCd Status Targ.grp Curr. Contract capital No. Contract number
Text Symbol: 049 = Target Group Totals List
Text Symbol: 050 = Target Group Line Items
Text Symbol: 001 = CoCde ProdTyp Curr. Contract Capital No. New Outpayments No. Outpayments No.
Text Symbol: 002 = CoCde SlsReg Curr. Contract Capital No. New Outpayments No. Outpayments No.
Text Symbol: 003 = CoCde BrOff Curr. Contract Capital No. New Outpayments No. Outpayments No.
Text Symbol: 004 = ***
Text Symbol: 005 = Period From
Text Symbol: 006 = to
Text Symbol: 007 = CoCd Status ProdTyp Curr. Contract Capital No. Contract Number
Text Symbol: 008 = *
INCLUDE VDCONST0.
INCLUDE RFVDNGS1.
No SAP DATABASE tables are accessed within this REPORT code!
FVD_COMPANY_CODE_AUTHORITY_CHK call function 'FVD_COMPANY_CODE_AUTHORITY_CHK' exporting im_flg_show_mesg = l_flg_show_mesg tables ex_tab_bukrs_not_authorized = bukrs_not_authorized[] changing chg_tab_bukrs_authorized = s_bukrs[] .
FLBP_ROLE_RANGE_FOR_RLCAT_GET CALL FUNCTION 'FLBP_ROLE_RANGE_FOR_RLCAT_GET' "XJY EXPORTING IT_RLCAT = tab_rlcat IMPORTING ET_ROLE_RNG = r_roletyp EXCEPTIONS NO_ROLE_FOUND = 1 NO_RLCAT_SUPPLIED = 2 OTHERS = 3 .
FSBP_READ_BP001 CALL FUNCTION 'FSBP_READ_BP001' EXPORTING i_partner = tab_vzparo1-partnr IMPORTING e_bp001 = ls_bp001 EXCEPTIONS partner = 1 partner_not_released = 2 wrong_parameters = 3 data_for_data_not_act = 4 OTHERS = 5.
PAV_SELECT_PARZU * CALL FUNCTION 'PAV_SELECT_PARZU' * EXPORTING * BUKRS = ITAB01-BUKRS * PARTNR = TAB_VZPARO1-PARTNR * IMPORTING * VZPARZA_OUT = TAB_VZPARZA * ZPARZJ_OUT = TAB_VZPARZJ * VZPARZN_OUT = TAB_VZPARZN * TABLES * VZPARJB_OUT = TAB_VZPARJB * EXCEPTIONS * BUKRS_NOT_FOUND = 01 * NO_RECORD_FOUND = 02 * PARTNER_NOT_FOUND = 03.
LOAN_FLOWS_SUPPLY CALL FUNCTION 'LOAN_FLOWS_SUPPLY' EXPORTING i_bukrs = vdarl-bukrs i_ranl = vdarl-ranl TABLES o_vdbeki = ibeki o_vdbepi = ibepi o_vzzbepp = ivzzbepp EXCEPTIONS ranl_not_found = 1 i_dvalut_until_too_early = 2 OTHERS = 3.
FVAY_NEW_ADDRESS_ASSIGN CALL FUNCTION 'FVAY_NEW_ADDRESS_ASSIGN' EXPORTING function = p_function * FUNCTION_SUB = * Bei Nummernvergabe durch die ZAV ist kein Adreßobjekttyp vorzugeben * i_adrobjtyp = i_object = l_adrobjnr i_obtype = con_obtyp * I_VZOBJECT_INT = * I_ADDRESS = flg_save_in_updt = 'X' IMPORTING e_vzobject_int = ls_vzobject_int e_address = ls_adress flg_changed = l_flg_changed EXCEPTIONS address_not_found = 1 general_error = 2 function_cancelled = 3 OTHERS = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVDNGS0 - New Business Statistics RFVDNGS0 - New Business Statistics RFVDMODCALC - Program for Object Type FVDMODCALC : Model Calculation RFVDMODCALC - Program for Object Type FVDMODCALC : Model Calculation RFVDMLOE - Delete program EDI loan and business partner RFVDMLOE - Delete program EDI loan and business partner