SAP Reports / Programs | Cross-Application Components | Financial Services | Error and Conflict Handler(CA-FS-ECH) SAP CA

ECHR_ORDER_ACCESS SAP ABAP Report - Error and Conflict Handler: Process Postprocessing Orders







ECHR_ORDER_ACCESS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to display or process postprocessing orders...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 ECHR_ORDER_ACCESS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ECH_MONI_SEL - Error and Conflict Handler Selection


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 ECHR_ORDER_ACCESS. "Basic submit
SUBMIT ECHR_ORDER_ACCESS AND RETURN. "Return to original report after report execution complete
SUBMIT ECHR_ORDER_ACCESS 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_MSGNO = D .
Selection Text: P_MULTV = D .
Selection Text: P_OBJKY = D .
Selection Text: P_OBJRL = D .
Selection Text: P_OBJTP = D .
Selection Text: P_WRKLS = D .
Selection Text: S_CDATE = D .
Selection Text: S_COLLID = D .
Selection Text: S_CTIME = D .
Selection Text: S_ECHBP = D .
Selection Text: S_ECHSC = D .
Selection Text: S_ERRCT = D .
Selection Text: S_INTFC = D .
Selection Text: S_LGSYS = D .
Selection Text: S_NSPCE = D .
Selection Text: S_PROC = D .
Selection Text: S_PROMT = D .
Selection Text: S_SRVOP = D .
Selection Text: S_STATE = D .
Selection Text: S_VAL_1 = D .
Selection Text: S_VAL_2 = D .
Selection Text: S_VAL_3 = D .
Selection Text: P_MSGCL = D .
Selection Text: P_ID_3 = D .
Selection Text: P_ID_2 = D .
Selection Text: P_ID_1 = D .
Selection Text: P_CLLTY = D .
Selection Text: P_MAX = Maximum Number
Title: Error and Conflict Handler: Process Postprocessing Orders
Text Symbol: 001 = Enterprise Service
Text Symbol: 002 = Error and Conflict Handler
Text Symbol: 003 = Business Object
Text Symbol: 004 = Main Message
Text Symbol: 005 = Technical Settings
Text Symbol: 006 = Payload Attributes
Text Symbol: 011 = Process Selection Criteria
Text Symbol: 012 = Select Data
Text Symbol: 013 = Sel. Finished





Text Symbol: P01 = Continue
Text Symbol: P02 = Back
Text Symbol: P03 = You entered an object key without an object type; this will be ignored during selection
Text Symbol: P04 = You entered an object role or a logical system for an object without an object type; this will be ignored during selection
Text Symbol: P05 = You entered a message number without a message class; this will be ignored during selection
Text Symbol: S01 = Edit task
Text Symbol: S02 = Display Order


INCLUDES used within this REPORT ECHR_ORDER_ACCESS

INCLUDE ECHR_ORDER_ACCESSTOP.
INCLUDE ECHR_ORDER_ACCESS_0100O01 . " PBO-MODULES
INCLUDE ECHR_ORDER_ACCESS_0100I01 . " PAI-MODULES
INCLUDE ECHR_ORDER_ACCESSP01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 ECHR_ORDER_ACCESS or its description.