SAP Reports / Programs | Logistics - General | Logistics Basic Data | Retail Demand Management(LO-MD-RDM) SAP LO

RDM_OPT_SEL_RES_ASSIGN_E01 SAP ABAP INCLUDE - RDMOPTSELRESASSIGNE01







RDM_OPT_SEL_RES_ASSIGN_E01 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 RDM_OPT_SEL_RES_ASSIGN_E01 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 RDM_OPT_SEL_RES_ASSIGN_E01. "Basic submit
SUBMIT RDM_OPT_SEL_RES_ASSIGN_E01 AND RETURN. "Return to original report after report execution complete
SUBMIT RDM_OPT_SEL_RES_ASSIGN_E01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RDM_OPT_SEL_RES_ASSIGN_E01

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:

LCR_LIST_BUSINESS_SYSTEMS CALL FUNCTION 'LCR_LIST_BUSINESS_SYSTEMS' * EXPORTING * GIVE_ROLES = ' ' * GIVE_PRODUCTS = ' ' IMPORTING bus_systems = gt_bsysprod EXCEPTIONS no_rfc_destination = 1 no_landscape_directory = 2 communication_error = 3 ld_error = 4 OTHERS = 5.

RDM_OPT_SET_SEL_RESTRICTIONS CALL FUNCTION 'RDM_OPT_SET_SEL_RESTRICTIONS' EXCEPTIONS error = 1 OTHERS = 2.

RDM_OPT_MAIN_CUSTOMIZING_READ CALL FUNCTION 'RDM_OPT_MAIN_CUSTOMIZING_READ' IMPORTING es_main_cust = gs_rdm_common EXCEPTIONS not_found = 1 OTHERS = 2.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = sr_co->action_enqueue enqueue_mode = sr_co->enqueue_mode_exclusive view_name = c_rdm_sel_res EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'D1000' TABLES p_exclude = gt_exclude.

RDM_OPT_DIST_CHAIN_CHECK CALL FUNCTION 'RDM_OPT_DIST_CHAIN_CHECK' EXPORTING i_vkorg = pa_vkorg i_vtweg = pa_vtweg.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'D1000' TABLES p_exclude = gt_exclude.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = sr_co->action_dequeue enqueue_mode = sr_co->enqueue_mode_exclusive view_name = c_rdm_sel_res EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = sr_co->action_enqueue enqueue_mode = sr_co->enqueue_mode_exclusive view_name = c_rdm_sel_res EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'D1000' TABLES p_exclude = gt_exclude.

RDM_OPT_DEFINE_MAT_OPT CALL FUNCTION 'RDM_OPT_DEFINE_MAT_OPT' EXPORTING i_vkorg = pa_vkorg i_vtweg = pa_vtweg i_business_system = pa_busy i_display = g_display_tree i_init_tree = g_init_tree IMPORTING e_sel_changed = g_upd_flag_tmp etr_node_reg = sohnode2[] etr_wrgh_reg = so_wrgh2[] etr_matnr_reg = somatnr2[] etr_node_mdp = sohnode3[] etr_wrgh_mdp = so_wrgh3[] etr_matnr_mdp = somatnr3[] etr_node_pro = sohnode4[] etr_wrgh_pro = so_wrgh4[] etr_matnr_pro = somatnr4[].

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = sr_co->action_dequeue enqueue_mode = sr_co->enqueue_mode_exclusive view_name = c_rdm_sel_res EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.



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