RFVDBJR2 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 RFVDBJR2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FNR0 - Loans: Posting Journal
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_DATJRN = Date of Journal
Selection Text: P_REPEAT = Repeat Run
Selection Text: SO_BUDAT = D Posting Date
Selection Text: SO_BUKRS = Company Code(s)
Selection Text: SO_DERF = D First Entered On
Selection Text: SO_GSART = D Product Type
Selection Text: SO_RANL = D Contract Number
Selection Text: SO_SANLF = D Product Category
Title: Loans: Posting Journal
Text Symbol: 013 = REVER
Text Symbol: 012 = Document Number
Text Symbol: 011 = DOCNO
Text Symbol: 010 = Contract Number
Text Symbol: 009 = CONT
Text Symbol: 008 = Flow Text
Text Symbol: 007 = FLOW TEXT
Text Symbol: 006 = FTyp
Text Symbol: 005 = FLOW TYPE
Text Symbol: 004 = FI Date
Text Symbol: 003 = Posting Date
Text Symbol: 002 = Posting Date
Text Symbol: 001 = Records
Text Symbol: 019 = Amount (FC)
Text Symbol: 020 = Currency
Text Symbol: 021 = REV1
Text Symbol: 022 = AMOUNT_LC
Text Symbol: 023 = Amount (LC)
Text Symbol: 024 = CUR_LC
Text Symbol: 025 = REV2
Text Symbol: BL1 = Further Selections
Text Symbol: 018 = AMOUNT
Text Symbol: M09 = S= Balance indicator; 1 : Revers.rec, 2 : Reversed record
Text Symbol: M03 = Selection for every
Text Symbol: M01 = to
Text Symbol: F20 = End Error Messages
Text Symbol: F10 = Error Messages Report
Text Symbol: F05 = Acct determination error for flow type
Text Symbol: F01 = Acct assignm.table not correctly maintained for flow type
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SET_PRINT_PARAMETERS * CALL FUNCTION 'SET_PRINT_PARAMETERS' "N 651148 * EXPORTING ** LAYOUT = 'X_65_132'. "N 558889
CALL FUNCTION 'ACCOUNT_DETERMINE' EXPORTING bepp = sbepp rantyp = con_loan IMPORTING bethabn = bethabn betsoll = betsoll kto_kez = kto_kez whrhabn = whrhabn whrsoll = whrsoll EXCEPTIONS accounttab_not_cust = 1 OTHERS = 2.
LAST_DAY_IN_YEAR_GET CALL FUNCTION 'LAST_DAY_IN_YEAR_GET' EXPORTING i_date = t_post-dbudat i_periv = t001-periv IMPORTING e_date = dende_gsjahr EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3.
LAST_DAY_IN_YEAR_GET CALL FUNCTION 'LAST_DAY_IN_YEAR_GET' EXPORTING i_date = t_post-dbudat i_periv = t001-periv IMPORTING e_date = dende_gsjahr EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3.
FVD_PRODUCTTYPE_AUTHORITY_CHK CALL FUNCTION 'FVD_PRODUCTTYPE_AUTHORITY_CHK' EXPORTING IM_FLG_SHOW_MESG = l_flg_show_mesg CHANGING chg_tab_gsa_authorized = so_gsart[].
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 RFVDBJR2 or its description.