RFVDKK02 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 RFVDKK02 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: P_IMMO = Output errors from Real Estate
Title: TZZKD Conversion Report: Fill Field Roletyp_Orig & SAKTPAS
Text Symbol: 001 = Result
Text Symbol: 003 = This program must be run after the 4.5A upgrade.
Text Symbol: 004 = Otherwise, the Customizing settings must be maintained manually.
Text Symbol: 005 = Number of converted records in TZZKD:
Text Symbol: 006 = X = Output errors from Real Estate Management (e.g. role type = SPACE)
Text Symbol: 007 = - Set the assets/liabilities transact. indicator to lending business.
Text Symbol: 008 = What does this program do?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVZ_ROLE_CHECK * CALL FUNCTION 'FVZ_ROLE_CHECK' * EXPORTING * ROLE_IN = TZZKD-ROLE_ORIG * IMPORTING * ROLETYP_OUT = TZZKD-ROLETYP_ORIG ** ROLE_OUT = ** TABLES ** RANGES_IN = * EXCEPTIONS * ROLE_NOT_FOUND = 1 * OTHERS = 2.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' * EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' TABLES XMSG = LT_MSGS EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVDKK02 - TZZKD Conversion Report: Fill Field Roletyp_Orig & SAKTPAS RFVDKK02 - TZZKD Conversion Report: Fill Field Roletyp_Orig & SAKTPAS RFVDKK01 - Conversion per partner of correspondence not required RFVDKK01 - Conversion per partner of correspondence not required RFVDKAU1 - Account Statement for Contract Display RFVDKAU1 - Account Statement for Contract Display