Is there any report available to pull list of subassembly parts in the System?
Probably not. There’s nothing that specifically identifies a part as a subassembly part. It depends on how the part is used in another parts method.
If you write a BAQ using the PartMtl table you can find parts that are identified as subassemblies in other part’s methods using PartMtl.PullAsAsm = True or PartMtl.PlanAsAsm = True.
Thank you.