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

RDM_OPT_INITIALIZATION_E01 SAP ABAP INCLUDE - Include RDM_OPT_INITIALIZATION_E01







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


Text pool values


Title: Include RDM_OPT_INITIALIZATION_E01


INCLUDES used within this REPORT RDM_OPT_INITIALIZATION_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:

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.

RDM_OPT_DCHAIN_SETTING_READ CALL FUNCTION 'RDM_OPT_DCHAIN_SETTING_READ' EXPORTING i_vkorg = pa_vkorg i_vtweg = pa_vtweg i_business_system = pa_busy IMPORTING es_dchain_setting = gs_dchain_settings EXCEPTIONS not_found = 1 OTHERS = 2.

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

RDM_OPT_DCHAIN_SETTING_READ CALL FUNCTION 'RDM_OPT_DCHAIN_SETTING_READ' EXPORTING i_vkorg = pa_vkorg i_vtweg = pa_vtweg i_business_system = pa_busy IMPORTING es_dchain_setting = gs_dchain_settings EXCEPTIONS not_found = 1 OTHERS = 2.

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 = sr_co->x i_init_tree = sr_co->blank.

RDM_OPT_TIMESTAMP_GET CALL FUNCTION 'RDM_OPT_TIMESTAMP_GET' IMPORTING e_timestamp = g_timestamp.

RDM_OPT_MESSAGE_ADD * CALL FUNCTION 'RDM_OPT_MESSAGE_ADD' * EXPORTING * i_probclass = cl_rdm_opt_const=>msg_probclass_3 * i_sortfield = cl_rdm_opt_const=>sortfield_general * i_msgid = 'RDM_OPT_COMMON' * i_msgty = 'S' * i_msgno = '051' * i_msgv1 = sy-uname * i_msgv2 = l_datum * i_msgv3 = l_uzeit * i_detlevel = '1' * CHANGING * xt_messages = gt_messages.

RDM_OPT_MESSAGE_ADD CALL FUNCTION 'RDM_OPT_MESSAGE_ADD' EXPORTING i_probclass = cl_rdm_opt_const=>msg_probclass_3 i_sortfield = cl_rdm_opt_const=>sortfield_general i_msgid = 'RDM_OPT_COMMON' i_msgty = 'S' i_msgno = '053' i_msgv1 = pa_vkorg i_msgv2 = pa_vtweg i_msgv3 = pa_busy i_detlevel = '2' CHANGING xt_messages = gt_messages.

RDM_OPT_MESSTYPE_DETERMINE CALL FUNCTION 'RDM_OPT_MESSTYPE_DETERMINE' EXPORTING i_vkorg = pa_vkorg i_vtweg = pa_vtweg i_business_system = pa_busy IMPORTING et_message_types = gt_message_types EXCEPTIONS not_found = 1 no_dchain_set = 2 OTHERS = 3.

RDM_OPT_MESSAGE_ADD CALL FUNCTION 'RDM_OPT_MESSAGE_ADD' EXPORTING i_probclass = sr_co->msg_probclass_1 i_sortfield = sr_co->sortfield_general i_msgid = sr_co->msg_id_common i_msgty = sr_co->msg_type_error i_msgno = '032' CHANGING xt_messages = gt_messages.

RDM_OPT_APPLLOG_ENTRIES_CREATE CALL FUNCTION 'RDM_OPT_APPLLOG_ENTRIES_CREATE' EXPORTING i_appl_log_subobject = sr_co->appl_log_subobject_init i_ext_number = g_appl_log_ext_number it_messages = gt_messages.

RDM_OPT_TASKNAME_RANGE_GET CALL FUNCTION 'RDM_OPT_TASKNAME_RANGE_GET' EXPORTING i_range_id = sr_co->task_range_id_mess_type IMPORTING e_taskname_low = g_taskname_low e_taskname_high = g_taskname_high EXCEPTIONS id_not_found = 1 OTHERS = 2.

RDM_OPT_APPLLOG_ENTRIES_CREATE CALL FUNCTION 'RDM_OPT_APPLLOG_ENTRIES_CREATE' EXPORTING i_appl_log_subobject = sr_co->appl_log_subobject_init i_ext_number = g_appl_log_ext_number it_messages = gt_messages.

RDM_OPT_GET_DISPLAY_PROFILE CALL FUNCTION 'RDM_OPT_GET_DISPLAY_PROFILE' IMPORTING es_display_profile = l_s_display_profile.

APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING object = sr_co->appl_log_object subobject = sr_co->appl_log_subobject_init external_number = g_appl_log_ext_number suppress_selection_dialog = sr_co->x i_s_display_profile = l_s_display_profile EXCEPTIONS no_authority = 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 RDM_OPT_INITIALIZATION_E01 or its description.