Skip to main content
7-Bedrock
December 25, 2025
Solved

BOP管理でMBOMとBOPをまとめてEXCEL等に出力できないか?

  • December 25, 2025
  • 1 reply
  • 191 views

Version: Windchill 13.0

 

Use Case: WindchillでBOPを利用しようとしています。 標準機能ではMBOMとBOPの情報を階層付きでEXCELに出力することはできないようですが、 近い形式でも構わないのでデータとしてエクスポートすることができないでしょうか? イメージとしては、関連製造オブジェクトレポートで出力できるツリー上にBOMとBOPが表現できる表示が望ましいです。


Description:

タイトルなし.png

Best answer by Fadel

There is now way OOTB to export all product BOP to excel in one go, this requires a custom class to query BOPs in  a product and export via API after setting a filter , the structure see depends on filters set for PP and related BOM .

1 reply

Fadel
23-Emerald I
December 26, 2025

try export to xlsx , you can also add more attribute in the PPB tree :

Fadel_0-1766739099760.png

 

Buiꓘa
Tomoko_T7-BedrockAuthor
7-Bedrock
December 27, 2025

回答ありがとう。

一つずつのプロセス計画はExcelにエクスポートできることは理解しました。

私がやりたいのは製品全体のすべてのプロセス計画、オペレーションのエクスポートです。

BOMの情報と一緒にBOP情報を出力できたらさらに良いです。

可能でしょうか。

Fadel
Fadel23-Emerald IAnswer
23-Emerald I
December 29, 2025

There is now way OOTB to export all product BOP to excel in one go, this requires a custom class to query BOPs in  a product and export via API after setting a filter , the structure see depends on filters set for PP and related BOM .

Buiꓘa