RFFMKONTT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Conversion program execution, dunning, additional receivables, public-owned commercial operation This conversion program must be executed within the framework of the upgrade of old IS-PS customers to the Enterprise Release after the release changeover and before the new production operation...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 RFFMKONTT 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_BUKRS = D Company Code
Title: Conversion Program KONTT/KONTL to New Database Fields; Convert FIPEX
Text Symbol: 100 = Step 1: Conversion IS-PS Field Content KONTT/KONTL
Text Symbol: 101 = Start Conversion Client:
Text Symbol: 102 = * Convert Table/Client:
Text Symbol: 103 = * Table/Number Records/Time (in Sec.) Converted:
Text Symbol: 104 = Client Converted Successfully
Text Symbol: 105 = Company Codes to be Processed
Text Symbol: 120 = IS-PS Not Active in Any Client - No Conversion
Text Symbol: 300 = Step 2: Conversion for Field Cmmt Item
INCLUDE: IFIFMCON_BOOL.
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING accept_not_init = 'X' TABLES xmsg = pt_xpr_prot EXCEPTIONS file_not_found = 0 wrong_call = 0 OTHERS = 0.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.