RFVIVWTH 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 RFVIVWTH 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.
Display management contract: Account determination
Selection Text: PA_SVWNR = Management contract
Selection Text: PA_BUKRS = Company code
Selection Text: PA_BUKRO = Object company code
Title: RE Management Contract Account Determination Test
Text Symbol: E10 = Flow type for event-driven fee type & not found!
Text Symbol: E11 = Condition type for periodic fee type & not found!
Text Symbol: E12 = Flow type for periodic fee type & not found!
Text Symbol: E13 = Determination of account determination key for fee type & incorrect!
Text Symbol: E14 = Account determination level 1 for fee type & incorrect!
Text Symbol: E15 = Account determination level 2 for fee type & incorrect!
Text Symbol: ER1 = Debit-side flow type for fee type & not found!
Text Symbol: ER2 = Debit-side reference flow type receivable (S2) for fee type & not found!
Text Symbol: ER3 = Debit-side reference flow type credit memo (S32) for fee type & not found!
Text Symbol: ER4 = Credit-side flow type (S33) for fee type & not found!
Text Symbol: ER5 = Credit-side reference flow type receivable (S33) for fee type & not found!
Text Symbol: ER6 = Credit side reference flow type credit memo (S33) for fee type & not found!
Text Symbol: ER8 = Internal fee type for external fee type & not found!
Text Symbol: ER9 = External fee type & not found!
Text Symbol: HON = Fee type:
Text Symbol: IN1 = with AcDtVal: &1
Text Symbol: INF = Posting for flow type: &1 &2 &3
Text Symbol: VWA = Mgmnt Contract:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVK1_GET_INFLUENCE_VALUES CALL FUNCTION 'FVK1_GET_INFLUENCE_VALUES' EXPORTING I_INTRENO = VIVW01-INTRENO IMPORTING E_EIGR2 = EIGR2 E_EIGR3 = EIGR3 E_EIGR4 = EIGR4 EXCEPTIONS UNKNOWN_ERROR = 1 OTHERS = 2.
BSS_POSTING_RULE_READ_NEW CALL FUNCTION 'BSS_POSTING_RULE_READ_NEW' TABLES TBSSKOFI = LOC_BSSKOFI EXCEPTIONS CHART_OF_ACCOUNTS_NOT_FOUND = 1 COMPANY_CODE_NOT_FOUND = 2 POSTING_RULE_NOT_FOUND = 3 OTHERS = 4.
BSS_ACCOUNT_READ_NEW CALL FUNCTION 'BSS_ACCOUNT_READ_NEW' TABLES TBSSKOFI = LOC_BSSKOFI EXCEPTIONS ACCOUNT_SYMBOL_NOT_FOUND = 1 ILLEGAL_TABLE_ENTRY = 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.
RFVIVWTH - RE Management Contract Account Determination Test RFVIVWTH - RE Management Contract Account Determination Test RFVIVWHL - Display Management Contract: Fee List RFVIVWHL - Display Management Contract: Fee List RFVIVW02 - OLD Management Contract Settlement Reversal RFVIVW02 - OLD Management Contract Settlement Reversal