on 2017 Jan 10 7:48 AM
Experts,
Creating BOM using CSAP_MAT_BOM_CREATE, there is no issue with BOM Creation, but unable to Link Documents in the BOM Item Level in the Document Assignment tab
Below is my code, any helpful advice is appreciated
ls_stpo-item_categ = item.
ls_stpo-component = bom-mat.
ls_stpo-document = bom-doc. " Document number
ls_stpo-doc_type = dokar. " Doc Type
ls_stpo-doc_part = doktl. " Part
ls_stpo-doc_vers = dokvr. "Version
append ls_stpo to lt_stpo.
CALL FUNCTION 'CSAP_MAT_BOM_CREATE'
EXPORTING
material = matnr
bom_usage = stlan
i_stko = stko
TABLES
t_stpo = lt_stpo.
Thanks,
Kishore
User | Count |
---|---|
93 | |
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.