N1_CORRECT_KONTEXT 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 N1_CORRECT_KONTEXT 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: PA_PRINT = Precise Log
Selection Text: PA_TESTL = Test Run
Title: Correction Report for Converting KZ ASSGN of NOCTY
Text Symbol: 001 = Select Contexts
Text Symbol: 002 = Data Records Inserted
Text Symbol: 003 = Data Records Updated
Text Symbol: 004 = Data Records Deleted
Text Symbol: 005 = Update NOCTY: ;;Do not translate NOCTY
Text Symbol: 006 = INSERT ASSGN 02: ;; Do not translate ASSGN
Text Symbol: 007 = UPDATE ASSGN 02: ;; Do not translatASSGN
Text Symbol: 008 = DELETE ASSGN 01: ;; Do not translate ASSGN
Text Symbol: 009 = Insert NOCTY: ;;Do not translate NOCTY
Text Symbol: 010 = Delete NOCTY: ;;Do not translate NOCTY
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISHMED_UPDATE_NOCTY CALL FUNCTION 'ISHMED_UPDATE_NOCTY' EXPORTING I_DATE = SY-DATUM I_TCODE = sy-tcode I_UNAME = SY-UNAME I_UZEIT = SY-UZEIT TABLES NNOCTY = lt_vnocty_new ONOCTY = lt_vnocty_old.
TR_APPEND_LOG call function 'TR_APPEND_LOG' TABLES xmsg = lt_msg EXCEPTIONS file_not_found = 1 wrong_call = 2 others = 3.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG' EXCEPTIONS others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
N1_CORRECT_KONTEXT - Correction Report for Converting KZ ASSGN of NOCTY N1_CORRECT_KONTEXT - Correction Report for Converting KZ ASSGN of NOCTY N1VORBDOKEL - IS-H*MED: Default for the DocElement N1TPGOTOP - IS-H*MED: Storno der OP-Zeiten N1TESTMATV - Test Program for the Material Consumption N1TESTMATV - Test Program for the Material Consumption