cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Custom BOM Report

Durga
12-Amethyst

Custom BOM Report

Hi,

Trying to achieve a custom BOM report as per customer in Windchill 12.0.2

Attached is the format for the same.

Any suggestion would be really appreciated.

Regards,

Durga

5 REPLIES 5
d_graham
17-Peridot
(To:Durga)

I've done custom stuff like this.

In short, write a utility that gets all the BOM info and then passes the info to a JSP which has code to loop through the info populating the table per the image you posted.

 

The JSP can be run from the WTPart's info page thus one click and you get the BOM formatted the way you want it.

Durga
12-Amethyst
(To:d_graham)

Hi Graham,

Thanks for your reply.

It's good to know you have done that. Any references, documents, or steps to be done to achieve this as it's a completely new battlefield for me.

Thanks in advance.

Regards,

Durga

d_graham
17-Peridot
(To:Durga)

Do you know Java and JSP and how to format a web page to give the desired look?

 

How new is the “battlefield”?

Let’s start there.

 

David

Durga
12-Amethyst
(To:d_graham)

Dear David,

Java have an idea about it. Jsp its new.

However, will try to figure out and work if get some path.

The battlefield only periphery is known.

Regards,

Durga

 

d_graham
17-Peridot
(To:Durga)

I got this working.

From WTPart's action menu one click opens page that can be printed as pdf.

 

Part numbers order is sorted alpha-numeric.

Quantities are summed recursively thru multi-level BOM.

A number appears only once but it's quantity is summed each time it appears in the multi-level structure.

 

If interested see attachment.

 

d_graham_0-1651707054902.png

 

 

 

 

Top Tags