cancel
Showing results for 
Search instead for 
Did you mean: 

Reverse of Bill Of Material

Former Member
0 Kudos

Dear PP Gurus,

Pl help me for following issue.

The requriement of my Client is as follows,

1.After entering child part no, the highest parent should get displayed.

2. The intermittant assemblies are not required.( Sub assemblies part no not required.)

3. BOM usage and Alternative BOM to be dispalyed for final Parent no.

Pl tell me is there any standard t-code avaliable in SAP for this requriement .

OR suggest me the logic for the new z-program .ie: tables to be used for the same.

Thanks in Advance

Umesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Kiran,

I know that there is no std. t-code avalaible in Sap For this requriement.

User Requriement is , they want a new z-program such that ,

in the selection screen the input is

1.plant :

2.chiled part no:

3.Date:

and output of this is req as

the highest parent part no where this child is to be used.

this parent no may be more than 1 .

with there alt bom and bom usage.

Secondly ,

in CS15 : where used list it will give the parent no one level up

and not the final parent assly.

But user want only final parent No.

BOM Level here used are generally 10-14 level.

thanks in advance

Umesh

Former Member
0 Kudos

Dear Umesh,

Your purpose can be fullfilled by CS15 . Only thing whn u enter child code & reach next screen, there is multilevel option avilable in variable list. If you select that alll the levels in which child part is used is displayed, including final parent code.

This list can be filtered for displaying only ulimate parent code/codes in which it is used.

Revert back in case of issue.

Regards,

Milind.

Former Member
0 Kudos

Dear Milind ,

Thanks for your reply.

the soln given works but partly.

1.After selecting Multilevel Tick Mark , it gives all the level with final parent , But User want only Final part no and not In between materials.

2.Also they want Multipal Entry Option on selection screen.

Currently in CS15 It allows only One item at a time.

But User want multiple entry option at selection screen.

Pl tell me is there any solution available.

Regards

Umesh

Former Member
0 Kudos

Hi Umesh,

You need to develop Z report with ABAP for requirement specified.

Use table STPO ,MAST.

Pick BOm number (STLNR) from STPO for input child part(IDNRK)

Take this BOM number to MAST for validation againest input plant-WERKS.

Pick material from MAST - this will be up one level material.

Run this loop for all levels to get final FG.

Regards,

Milind.

Former Member
0 Kudos

'

Hi, First of all, where u enter child part number?

Second, there is no such standard report. You have to use Where used list. The child can be there in so many parent materiasl' BOMs.

Again for showing its Alt. BOMs also when u enter child item, there is no standard transaction.

You have to go for Z report.

Kiran.