Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

CS_BOM_EXPL_MAT_V2

Former Member
0 Kudos

Hi,

I am trying to explode multilevel bom for a material. But the material is having a huge number of components. There are many components with zero quantity. So i dont want to explode those components having zero quantity. I am using the fm cs_bom_expl_mat_v2 to explode bom. Is there any option for not to exploding the components with zero quantiy. If i explode all the components i am getting a runtime error system_no_roll. So iw ant to restrict the data by filtering those zero quantity components.

.

exporting

capid = pi01

datuv = Costing date

mmory = 1

mtnrv = "Material Number

mehrs = X

werks = plant

IMPORTING

topmat = wa_topmat

TABLES

stb = it_stpox

Also i tried single level explosion also when i check MNGKO and MNGLG field to restrict the zero cqunatity components from explosion i am not getting '0' in that field. If the first component has 100 as quantity the remaining components are having the same 100 in that field.

So anyone help me with a solution to this problem.

2 REPLIES 2

Former Member
0 Kudos

Have you tried

EMENG = 1

Former Member
0 Kudos

Hey Akshay,

Refer to link below:

Regards,

Venkat.