Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8800

BOM Query

$
0
0

In SAP 8.8, I have the following query that extracts BOM components for parent items:

 

SELECT T1.[Father], T1.[Code], T1.[Quantity], T1.[Price], T0.[ItemName] FROM OITM T0  INNER JOIN ITT1 T1 ON T0.ItemCode = T1.Code WHERE T1.[Father] =[%0]

 

However, there are some BOM components that further contain sub-components. The above query does not drill down to the sub-levels. Is there any way I can modify the query to show ALL sub levels? Thanks.


Viewing all articles
Browse latest Browse all 8800

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>