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

MC29BI10 SAP ABAP INCLUDE - SAPMC29B : PAI Modules







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


Text pool values


Title: SAPMC29B : PAI Modules


INCLUDES used within this REPORT MC29BI10

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:

DOCUMENT_READ_CS_EXTRACT call function 'DOCUMENT_READ_CS_EXTRACT' exporting ddokar = rc29n-dokar ddoknr = rc29n-doknr ddoktl = rc29n-doktl ddokvr = rc29n-dokvr importing ecsxdoc = csxdoc exceptions no_document = 1.

GET_DOST call function 'GET_DOST' exporting all = kreuz set = kreuz tables wa = dostb exceptions key_invalid = 1 no_record_found = 2.

EQUIPMENT_CHECK call function 'EQUIPMENT_CHECK' exporting equnr = rc29n-equnr importing ktx01 = rc29k-obktx exceptions equi_not_found = 4.

GET_EQST call function 'GET_EQST' exporting all = kreuz set = kreuz tables wa = eqstb exceptions key_invalid = 1 no_record_found = 2.

MATERIAL_READ call function 'MATERIAL_READ' exporting schluessel = mtcom importing matdaten = mc29m tables seqmat01 = dummytab.

GET_MAST call function 'GET_MAST' exporting all = kreuz set = kreuz tables wa = mastb exceptions key_invalid = 1 no_record_found = 2.

SCREEN_SEQUENCE_CONTROL call function 'SCREEN_SEQUENCE_CONTROL' exporting funktion = ok-code kopfgruppe = fb-kopgr positionsgruppe = fb-posgr programm = 'SAPMC29B' importing folgefunktion = ok-code dunkel = fb-dunkel.

GET_STST call function 'GET_STST' exporting all = kreuz set = kreuz tables wa = ststb exceptions key_invalid = 1 no_record_found = 2.

FUNC_LOCATION_READ call function 'FUNC_LOCATION_READ' exporting spras = sy-langu tplnr = rc29n-tplnr importing pltxt = rc29k-obktx exceptions iflot_not_found = 1.

GET_TPST call function 'GET_TPST' exporting all = kreuz set = kreuz tables wa = tpstb exceptions key_invalid = 1 no_record_found = 2.

SD_DOCUMENT_ACCOUNT_ASSIGNMENT call function 'SD_DOCUMENT_ACCOUNT_ASSIGNMENT' exporting i_document_number = rc29n-vbeln i_item_number = rc29n-vbpos i_material = rc29n-matnr i_check_material = kreuz importing e_plant = hlp_werks exceptions document_not_found = 1 item_not_found = 2 document_blocked = 3 others = 4.

GET_KDST call function 'GET_KDST' exporting all = kreuz set = kreuz tables wa = kdstb exceptions key_invalid = 1 no_record_found = 2.

SD_DOCUMENT_ACCOUNT_ASSIGNMENT call function 'SD_DOCUMENT_ACCOUNT_ASSIGNMENT' exporting i_document_number = rc29n-vbeln i_item_number = rc29n-vbpos i_material = rc29n-matnr i_check_material = kreuz exceptions document_not_found = 1 item_not_found = 2 different_material = 3 document_blocked = 4 others = 5.

MATERIAL_READ call function 'MATERIAL_READ' exporting schluessel = mtcom importing matdaten = mc29m tables seqmat01 = dummytab.

MATERIAL_READ call function 'MATERIAL_READ' exporting schluessel = mtcom importing matdaten = mc29m tables seqmat01 = dummytab.

CJPN_GET_WBS_ELEMENT call function 'CJPN_GET_WBS_ELEMENT' exporting i_pspnr = rc29n-pspnr no_buffer = 'X' importing ktext = rc29k-prtxt.

GET_PRST call function 'GET_PRST' exporting all = kreuz set = kreuz tables wa = prstb exceptions key_invalid = 1 no_record_found = 2.

RETR_DOCUMENT call function 'RETR_DOCUMENT' exporting dyname_imp = 'SAPMC29B' dynumb_imp = sy-dynnr f_dokar_imp = 'RC29N-DOKAR' f_doknr_imp = 'RC29N-DOKNR' f_doktl_imp = 'RC29N-DOKTL' f_dokvr_imp = 'RC29N-DOKVR' matchcode_selection = kreuz.



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