SAP Reports / Programs

RFVD_IA_PAYOFF_IF_TEST SAP ABAP Report - Investor Contract Test Tool Payoff







RFVD_IA_PAYOFF_IF_TEST 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 RFVD_IA_PAYOFF_IF_TEST into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFVD_IA_PAYOFF_IF_TEST. "Basic submit
SUBMIT RFVD_IA_PAYOFF_IF_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_IA_PAYOFF_IF_TEST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_RANL = D .
Selection Text: P_PART6 = D .
Selection Text: P_PART5 = D .
Selection Text: P_PART4 = D .
Selection Text: P_KURS6 = D .
Selection Text: P_KURS5 = D .
Selection Text: P_KURS4 = D .
Selection Text: P_KDATE = Payoff Date
Selection Text: P_FULL = Full Payoff
Selection Text: P_DVALU6 = D .
Selection Text: P_DVALU5 = D .
Selection Text: P_DVALU4 = D .
Selection Text: P_DFAEL6 = D .
Selection Text: P_DFAEL5 = D .
Selection Text: P_DFAEL4 = D .
Selection Text: P_DATE = D .
Selection Text: P_BVTYP6 = D .
Selection Text: P_BVTYP5 = D .
Selection Text: P_BVTYP4 = D .
Selection Text: P_BUKRS = D .
Selection Text: P_BCWHR6 = D .
Selection Text: P_BCWHR5 = D .
Selection Text: P_ZLSCH6 = D .
Selection Text: P_ZLSCH5 = D .
Selection Text: P_ZLSCH4 = D .
Selection Text: P_ZAHLS6 = D .
Selection Text: P_ZAHLS5 = D .
Selection Text: P_ZAHLS4 = D .
Selection Text: P_TXT = D .
Selection Text: P_TRZ = D .
Selection Text: P_TILGV = D .
Selection Text: P_TEST = Test Run
Selection Text: P_SZBM6 = D .
Selection Text: P_SZBM5 = D .
Selection Text: P_SZBM4 = D .
Selection Text: P_SINCL6 = D .
Selection Text: P_SINCL5 = D .
Selection Text: P_SINCL4 = D .





Selection Text: P_SCWHR6 = D .
Selection Text: P_SCWHR5 = D .
Selection Text: P_SCWHR4 = D .
Selection Text: P_SBEWA6 = D .
Selection Text: P_SBEWA5 = D .
Selection Text: P_SBEWA4 = D .
Selection Text: P_BCWHR4 = D .
Selection Text: P1ATAGE = D .
Selection Text: P1BCWHR = D .
Selection Text: P1BEWA = D .
Selection Text: P1BVTYP = D .
Selection Text: P1DDISPO = D .
Selection Text: P1RPART = D .
Selection Text: P1SCWHR = D .
Selection Text: P1SEXCLV = D .
Selection Text: P1SGTXT = D .
Selection Text: P1SINCL = D .
Selection Text: P1SINCLB = D .
Selection Text: P1SULTB = D .
Selection Text: P1SULTV = D .
Selection Text: P1SVULT = D .
Selection Text: P1SZEGEN = D .
Selection Text: P1ZAHLS = D .
Selection Text: P1ZBMETH = D .
Selection Text: P1ZLSCH = D .
Selection Text: P2BCWHR = D .
Selection Text: P2BEWA = D .
Selection Text: P2SCWHR = D .
Selection Text: P2SGTXT = D .
Selection Text: P2ZLSCH = D .
Selection Text: P3BCWHR = D .
Selection Text: P3BEWA = D .
Selection Text: P3SCWHR = D .
Selection Text: P3SGTXT = D .
Selection Text: P3ZLSCH = D .
Title: Investor Contract Test Tool Payoff
Text Symbol: T07 = Control
Text Symbol: T06 = Other Flows 2
Text Symbol: T05 = Planned Record 3





Text Symbol: T04 = Planned Record 2
Text Symbol: T03 = Planned Record 1
Text Symbol: T02 = Other Flows 1
Text Symbol: T01 = Payoff
Text Symbol: T00 = Posting Control
Text Symbol: E02 = Charge
Text Symbol: E01 = Successful
Text Symbol: E00 = Payoff for Loan:
Text Symbol: 100 = Payoff
Text Symbol: 003 = Status Confirmation:
Text Symbol: 002 = With Errors
Text Symbol: 001 = Successful


INCLUDES used within this REPORT RFVD_IA_PAYOFF_IF_TEST

INCLUDE RFVD_IA_PAYOFF_IF_TEST_TOP.
INCLUDE RFVD_IA_PAYOFF_IF_TEST_SEL.
INCLUDE RFVD_IA_IF_TEST_F01.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

FVD_IA_IF_PAYOFF_CREATE_POST CALL FUNCTION 'FVD_IA_IF_PAYOFF_CREATE_POST' EXPORTING i_comp_code = p_bukrs i_contract_no = p_ranl i_key_date = p_kdate i_post_date = p_date i_post_txt = p_txt i_sboterm = p_trz i_repay_clearing = p_tilgv i_flg_full_payoff = p_full i_tab_post_records = g_tab_post_records i_tab_planned_records = g_tab_planned_records i_flg_avoid_inner_join = g_flg_avoid_inner_join "N1723261 i_flg_testrun = p_test IMPORTING e_flg_error = g_flg_error e_tab_bapiret2 = g_tab_bapiret2.



Contribute (Add Comments)

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 RFVD_IA_PAYOFF_IF_TEST or its description.