‎2010 Nov 25 11:25 AM
I need to calculate the total weight of the BOM Components and show it in the customer fields tab of the BOM Header in Transaction code CS01, CS02 and CS03. Whenever the user enters the quantity of the BOM components in CS01 and clicks the BOM header button (CAP button in CS01) he should be able to see the total weight of all the components under the customer fieldu2019s tab. For this I have used the screen exit PCSD0003 and added a new field. But the issue I am facing is during the creation of the BOM I am not able to get the quantity of the BOM Components as the function module exits of the enhancement PCSD0003 does not have STPO table reference as a parameters. Please let me know how to get these item values during run time into my exit so that I can calculate the total weight and show it in the custom field.
‎2010 Nov 25 11:27 AM
PCSD0001 Applications development R/3 BOMS
PCSD0002 BOMs: Customer fields in item
PCSD0003 BOMs: Customer fields in header
PCSD0004 BOM comparison
PCSD0005 BOMs: component check for material items
PCSD0006 Mass changes user exit
PCSD0007 Check changes in STKO
PCSD0008 WBS BOM: Customer-specific explosion for
PCSD0009 Order/WBS BOM, determine URL page
PCSD0010 Order/WBS BOM, determine explosion date
PCSD0011 Knowledge-based order BOM, parallel upda
PCSD0012 Customer - Mat. number/mat. number durin
PCSD0013 Customer-specific processing of an explo
PCSD0014 Knowledge-Based Order BOM: Status
‎2010 Nov 28 5:01 AM
Hi Sankar,
Thanks for your reply, but I would like to know how to get the BOM components(items) in the user exit in order to calculate the total weight. Pls let me know if you have any idea. I tried the BOM item level user exit as well, but the problem is in this user exit we can only get the individual line item detail and not all items.
Regards
‎2010 Dec 08 5:26 AM