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

CS_BOM_CHECK SAP ABAP INCLUDE - CSBOMCHECK







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

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:

CONVERSION_EXIT_NUMCV_INPUT call function 'CONVERSION_EXIT_NUMCV_INPUT' exporting input = c_bom_class_data_stlal importing output = c_bom_class_data_stlal.

TCS03_READ call function 'TCS03_READ' exporting agb29 = '29' " #EC NO_M_RISC3 importing struct = tcs03_tmp exceptions no_entry = 1 others = 2.

VBWS_UNIT_CHECK_FOR_MATNR call function 'VBWS_UNIT_CHECK_FOR_MATNR' exporting i_matnr = i_mbm_class_data_matnr i_meinh = c_bom_class_data_bmein exceptions unit_not_found = 1 unit_not_allowed = 2 unit_not_active = 3 unit_not_consistent = 4 others = 5.

VBWS_UNITS_OF_MATERIAL call function 'VBWS_UNITS_OF_MATERIAL' exporting i_matnr = i_mbm_class_data_matnr leading_unit = cs_check-flg_yes tables ws_marm_tab = marm_tmp exceptions wrong_call = 1 no_units = 2 units_not_active = 3 others = 4.

TCS03_READ call function 'TCS03_READ' exporting agb29 = '29' " #EC NO_M_RISC3 importing struct = tcs03_tmp exceptions no_entry = 1 others = 2.

CS_CL_S_BOM_GROUP_CHECK call function 'CS_CL_S_BOM_GROUP_CHECK' exporting i_stlty = i_bom_class_data_stlty i_stlnr = i_bom_class_data_stlnr changing c_exstl = c_bom_class_data_exstl exceptions bom_group_already_exists = 1 bom_type_not_defined = 2 special_character_not_allowed = 3 others = 4.

DEQUEUE_ECEXSTLE * CALL FUNCTION 'DEQUEUE_ECEXSTLE' * EXPORTING EXSTL = STZUB-EXSTL.

T024L_READ call function 'T024L_READ' exporting labor = i_bom_class_data_labor exceptions no_entry = 1 others = 2.

T416_READ call function 'T416_READ' exporting stlan = i_mbm_class_data_stlan importing struct = t416_tmp exceptions no_entry = 1 others = 2.

T001W_READ call function 'T001W_READ' exporting werks = i_werks * IMPORTING * STRUCT = exceptions no_entry = 1 others = 2.

T415S_READ call function 'T415S_READ' exporting stlst = i_bom_class_data_stlst importing struct = t415s_tmp exceptions no_entry = 1 others = 2.

TCS03_READ call function 'TCS03_READ' exporting agb29 = '29' "#EC_NO_M_RISC3 importing struct = tcs03_tmp exceptions no_entry = 1 others = 2.

T416_READ call function 'T416_READ' exporting stlan = i_stlan * IMPORTING * STRUCT = exceptions no_entry = 1 others = 2.

T141_READ call function 'T141_READ' exporting mmsta = i_mmsta spras = sy-langu importing struct = ls_t141 text = l_mtstb exceptions no_entry = 1 others = 2.

T141_READ call function 'T141_READ' exporting mmsta = l_state spras = sy-langu importing struct = ls_t141 text = l_mtstb exceptions no_entry = 1 others = 2.

T141_READ call function 'T141_READ' exporting mmsta = l_state spras = sy-langu importing text = l_mtstb exceptions no_entry = 1 others = 2.

T415M_READ call function 'T415M_READ' exporting stlan = i_mbm_class_data_stlan martk = i_martk martp = ini_mtart importing struct = tmp_t415m exceptions no_entry = 1 others = 2.

T415M_READ call function 'T415M_READ' exporting stlan = i_mbm_class_data_stlan martk = mtart_star martp = ini_mtart importing struct = tmp_t415m exceptions no_entry = 1 others = 2.

T415M_READ





call function 'T415M_READ' exporting stlan = stlan_star martk = i_martk martp = ini_mtart importing struct = tmp_t415m exceptions no_entry = 1 others = 2.

T415M_READ call function 'T415M_READ' exporting stlan = stlan_star martk = mtart_star martp = ini_mtart importing struct = tmp_t415m exceptions no_entry = 1 others = 2.

ENQUEUE_EMMARAS call function 'ENQUEUE_EMMARAS' exporting matnr = i_mbm_class_data_matnr exceptions foreign_lock = 2 system_failure = 3.

FLUSH_ENQUEUE call function 'FLUSH_ENQUEUE' exceptions foreign_lock = 1 system_failure = 2.

RESET_ENQUEUE call function 'RESET_ENQUEUE'.

RESET_ENQUEUE call function 'RESET_ENQUEUE'.



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