Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CS01 User Exit

Former Member
0 Likes
1,319

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.

3 REPLIES 3
Read only

p291102
Active Contributor
0 Likes
832

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

Read only

Former Member
0 Likes
832

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

Read only

Former Member
0 Likes
832

ok