on 2021 Aug 13 3:00 PM
Hello,
I'm trying to do execute FM CS_BOM_EXPL_MAT_V2 in SE37 to get that for a FS custom tcode required but I'm not able to explode the BOM, Table STB is coming with 0 entries and TOPMAT export parameter is coming with values.
Here are the fields that I'm putting in the FM:
CAPID: PP01
DATUV: Current Date
EMENG: 1
MKTLS: X
MEHRS: X
MTNRV: MATNR
STLAL_: 1
STLAN: 1
STPST: 0
SVWVO: X
WERKS: WERKS
VRSVO: X
Can someone please tell if I'm missing something? Or what else is needed to get the component list like in CS12.
Thank you, regards!
Request clarification before answering.
Hi the parameters you have provided are correct - they should work
But for testing I really hope you are not giving ABAP field names....as shown in the question. There should be actual values only and you may enter testing in debug mode if you want to enhance/check the FM. I have tested with these exact parameters below - but note with actual values for MTNRV, WERKS, DATUV....the screenshot attached for STB success reference
Thanks,
Anil .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, @alejandro.pena-cantu, try these two FMs and first get output:
CS_BOM_EXPLOSION; CS_BOM_EXPL_KND_V1. The following used for motivation: multilevel BOM explosion answer
User | Count |
---|---|
91 | |
11 | |
9 | |
7 | |
6 | |
4 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.