SAP Reports / Programs | Logistics - General | Logistics Basic Data | Bills of Material(LO-MD-BOM) SAP LO

MC29MF12 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

CC_CHANGE_NUMBER_READ CALL FUNCTION 'CC_CHANGE_NUMBER_READ' EXPORTING eaennr = rc29n-aennr IMPORTING adatuv = hlp_datuv aclint = l_clint "note 431612 EXCEPTIONS no_record_found = 1.

ECM_PROCESSOR_INIT CALL FUNCTION 'ECM_PROCESSOR_INIT' "note 431612 EXPORTING "note 431612 no_button_vorgaben = 'X' "note 431612 no_freig = 'X' "note 431612 TABLES "note 431612 parameter = lt_parameter "note 431612 EXCEPTIONS "note 431612 OTHERS = 0. "note 431612

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = mtcom IMPORTING return = mtcor matdaten = mc29s TABLES seqmat01 = dummytab EXCEPTIONS material_not_found = 4 plant_not_found = 8.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = mtcom IMPORTING return = mtcor matdaten = mc29m TABLES seqmat01 = dummytab EXCEPTIONS material_not_found = 4 plant_not_found = 8.

CS_PLANT_F4_HELP CALL FUNCTION 'CS_PLANT_F4_HELP' EXPORTING werks = awerks flg_display = ' ' IMPORTING awerks = awerks.

RETR_DOCUMENT CALL FUNCTION 'RETR_DOCUMENT' EXPORTING dyname_imp = arepid dynumb_imp = adynnr f_dokar_imp = f_dokar f_doknr_imp = f_doknr f_doktl_imp = f_doktl f_dokvr_imp = f_dokvr matchcode_selection = 'X' step_loop_zeile = number.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

CONVERSION_EXIT_NUMCV_INPUT CALL FUNCTION 'CONVERSION_EXIT_NUMCV_INPUT' EXPORTING input = field IMPORTING output = field.

CLMA_CLASS_EXIST CALL FUNCTION 'CLMA_CLASS_EXIST' EXPORTING class = p_class classnumber = l_clint classtype = p_klart language = sy-langu date = l_datuv mode = 'S' IMPORTING class_description = l_clstx not_valid = l_not_valid no_active_status = l_no_active_status no_authority_select = l_no_authority_select ret_code = l_subrc xklah = l_xklah EXCEPTIONS no_valid_sign = 3.

CC_CHANGE_NUMBER_CHECK CALL FUNCTION 'CC_CHANGE_NUMBER_CHECK' EXPORTING eccin = ccin flg_no_update = kreuz flg_s163 = kreuz IMPORTING adatuv = l_datuv EXCEPTIONS OTHERS = 01.



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