Application Development and Automation 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: 
Read only

facing problem with display components and sub-assemblies

Former Member
0 Likes
602

Hi

in my report displaying components and sub-assemblies by using the the function module CALL FUNCTION 'CS_BOM_EXPLOSION'. the logic , if I provide the components in the selection screen, it should display the multi-level sub-assemblies for that component(s). if sub-assembly provided it should not display components for that.

how to validate this?

I tried with another FM ...MAT_V2 but not working..

can anyone help me where can I restrict the components & sub-assebly information available( FM or transaction)

please help me...

3 REPLIES 3
Read only

Former Member
0 Likes
524

Hi

In the function module CS_BOM_EXPLOSION

there is input parameters

MDMPS

MEHRS = 'X' for Multilvel explosion

MKMAT

MMAPS

Try to use of this parameters in the function module

MEHRS = ' ' to avoid mulitlevel explosion and MMAPS = ' '.

also use other parameters

pLEASE REWARD IF useful.

Read only

0 Likes
524

Hi Dinesh,

I am getting multi-level sub-assemblies, but if i provide the sub-assembly it is getting all list of components... this is not my desired output.

As I described earlier if component provided it should get sub-assemblies , if sub-assembly provided it should not provide any componnents...

please help me....

Read only

Former Member
0 Likes
524

Hi,

Use the function module 'CS_BOM_EXPL_MAT_V2'

pass mehrs = 'X'.

It is for multi-level bom.

Definately it will display the sub assemblies for that components.

I have already worked on this, it doing what you have requested.

Reward Points if helpful.

Kannu.