RKCORR14 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 RKCORR14 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: DET_LIST = Detail list
Selection Text: GJAHR = Fiscal year
Selection Text: MAXTIME = Maximum run time (minutes)
Selection Text: TEST = Test run
Selection Text: VBELN = Sales order
Title: Convert BSEG-ZUONR for Settlement of Sales Documents
Text Symbol: 001 = Productive run _ Data could be changed
Text Symbol: 002 = Test run _ Data is not changed
Text Symbol: 003 = Sales order items with FI documents:
Text Symbol: 004 = FI document rows found:
Text Symbol: 005 = Changed FI document rows:
Text Symbol: 006 = Incorrect FI document rows:
Text Symbol: 007 = List by order items (all, changed, incorrect)
Text Symbol: 008 = TIMEOUT !
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percentage text = l_text.
OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = s_objnr no_bukrs = 'X' no_erkrs = 'X' no_kokrs = 'X' IMPORTING ident_objid = l_objid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKCORR14 - Convert BSEG-ZUONR for Settlement of Sales Documents RKCORR14 - Convert BSEG-ZUONR for Settlement of Sales Documents RKCORR12 - Correction Program: Delete Unnecessary COBK_INDX Entries RKCORR12 - Correction Program: Delete Unnecessary COBK_INDX Entries RKCORR10 - Correction Program: Compare BEKNZ in COEP and COSP RKCORR10 - Correction Program: Compare BEKNZ in COEP and COSP