ECHR_ORDER_ACCESSP01 is a standard ABAP INCLUDE 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 ECHR_ORDER_ACCESSP01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SUBMIT_INFO CALL FUNCTION 'RS_SUBMIT_INFO' IMPORTING p_submit_info = ls_subinfo.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'STATUS_1000' * P_PROGRAM = ' ' TABLES p_exclude = lt_exfcode.
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING * program = restriction = ls_restrict * db = ' ' EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 99.
RS_SELOPT_NO_INTERVAL_CHECK CALL FUNCTION 'RS_SELOPT_NO_INTERVAL_CHECK' EXPORTING program = sy-repid TABLES selop = lt_selop EXCEPTIONS OTHERS = 1.
RS_REPORTSELECTIONS_INFO CALL FUNCTION 'RS_REPORTSELECTIONS_INFO' EXPORTING report = 'ECHR_ORDER_ACCESS' * DEFAULT_VALUES = 'X' TABLES field_info = lt_rsel_info * DEF_VALUES = def_values_255 = lt_selv_options EXCEPTIONS * NO_SELECTIONS = 1 * REPORT_NOT_EXISTENT = 2 * SUBROUTINE_POOL = 3 OTHERS = 0.
ECH_PLA_CONV_SET_ATTRIBUTE_ID CALL FUNCTION 'ECH_PLA_CONV_SET_ATTRIBUTE_ID' EXPORTING io_attribute_id = lo_attribute_id.
ECH_PLA_CONV_SET_ATTRIBUTE_ID CALL FUNCTION 'ECH_PLA_CONV_SET_ATTRIBUTE_ID' EXPORTING io_attribute_id = lo_attribute_id.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = '1000' translate_to_upper = abap_true * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' * START_SEARCH_IN_CURRENT_SCREEN = ' ' start_search_in_main_screen = abap_true * START_SEARCH_IN_STACKED_SCREEN = ' ' * START_SEARCH_ON_SCR_STACKPOS = ' ' * SEARCH_OWN_SUBSCREENS_FIRST = ' ' * SEARCHPATH_OF_SUBSCREEN_AREAS = ' ' TABLES dynpfields = lt_dynpfields EXCEPTIONS OTHERS = 1.
HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING doklangu = sy-langu called_for_tab = 'ECH_S_ORDER_ACCESS_SCREEN' called_for_field = 'PLA_ATTR_1_VALUE' EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = sy-repid TABLES selection_table = lt_selv_options_dummy selection_table_255 = lt_selv_options EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 10 text = 'Verarbeite Selektionskriterien'(011).
/SAPPO/API_PROXY_GET_INT_DESCR CALL FUNCTION '/SAPPO/API_PROXY_GET_INT_DESCR' EXPORTING i_objlogsys = es_order_access_sel-object-objlogsys i_objcat = es_order_access_sel-object-objcat i_objtype = es_order_access_sel-object-objtype i_objkey = es_order_access_sel-object-objkey IMPORTING e_objkey = lv_objkey EXCEPTIONS not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = ' ' text_question = text-p03 text_button_1 = text-p01 icon_button_1 = 'ICON_CHECKED' text_button_2 = text-p02 icon_button_2 = 'ICON_INCOMPLETE' default_button = '1' display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = ' ' text_question = text-p04 text_button_1 = text-p01 icon_button_1 = 'ICON_CHECKED' text_button_2 = text-p02 icon_button_2 = 'ICON_INCOMPLETE' default_button = '1' display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = ' ' text_question = text-p05 text_button_1 = text-p01 icon_button_1 = 'ICON_CHECKED' text_button_2 = text-p02 icon_button_2 = 'ICON_INCOMPLETE' default_button = '1' display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 50 text = 'Selektiere Daten'(012).
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = 'Selektion beendet'(013).
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ECHR_ORDER_ACCESSP01 - ECHRORDERACCESSP01 ECHR_ORDER_ACCESSD01 - ECHRORDERACCESSD01 ECHR_ORDER_ACCESS - Error and Conflict Handler: Process Postprocessing Orders ECHR_ORDER_ACCESS - Error and Conflict Handler: Process Postprocessing Orders ECHR_CUST4INBOUND_SERVICE_TOP - ECHRCUST4INBOUNDSERVICETOP ECHR_CUST4INBOUND_SERVICE_P01 - ECHRCUST4INBOUNDSERVICEP01