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

MC29VF02 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = l_tabname tables dfies_tab = lt_dfies exceptions others = 0.

REVISION_LEVEL_SELECT call function 'REVISION_LEVEL_SELECT' "P30K093319 exporting "P30K093319 * aennr = ccin-aennr "P30K093319 aeobj = ccin-aeobj "P30K093319 * DATUV = 00000000 "P30K093319 dokar = ccin-dokar "P30K093319 doknr = ccin-doknr "P30K093319 doktl = ccin-doktl "P30K093319 dokvr = ccin-dokvr "P30K093319 matnr = ccin-matnr "P30K093319 revlv = revlv "P30K093319 * DOKOB = ' ' "P30K093319 * OBJKY = ' ' "P30K093319 importing "P30K093319 aaennr = ccin-aennr "P30K093319 adatuv = datuv "P30K093319 * adokvr = "P30K093319 * arevlv = "P30K093319 exceptions "P30K093319 date_not_found = 1 "P30K093319 ecn_not_found = 2 "P30K093319 ecn_no_revision = 3 "P30K093319 input_incomplete = 4 "P30K093319 input_inconsistent = 5 "P30K093319 revision_not_found = 6 "P30K093319 version_not_found = 7 "P30K093319 others = 8. "P30K093319

CC_CHANGE_NUMBER_READ call function 'CC_CHANGE_NUMBER_READ' "MBA179341 exporting "MBA179341 eaennr = ccin-aennr "MBA179341 importing "MBA179341 adatuv = datuv "MBA179341 exceptions "MBA179341 no_record_found = 1 "MBA179341 others = 999. "MBA179341

CC_CHANGE_NUMBER_CHECK call function 'CC_CHANGE_NUMBER_CHECK' "P30K093319 exporting eccin = ccin "P30K093319 flg_display = 'X' "P30K093319 importing adatuv = datuv "P30K093319 exceptions error_aenr = 1 "P30K093319 error_class = 2 "P30K093319 error_create = 3 "P30K093319 error_index = 4 "P30K093319 error_input = 5 "P30K093319 error_generate = 6 "P30K093319 error_obj_lock = 7 "P30K093319 error_status = 8 "P30K093319 others = 9. "P30K093319

GET_MAST call function 'GET_MAST' "MB072591 exporting all = 'X' no_buffer = ' ' set = 'X' tables wa = wa_mat exceptions no_record_found = 1.

GET_DOST call function 'GET_DOST' "MB072591 exporting no_buffer = ' ' set = 'X' tables wa = wa_dos exceptions call_invalid = 1 end_of_table = 2 get_without_set = 3 key_incomplete = 4 key_invalid = 5 no_record_found = 6.

GET_EQST call function 'GET_EQST' "MB072591 exporting all = 'X' no_buffer = ' ' set = 'X' tables wa = wa_equ exceptions no_record_found = 1.

GET_TPST call function 'GET_TPST' "MB072591 exporting all = 'X' no_buffer = ' ' set = 'X' tables wa = wa_tpl exceptions no_record_found = 1.

GET_PRST * CALL FUNCTION 'GET_PRST' "MB072591 MBA179341 * EXPORTING "MBA179341 * ALL = 'X' "MBA179341 * NO_BUFFER = ' ' "MBA179341 * SET = 'X' "MBA179341 * TABLES "MBA179341 * WA = WA_PRJ "MBA179341 * EXCEPTIONS "MBA179341 * NO_RECORD_FOUND = 1. "MBA179341

CS_CI_AENNR_CHECK call function 'CS_CI_AENNR_CHECK' exporting eaennr = aennr importing adatuv = aennr_datuv exceptions call_invalid = 04 cannot_generate_object = 08 ecn_not_exist = 12 interface_incomplete = 16 key_incomplete = 20 key_invalid = 24 no_changes_found = 28 no_record_found = 32 object_locked = 36 tcc01_error = 40 type_no_changes = 44.

REVISION_LEVEL_SELECT call function 'REVISION_LEVEL_SELECT' exporting * AENNR = ' ' * AEOBJ = '4' * DATUV = 00000000 * DOKAR = ' ' * DOKNR = ' ' * DOKTL = ' ' * DOKVR = ' ' * MATNR = ' ' revlv = revlv * DOKOB = ' ' * OBJKY = ' ' importing * aaennr = aennr adatuv = datuv * adokvr = * arevlv = exceptions date_not_found = 1 ecn_not_found = 2 ecn_no_revision = 3 input_incomplete = 4 input_inconsistent = 5 revision_not_found = 6 version_not_found = 7 others = 8.

SD_VBAK_SELECT call function 'SD_VBAK_SELECT' exporting i_document_number = vbeln_tmp exceptions document_not_found = 1 others = 2.

SD_VBAP_SELECT call function 'SD_VBAP_SELECT' exporting i_document_number = vbeln_tmp i_item_number = vbpos_tmp importing e_vbap = l_vbap exceptions item_not_found = 1 others = 2.

GET_KDST * CALL FUNCTION 'GET_KDST' "MBA179341 * EXPORTING "MBA179341 * ALL = 'X' "MBA179341 * SET = 'X' "MBA179341 * TABLES "MBA179341 * WA = WA_KD "MBA179341 * EXCEPTIONS "MBA179341 * NO_RECORD_FOUND = 1. "MBA179341

CS_BT_PRSTB_READ call function 'CS_BT_PRSTB_READ' exporting etrtyp = 'A' epspnr = pspnr_tmp ematnr = matnr_tmp estlan = stlan_tmp ewerks = werks_tmp exceptions prst_nrfd = 1 stzu_nrfd = 2 prst_found = 3 stlal_found = 4 stlal_not_found = 5.

CJPN_GET_WBS_ELEMENT call function 'CJPN_GET_WBS_ELEMENT' exporting i_pspnr = pspnr_int importing e_prps = tmp_prps exceptions input_error = 1 not_found = 2 others = 3.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = prog dynumb = incl_dynpro translate_to_upper = 'X' SEARCH_OWN_SUBSCREENS_FIRST = 'X' "Note_1049155 tables dynpfields = scr_field exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 others = 9.

CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = scr_field-fieldvalue importing output = exceptions others = 1.

MARA_SINGLE_READ





call function 'MARA_SINGLE_READ' exporting matnr = matnr importing wmara = mara_tmp exceptions lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 others = 5.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = prog dynumb = tmp_dynnr tables dynpfields = dynptab.

GET_KDST call function 'GET_KDST' exporting all = 'X' set = 'X' tables wa = kdstb_tmp exceptions call_invalid = 1 end_of_table = 2 get_without_set = 3 key_incomplete = 4 key_invalid = 5 no_record_found = 6 others = 7.

HELP_START call function 'HELP_START' exporting help_infos = help_info importing selection = field_select select_value = hlp_select tables dynpselect = dynpselect dynpvaluetab = dynpvaluetab.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting display = flg_display fieldname = 'MATNR' tabname = 'RC29L' importing select_value = hlp_matnr tables fields = felder valuetab = werte exceptions field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 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 MC29VF02 or its description.