SAP Note 893616 - BOMBOS: Specifications are not found

Component : Tools -

Solution : https://service.sap.com/sap/support/notes/893616 (SAP Service marketplace login required)

Summary :
This SAP Note addresses an issue in the BOMBOS interface for the bill of materials (BOM) transfer in the Product Safety component. The BOMBOS_GET_SPEC method from the EHSS_SPEC_CHECKS BAdI is not correctly identifying specifications assigned to materials or individual BOM items. This results in failure to generate compositions and the emission of error message CM_BOMBOS 037. The resolution involves implementing the BOMBOS_GET_SPEC method with adequate source code provided in the correction instructions. Further steps include creating requisite parameters in the C1L1_SUBSTANCES_FIND_BY_MATNR function module to ensure effective specification retrieval.

Key words :
material  call function 'c1l1_substances_find_by_matnr'        exporting             i_matnr                = i_matnr             i_worklist             = i_worklist             i_pos                  = i_pos        importing             e_count_subst          = e_count_subst             e_error_tab            = l_error_rec        tables             e_substance_header_tab = l_substance_header_tab        exceptions             subst_read_failure     = 1, call scenario i_pos, i_matnr  type spec, read table l_substance_header_tab index 1, i_pos  type spec, e_substance_header_tab  type spec, i_worklist  type spec, dialog                        main        = main material, e_count_subst  type spec, l_substance_header_tab type esprh_apirh_tab_type

Related Notes :

1381747
1310472Function modules for reading classification buffer
1146662EHSS_SPEC_CHECKS, saving of status changes
1071008Sample code for AT_SAVE_CHECK of BAdI EHSS_SPEC_CHECKS
1041689BOMBOS: Documentation for BAdI EHSS_SPEC_CHECKS
968778BAdI EHSS_SPEC_CHECKS and enhancements C1F20001, C1F20100
860306
854519