EEWAR_CORRECT_ORDER_OBJECTNRS 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 EEWAR_CORRECT_ORDER_OBJECTNRS 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_CORR = Correct?
Title: Program for Correction of Incorrect POBJNRs/HOBJNRs
Text Symbol: 001 = Correction of Waste Disposal Orders
Text Symbol: 002 = Correction of Waste Disposal Orders Without Object Numbers
Text Symbol: 003 = Correction of Waste Disposal Orders with Ambiguous Object Numbers
Text Symbol: 010 = Correction of Waste Disposal Order Items
Text Symbol: 011 = Correction of Waste Disposal Order Items Without Object Numbers
Text Symbol: 012 = Correction of Waste Disposal Order Items with Ambiguous Object Numbers
Text Symbol: 020 = Search only
Text Symbol: 021 = Make Object Number Invalid
Text Symbol: 022 = Generate New Status Object
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STATUS_OBJECT_CREATE call function 'STATUS_OBJECT_CREATE' exporting CLIENT = PAR_CLIENT OBTYP = PAR_OBJTYPE I_OBJECTKEY = PAR_KEY OBJNR = PAR_OBJNR exceptions OBTYP_INVALID = 1 STATUS_OBJECT_ALREADY_EXISTS = 2 STSMA_INVALID = 3 STSMA_OBTYP_INVALID = 4 others = 5.
STATUS_CHANGE_FOR_ACTIVITY call function 'STATUS_CHANGE_FOR_ACTIVITY' exporting CLIENT = PAR_CLIENT OBJNR = PAR_OBJNR VRGNG = PAR_ACTIVITY exceptions ACTIVITY_NOT_ALLOWED = 1 OBJECT_NOT_FOUND = 2 STATUS_INCONSISTENT = 3 STATUS_NOT_ALLOWED = 4 WRONG_INPUT = 5 WARNING_OCCURED = 6.
VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting ID = 'P_CORR' VALUES = LVRMVALUES exceptions ID_ILLEGAL_NAME = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EEWAR_CORRECT_ORDER_OBJECTNRS - Program for Correction of Incorrect POBJNRs/HOBJNRs EEWAR_CORRECT_ORDER_OBJECTNRS - Program for Correction of Incorrect POBJNRs/HOBJNRs EEWAR_CCOC_BATCH - Program EEWAR_CCOC_BATCH EEWAR_CCOC_BATCH - Program EEWAR_CCOC_BATCH EETAUPDM - documentation and ABAP source code EETACODE - documentation and ABAP source code