SAP Reports / Programs

EEWAR_CORRECT_ORDER_OBJECTNRS SAP ABAP Report - Program for Correction of Incorrect POBJNRs/HOBJNRs







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT EEWAR_CORRECT_ORDER_OBJECTNRS. "Basic submit
SUBMIT EEWAR_CORRECT_ORDER_OBJECTNRS AND RETURN. "Return to original report after report execution complete
SUBMIT EEWAR_CORRECT_ORDER_OBJECTNRS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT EEWAR_CORRECT_ORDER_OBJECTNRS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name EEWAR_CORRECT_ORDER_OBJECTNRS or its description.