Hi All,
We use t-code CS11. But i need an alternative t-code.
CS11 gives us for only one material and one quantity. But i want to enter several materials and their quantities.
Is it possible?
Thank you
Request clarification before answering.
CS11 for multiple materials is not available in standard SAP. You'd have to make a copy of program RCS11001 used by CS11 behind the scenes and add at select-options for material and collect them in an internal table and loop through those materials at line 774 in your ZRCS11001.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Burcuf,
Well try with CC04 T-code which means Product structure of the material OK.
You even find the Routings with operations OK.
If you want to check with the quantity you have to go to the Change Layout and then you can do the selection of the required fields.
I hope it helps you.
Regards,
Madhu.G
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
CS11 gives us for only one material and one quantity.
But i want to enter several materials and their quantitiesNot sure what exactly you're looking for. If you want to do that for multiple materials, then you will have to write a Z report using
CS_BOM_EXPL_MAT_V2. Do note the output of this FM will be same as what you get in CS12. So if you want it in CS11 report then you will have to modify the values in your internal table & then display it.
Do a search in this forum with that FM & you should find quite many threads on this topic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
As mentioned below,What does modify value mean. Please explain how and where to modify?
" CS_BOM_EXPL_MAT_V2. Do note the output of this FM will be same as what you get in CS12. So if you want it in CS11 report then you will have to modify the values in your internal table & then display it. "
Thanks and regards
Sandeep
| User | Count |
|---|---|
| 13 | |
| 12 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.