SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

MM06EFLB_MDPM_MAINTAIN SAP ABAP INCLUDE - MM06EFLBMDPMMAINTAIN







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

ENHANCEMENT-POINT MM06EFLB_MDPM_MAINTAIN_01 SPOTS ES_MM06EFLB_MDPM_MAINTAIN INCLUDE BOUND.
ENHANCEMENT-POINT MM06EFLB_MDPM_MAINTAIN_02 SPOTS ES_MM06EFLB_MDPM_MAINTAIN INCLUDE BOUND.


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:

MEREQS_EBAN_LOOKUP CALL FUNCTION 'MEREQS_EBAN_LOOKUP' EXPORTING im_banfn = eket-banfn im_bnfpo = eket-bnfpo IMPORTING ex_eban = eban EXCEPTIONS failure = 0.

ME_COMP_REQUIREMENT_DATE CALL FUNCTION 'ME_COMP_REQUIREMENT_DATE' EXPORTING im_plant = ekpo-werks im_factory_calendar = t001w-fabkl im_delivery_date = eket-eindt im_planned_del_time = ekpo-plifz IMPORTING ex_requirement_date = mdpa-psttr.

MEREQS_EBAN_LOOKUP CALL FUNCTION 'MEREQS_EBAN_LOOKUP' EXPORTING im_banfn = eket-banfn im_bnfpo = eket-bnfpo IMPORTING ex_eban = ls_req_data EXCEPTIONS failure = 0.

MEREQS_EBAN_LOOKUP CALL FUNCTION 'MEREQS_EBAN_LOOKUP' EXPORTING im_banfn = eket-banfn im_bnfpo = eket-bnfpo IMPORTING ex_eban = ls_req_data EXCEPTIONS failure = 0.

ENQUEUE_EMRKPF CALL FUNCTION 'ENQUEUE_EMRKPF' EXPORTING rsnum = bat-rsnum EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ME_COMP_REQUIREMENT_DATE CALL FUNCTION 'ME_COMP_REQUIREMENT_DATE' EXPORTING im_plant = ekpo-werks im_factory_calendar = t001w-fabkl im_delivery_date = ls_tmdpmi-eindt im_planned_del_time = ekpo-plifz IMPORTING ex_requirement_date = *mdpa-psttr.

MEREQS_EBAN_LOOKUP CALL FUNCTION 'MEREQS_EBAN_LOOKUP' EXPORTING im_banfn = eket-banfn im_bnfpo = eket-bnfpo IMPORTING ex_eban = ls_req_data EXCEPTIONS failure = 0.

ND_EXITS_ACTIVE_CHECK CALL FUNCTION 'ND_EXITS_ACTIVE_CHECK' "578853 EXCEPTIONS exits_not_active = 1 OTHERS = 2.

ME_COMPONENTS_MAINTAIN CALL FUNCTION 'ME_COMPONENTS_MAINTAIN' EXPORTING i_ebelp = ekpo-ebelp i_etenr = eket-etenr i_mdpa = mdpa i_mdpa_old = *mdpa i_txz01 = ekpo-txz01 i_vorga = h_vorga i_fcall = fc_call i_meizu = were-lb i_rsnum_req = rsnum_req i_ref_ebeln = l_ref_ebeln i_ref_ebelp = l_ref_ebelp i_ref_etenr = l_ref_etenr i_trtyp = trtyp_comp "500806 iv_sched_id = ett-id "EhP4 IMPORTING e_verid = eket-verid e_updkz = lb_updkz e_rcode = comfcode.



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