RFVICUP8 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Checking Customizing Settings for Electronic Account Statements To be able to import electronic account statements for Real Estate management, you require a series of Customizing settings in FI and RE...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 RFVICUP8 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RERFVICUP8 - Check Prog Customizing Bank Statemnt
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: VGTYP = Transact.
Selection Text: HKTID = House Bank ID
Selection Text: HBKID = House Bank
Selection Text: BUKRS = Company Code
Title: Check Program for Customizing - Electronic Bank Statement
Text Symbol: 121 = For Flow Cat
Text Symbol: 122 = OK
Text Symbol: 123 = Number Range FVVD_BEKI
Text Symbol: 124 = Create flow type for IP rejection
Text Symbol: 125 = Acct Determ. for IP Rejection, Flow Type
Text Symbol: 126 = Maintn
Text Symbol: 127 = Only Use Posting Category 55 in Posting Specification
Text Symbol: 129 = Only use G/L Account Key in Posting Specification
Text Symbol: 130 = Create
Text Symbol: 201 = All bank details are correct:
Text Symbol: 202 = Customizing:
Text Symbol: 203 = FI --> Bank Accounting --> Bank Accts --> Hse Banks
Text Symbol: 204 = RE --> Conditions, Flow Types...--> Maintain flow types
Text Symbol: 205 = FI --> Bank Accounting --> Bus. Transactions --> Pymt Transact
Text Symbol: 206 = or:
Text Symbol: 207 = RE-->Rental Accounting-->Control Incoming Pymnts-->Acc. Statement Transfer:Activities
Text Symbol: 208 = RE -->Conditions,Transaction Types..--> Define Acc. Determination-->...RE Contract
Text Symbol: 209 = Treasury --> T.Management --> Basic Settings --> Number Ranges in Loans Mgmt
Text Symbol: 210 = --> Doc.Number for Doc.Header
Text Symbol: 211 = Treasury --> T.Management --> Functions --> Accounting --> G/L Update
Text Symbol: 212 = --> Account Determination
Text Symbol: 213 = --> Electronic Bank Statement
Text Symbol: 001 = Stmt Data
Text Symbol: 002 = Bus.Transaction
Text Symbol: 010 = Check Prog
Text Symbol: 011 = Company Code
Text Symbol: 012 = House Bk
Text Symbol: 013 = HouseBankKtoID
Text Symbol: 014 = Trans.:
Text Symbol: 015 = G/L Acct:
Text Symbol: 016 = Curr. :
Text Symbol: 017 = Bank Key:
Text Symbol: 018 = Bank Acct:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BSS_POSTING_RULE_READ_NEW CALL FUNCTION 'BSS_POSTING_RULE_READ_NEW' * IMPORTING * FOUND_UNDER_VORGI = TABLES TBSSKOFI = LT_TBSSKOFI EXCEPTIONS CHART_OF_ACCOUNTS_NOT_FOUND = 1 COMPANY_CODE_NOT_FOUND = 2 POSTING_RULE_NOT_FOUND = 3 OTHERS = 4.
MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING LANGUAGE = SY-LANGU MSG_ID = I_MSG-ID MSG_NO = I_MSG-NO MSG_VAR1 = I_MSG-V1 MSG_VAR2 = I_MSG-V2 MSG_VAR3 = I_MSG-V3 MSG_VAR4 = I_MSG-V4 IMPORTING MSG_TEXT = C_MSG_TEXT EXCEPTIONS FUNCTION_NOT_COMPLETED = 1 MESSAGE_NOT_FOUND = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVICUP8 - Check Program for Customizing - Electronic Bank Statement RFVICUP8 - Check Program for Customizing - Electronic Bank Statement RFVICUP6 - Account Determination: List and Test Log RFVICUP6 - Account Determination: List and Test Log RFVICUP5 - Check Report Customizing: Reference Flow Types for Follow-Up Postings RFVICUP5 - Check Report Customizing: Reference Flow Types for Follow-Up Postings