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

Assembly Indicator in BOM Level

Former Member
0 Likes
2,604

hi,

can any one let me known any function module to get the list of all materials at BOM

i,e if i give a material number i should get all the material including the assembly for materials.

or let me known where the assembly indicator will stored at table level

i have seen CS_BOM_EXPL_MAT_V2 function module which give all levels of the materials and gives the assembled

material also but

My requirement is for given date range, plant and material i should get materials including assemblies with the total quantity used in that given date range.

Regards,

R K.

Edited by: R K on Aug 12, 2010 2:17 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,936

Hi,

Check CSAP_MAT_BOM_READ

Regards,

Harsh.

hi,

can any one let me known any function module to get the list of all materials at BOM

i,e if i give a material number i should get all the material including the assembly for materials.

or let me known where the assembly indicator will stored at table level

i have seen CS_BOM_EXPL_MAT_V2 function module which give all levels of the materials and gives the assembled

material also but

My requirement is for given date range, plant and material i should get materials including assemblies with the total quantity used in that given date range.

Regards,

R K.

Edited by: R K on Aug 12, 2010 2:17 PM

9 REPLIES 9
Read only

Former Member
0 Likes
1,937

Hi,

Check CSAP_MAT_BOM_READ

Regards,

Harsh.

Read only

0 Likes
1,936

hi Harish,

Thank you for reply

The above function module does not return the assembly levels (i,e.sub items).

it only returns one level

Regards,

R K

Read only

0 Likes
1,936

Hi,

I guess you have to develop one.

Regards,

Harsh.

Read only

0 Likes
1,936

Hi,

For development also, we need to known where assembly indicator stored at Table level.

can any one Please let me known where the indicator is stored.

Regards,

R K

Read only

0 Likes
1,936

Hi,

Link to All BOM tables:

[http://www.sap-basis-abap.com/pp/which-sap-table-stores-data-on-bom-item-data.htm]

Hope it helps a little. Else ask table name in MM forum.

Regards,

Harsh.

Read only

0 Likes
1,936

hi,

Thank you very much for effort in helping me on the issue,

I have already seen all the table in the list previously.

i closed the issue, using the fm CS_BOM_EXPL_MAT_V2

after using the above fm we will get all the assembly materials

into table MATCAT and passed all those materials and date range to S026 table which gives

quantity day wise, collected those quantities material wise into another final table .

Regards,

R K

Read only

0 Likes
1,936

Hi,

i have to show the requirement materials for project definition. i dono wat input will be passed in CS_BOM_EXPL_MAT_V2 function module. i have the network activity and components using to get by BAPI_NETWORK_GETDETAIL. please guide me how to get the requirement materials...

Regards,

M.P.Rathish

Edited by: joerathish on Oct 29, 2010 9:31 AM

Read only

0 Likes
1,936

Hello, could you explain what is the assembly indicator?

i Have explode the level by level my bom(cs11) and i have some items with the tick on the assembly indicator and some don t have.

thks

Read only

0 Likes
1,936

Hi,

The BOM assembly level indicator will show only if the field DISST-MARA has any value.

It shows the level of the BOM you have.

Regards,

Aravindan N