cancel
Showing results for 
Search instead for 
Did you mean: 

Component where used list

Former Member
0 Kudos

Dear PP Gurus,

My client requires a where used list report for material part number.

When i give the part number, it should display the Semi FG/FG part number in whose BOM that part number is component.

Is there any standard report in system?

If no , through which tables i can create such report using SQVI or do i need ABAP help?

Thanks & Regards

Shalini

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member184655
Active Contributor
0 Kudos

Dear Shalini,

If you want to display the where used list for a single material you can use T code CS15.

If it's more muliple material,then You have to develop a small report in order to meet your client's

requirement.

For this you can use the FM's CSEP_MAT_BOM_SELECT_WHERE_USED or else

CS_WHERE_USED_MAT. Prepare the functional Spec's and prepare a customized report.

Regards

Mangalraj.S

Former Member
0 Kudos

Hi Shalini,

CC04 may also use full to you.

Regards,

Shyamal

Former Member
0 Kudos

HI

Try CS15,

use STPO get BOM id and pass it in MAST table, with this link you can get report from Query

check this you cen get

-ashok

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

Try with CS15 and IH05 will work for header material.

Or function module

CS_WHERE_USED_MAT

Regards,

R.Brahmankar

Former Member
0 Kudos

Hi,

You can get this in :

CS15 : Where-used List: Material

Select Material . type of list , Used in i.e. Material BOM etc.and execute the report.

Hope this helps.

Regards,

Tejas

Edited by: Tejas Pujara on Nov 12, 2008 6:27 AM

Former Member
0 Kudos

Hi,

Did you check with CS15?

-Thaila Shree

Former Member
0 Kudos

through Cs15 we can only see list for one material component. Is there any way i can enter multiple materials(BOM component part number) and get a list for all those items

former_member184655
Active Contributor
0 Kudos

Dear Shalini,

If you want to view the Where Used List for a list of materials means then you have to prepare a

customized report using anyone of the Functional Module which I have mentioned in my previous reply.

There's no other standard T code for this.

So you have to prepare the Functional Specifications and get the help from your ABAP consultant to get

it done.

Regards

Mangalraj.S

Former Member
0 Kudos

Thanks,

I will get in touch with ABAper