RFVDBJR1 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 RFVDBJR1 into the relevant SAP transactions such as SE38 or SE80
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: SP_BUDAT = Posting date
Selection Text: SP_BUKRS = Company Code(s)
Selection Text: SP_CWDH = Repeat Run
Selection Text: SP_DJOUR = Date For Journal
Selection Text: SP_DJOUV = Date From Journal
Selection Text: SP_GSART = Product Type
Selection Text: SP_RANL = Contract Number
Selection Text: SP_VDAT = Activity Date
Title: Loans: Posting Journal
Text Symbol: 014 = FlText
Text Symbol: 013 = FLTEXT
Text Symbol: 012 = FType
Text Symbol: 011 = FTYPE
Text Symbol: 010 = Post.Dte
Text Symbol: 009 = POSTDATE
Text Symbol: 008 = ValDate
Text Symbol: 007 = VALDATE
Text Symbol: 006 = Processing Date
Text Symbol: 005 = Posting Date
Text Symbol: 004 = Product Type
Text Symbol: 003 = Contract Number
Text Symbol: 002 = Records
Text Symbol: 001 = Posting Journal
Text Symbol: 020 = ACC.DEB
Text Symbol: 021 = Account
Text Symbol: 022 = ACC.CRED
Text Symbol: 023 = OFF.ACCT
Text Symbol: 024 = AMOUNT
Text Symbol: 025 = Amount (FC)_
Text Symbol: 026 = CUR
Text Symbol: 027 = Currency
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
Text Symbol: E01 = ************** Error in JRNL update ***********
Text Symbol: 032 = REV2
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVD_DB_VDARL_GET_SNG CALL FUNCTION 'FVD_DB_VDARL_GET_SNG' EXPORTING I_BUKRS = vdbeki-bukrs I_SARCHIV = wk_sarchiv I_RANL = vdbeki-ranl IMPORTING E_STR_VDARL = wrk_vdarl EXCEPTIONS CONTRACT_NOT_FOUND = 1 OTHERS = 2.
LAST_DAY_IN_YEAR_GET CALL FUNCTION 'LAST_DAY_IN_YEAR_GET' EXPORTING I_DATE = VDBEKI-DVORGANG 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 = VDBEKI-DVORGANG I_PERIV = T001-PERIV IMPORTING E_DATE = DENDE_GSJAHR EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3.
STRING_LENGTH CALL FUNCTION 'STRING_LENGTH' EXPORTING STRING = ST_TEXT IMPORTING LENGTH = IL.
STRING_LENGTH CALL FUNCTION 'STRING_LENGTH' EXPORTING STRING = ST_BETRAG IMPORTING LENGTH = IL.
ACCOUNT_DETERMINE CALL FUNCTION 'ACCOUNT_DETERMINE' EXPORTING BEPP = SBEPP RANTYP = EX_RANTYP IMPORTING BETHABN = BETHABN BETSOLL = BETSOLL KTO_KEZ = KTO_KEZ WHRHABN = WHRHABN WHRSOLL = WHRSOLL EXCEPTIONS ACCOUNTTAB_NOT_CUST = 1 OTHERS = 2.
SELOPT_PRINT CALL FUNCTION 'SELOPT_PRINT' EXPORTING TEXT = TEXTX+0(25) TABLES SELOPT = SP_BUKRS.
SELOPT_PRINT CALL FUNCTION 'SELOPT_PRINT' EXPORTING TEXT = TEXTX+0(25) TABLES SELOPT = SP_RANL.
SELOPT_PRINT CALL FUNCTION 'SELOPT_PRINT' EXPORTING TEXT = TEXTX+0(25) TABLES SELOPT = SP_GSART.
SELOPT_PRINT CALL FUNCTION 'SELOPT_PRINT' EXPORTING TEXT = TEXTX+0(25) TABLES SELOPT = SP_BUDAT.
SELOPT_PRINT CALL FUNCTION 'SELOPT_PRINT' EXPORTING TEXT = TEXTX+0(25) TABLES SELOPT = SP_VDAT.
SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING LAYOUT = 'X_65_255'.
SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING LAYOUT = 'X_58_170'.
SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING LAYOUT = 'X_65_132'.
SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING LAYOUT = 'X_44_120'.
SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING LAYOUT = 'X_65_80'.
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 RFVDBJR1 or its description.