Skip to main content
1-Visitor
April 28, 2022
Question

Custom BOM Report

  • April 28, 2022
  • 2 replies
  • 2686 views

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

2 replies

18-Opal
April 28, 2022

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.

Durga1-VisitorAuthor
1-Visitor
April 29, 2022

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

18-Opal
April 29, 2022

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

18-Opal
May 4, 2022

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