Application Development 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: 

BOM Header and BOM Item Enhancements

Former Member
0 Kudos

Hi all,

I just want to make sure I got this correct so far and looking for further info. I have some z-fields(custom fields) that I'm adding to CI_STKO (BOM Header) and CI_STPO (BOM ITEM). I need to be able to display these fields in transactions CS02,CS03,CS11,CS12,CS13. I think I'm suppose to use the following enhancements:

PCSD0003 : BOMs: Customer fields in header

PCSD0002 : BOMs: Customer fields in item

Can anyone give me some info on the screen exits in these enhancements if this is correct and if not can someone give me some guidence to displaying the z-fields in these transaction?

Message was edited by:

Akeem Lockett

1 REPLY 1

Former Member
0 Kudos

You will have to make all the modifications inside the function group XCSA.

You wiill get the necessary exits there.

For displaying the custom fields you can use the screens 701 to 721. These are subscreens for displaying the item details. The moment you make changes here in these screens , you will be able to see the effect in CS01/02/03.

Hope it helps.