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

RDM_OPT_CHANGE_REQUEST_F01 SAP ABAP INCLUDE - Include RDM_OPT_INITIALIZATION_F01







RDM_OPT_CHANGE_REQUEST_F01 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_CHANGE_REQUEST_F01 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_CHANGE_REQUEST_F01. "Basic submit
SUBMIT RDM_OPT_CHANGE_REQUEST_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RDM_OPT_CHANGE_REQUEST_F01 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_F01


INCLUDES used within this REPORT RDM_OPT_CHANGE_REQUEST_F01

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_SEL_RES_SELECT CALL FUNCTION 'RDM_OPT_SEL_RES_SELECT' EXPORTING i_vkorg = pa_vkorg i_vtweg = pa_vtweg i_business_system = i_business_system IMPORTING e_hier_id_def = pahiery1 etr_node_def = sohnode1[] etr_wrgh_def = so_wrgh1[] etr_pltyp_def = sopltyp1[] * 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 = sohnode3[] * etr_wrgh_pro = so_wrgh4[] * etr_matnr_pro = somatnr4[] EXCEPTIONS not_found = 1 OTHERS = 2.

RDM_OPT_OUTB_STATUS_GET CALL FUNCTION 'RDM_OPT_OUTB_STATUS_GET' EXPORTING i_vkorg = i_vkorg i_vtweg = i_vtweg i_business_system = i_business_system i_message_type = i_message_type IMPORTING et_rdm_outb_status = lt_outb_status EXCEPTIONS not_found = 1 OTHERS = 2.

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_outbound i_msgty = sr_co->msg_type_error i_msgno = '018' i_msgv1 = l_message_type_text CHANGING xt_messages = xt_messages.

RDM_OPT_OUTB_CHANGES CALL FUNCTION 'RDM_OPT_OUTB_CHANGES' EXPORTING i_parallel = i_parallel i_server_group = i_server_group i_max_no_of_par_tasks = i_max_no_of_par_tasks i_message_type = i_message_type i_vkorg = i_vkorg i_vtweg = i_vtweg i_business_system = i_business_system is_last_outb_status = ls_outb_status i_timestamp = i_timestamp IMPORTING et_messages = lt_messages es_statistic_info = ls_statistic_info EXCEPTIONS wrong_parameter = 1 OTHERS = 2.

SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING group_name = i_group_name EXCEPTIONS invalid_group_name = 1 internal_error = 2 pbt_env_already_initialized = 3 currently_no_resources_avail = 4 no_pbt_resources_found = 5 cant_init_different_pbt_groups = 6 OTHERS = 7.

RDM_OPT_MESSAGE_ADD CALL FUNCTION 'RDM_OPT_MESSAGE_ADD' EXPORTING i_probclass = sr_co->msg_probclass_2 i_sortfield = sr_co->sortfield_general i_msgid = sy-msgid i_msgty = sr_co->msg_type_warning i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 CHANGING xt_messages = xt_messages.

RDM_OPT_MESSAGE_ADD * CALL FUNCTION 'RDM_OPT_MESSAGE_ADD' * EXPORTING * i_probclass = sr_co->msg_probclass_1 * i_sortfield = sr_co->sortfield_material * i_msgid = sr_co->msg_id_outbound * i_msgty = sr_co->msg_type_error * i_msgno = '102' * CHANGING * xt_messages = xt_messages.

RDM_OPT_MESSAGE_ADD * CALL FUNCTION 'RDM_OPT_MESSAGE_ADD' * EXPORTING * i_probclass = sr_co->msg_probclass_1 * i_sortfield = sr_co->sortfield_store * i_msgid = sr_co->msg_id_outbound * i_msgty = sr_co->msg_type_error * i_msgno = '151' * CHANGING * xt_messages = xt_messages.

RDM_OPT_MESSAGE_ADD * CALL FUNCTION 'RDM_OPT_MESSAGE_ADD' * EXPORTING * i_probclass = sr_co->msg_probclass_1 * i_sortfield = sr_co->sortfield_price * i_msgid = sr_co->msg_id_outbound * i_msgty = sr_co->msg_type_error * i_msgno = '102' * CHANGING * xt_messages = xt_messages.

RDM_OPT_MESSAGE_ADD * CALL FUNCTION 'RDM_OPT_MESSAGE_ADD' * EXPORTING * i_probclass = sr_co->msg_probclass_1 * i_sortfield = sr_co->sortfield_price * i_msgid = sr_co->msg_id_outbound * i_msgty = sr_co->msg_type_error * i_msgno = '151' * CHANGING * xt_messages = xt_messages.

RDM_OPT_MESSAGE_ADD * CALL FUNCTION 'RDM_OPT_MESSAGE_ADD' * EXPORTING * i_probclass = sr_co->msg_probclass_1 * i_sortfield = sr_co->sortfield_price_list * i_msgid = sr_co->msg_id_outbound * i_msgty = sr_co->msg_type_error * i_msgno = '251' * CHANGING * xt_messages = xt_messages.

RDM_OPT_MESSAGE_ADD CALL FUNCTION 'RDM_OPT_MESSAGE_ADD' EXPORTING i_probclass = sr_co->msg_probclass_1 i_sortfield = sr_co->sortfield_inventory i_msgid = sr_co->msg_id_outbound i_msgty = sr_co->msg_type_error i_msgno = '301' CHANGING xt_messages = xt_messages.

RDM_OPT_MESSAGE_ADD CALL FUNCTION 'RDM_OPT_MESSAGE_ADD' EXPORTING i_probclass = sr_co->msg_probclass_1 i_sortfield = sr_co->sortfield_inventory i_msgid = sr_co->msg_id_outbound i_msgty = sr_co->msg_type_error i_msgno = '302' CHANGING xt_messages = xt_messages.

RDM_OPT_STATISTIC_LIST_OUTPUT CALL FUNCTION 'RDM_OPT_STATISTIC_LIST_OUTPUT' EXPORTING i_appl_log_subobject = i_appl_log_subobject i_appl_log_ext_number = i_appl_log_ext_number it_statistic_info = it_statistic_info CHANGING xt_messages = xt_messages.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'RDM_SEL_LEVEL_MC' * STATE = 'A' langu = sy-langu * IMPORTING * GOTSTATE = * DD01V_WA = TABLES dd07v_tab = lt_dd07v * EXCEPTIONS * ILLEGAL_INPUT = 1 * OTHERS = 2 .

SELECTION_TEXTS_MODIFY CALL FUNCTION 'SELECTION_TEXTS_MODIFY' EXPORTING program = sy-repid TABLES seltexts = st_seltexts EXCEPTIONS program_not_found = 1 program_cannot_be_generated = 2 OTHERS = 3.



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