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: 

BADI or userexit at the time of saving for CS01 and CS02?

Former Member
0 Kudos

Dear Guys,

I want to modify the line item number of BOM while saving the transaction in CS01 and CS02. Please let me know the BADI or Userexit triggering while saving to fulfill my requirement.

Thanks,

K.Safiq

1 REPLY 1

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Safiq,

Try user-exit PCSD0007   ( Function EXIT_SAPLCSDI_007 and include ZXCSAU11 ).

Also have a look at  PCSD0005   ( Function EXIT_SAPLCSDI_006 and include ZXCSAU10 ).

The list of exits in this area is:

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 creating

PCSD0009  Order/WBS BOM, determine URL page

PCSD0010  Order/WBS BOM, determine explosion date

PCSD0011  Knowledge-based order BOM, parallel update

PCSD0012  Customer - Mat. number/mat. number during material exch

PCSD0013  Customer-specific processing of an explosion for BOM br

Regards

KJogeswaraRao