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: 

User Exit for CO12

Former Member
0 Kudos

Dear Experts,

I have added shift field in CO11N by using

user exit : "CONFPP07 Single Screen Entry: Inclusion of User-Defined Subscreens"

now same shift filed i want to add in CO12 Collective Entry.

Please Guide me, how i can solve this issue.

Thanks & Regards,

Sanket.

6 REPLIES 6

Former Member
0 Kudos

Hi,

Include Name : CONFPP03

or Use the below exits for CO12.

EXIT_SAPLCOI2_001 CO12: Changing of People Found

EXIT_SAPLCOI2_002 COI2 Alternative Procurement of Personnel Availability Data

EXIT_SAPLCOIH_031 Hide personnel number in PM/SM order

Other way to find the user exits is

goto CO12->system->get the program name-->goto se38-->give that program name and get the development class.

goto SE80->select the package>give your developement class>you will get the list of Enhancement under that dev.class-.pick the right exit(if you are clear on what exit you want to take, put break point on the exits and run your transaction and wherever you break point triggers that is your user exit.)

Thanks,

Sree.

Former Member
0 Kudos

Sanket,

User exit CONFPP07 is also called when you use CO12. What is the issue here?

Fyi, following exit can be used for CO12

CONF0001 Enhancements in order confirmation

CONFPI01 Process order conf.: Calculate cust.specific default values

CONFPI02 Process order confirmation: Customer spec. input checks 1

CONFPI03 Process order conf.: Cust. spec. check after op. selection

CONFPI04 Process order conf.: Customer specific input checks 2

CONFPI05 Process order conf.: Cust. spec. enhancements when saving

CONFPI06 Process order confirmation: Actual data transfer

CONFPM01 PM/SM order conf.: Determine cust. specific default values

CONFPM02 PM/SM order confirmation: Customer specific input checks 1

CONFPM03 PM/SM order conf.: Cust. spec. check after op. selection

CONFPM04 PM/SM order conf.: Customer specific input check 2

CONFPM05 PM/SM order conf.: Cust. specific enhancements when saving

CONFPP01 PP order conf.: Determine customer specific default values

CONFPP02 PP order conf.: Customer specific input checks 1

CONFPP03 PP order conf.: Cust. specific check after op. selection

CONFPP04 PP order conf.: Customer specific input checks 2

CONFPP05 PP order conf.: Customer specific enhancements when saving

CONFPP06 PP Order Confirmations: Actual Data Transfer

CONFPP07 Single Screen Entry: Inclusion of User-Defined Subscreens

CONFPS01 PS confirmation: Determine customer specific default values

CONFPS02 PS confirmation: Customer specific input checks 1

CONFPS03 PS confirmation: Customer specific check after op. selection

CONFPS04 PS confirmation: Customer specific input checks 2

CONFPS05 PS confirmation: Customer specific enhancements when saving

0 Kudos

Hi Sunil,

I know that whatever user exit given by u.

User exit CONFPP07 is also called when you use CO12. What is the issue here?

Ans-- In my question i have mention that this user exit i have activated for CO11N.

So how can use this for same.??

That shift field i have added in CO11N same field i want to activate in CO12.(CO12 is like table Control Field)

Regards,

Sanket.

Former Member
0 Kudos

BADI for this is WORKORDER_EXEC_STEPS

and exit can be used for are

CONF0001 Enhancements in order confirmation

CONFPI01 Process order conf.: Calculate cust.specific default values

CONFPI02 Process order confirmation: Customer spec. input checks 1

CONFPI03 Process order conf.: Cust. spec. check after op. selection

CONFPI04 Process order conf.: Customer specific input checks 2

CONFPI05 Process order conf.: Cust. spec. enhancements when saving

CONFPI06 Process order confirmation: Actual data transfer

CONFPM01 PM/SM order conf.: Determine cust. specific default values

CONFPM02 PM/SM order confirmation: Customer specific input checks 1

CONFPM03 PM/SM order conf.: Cust. spec. check after op. selection

CONFPM04 PM/SM order conf.: Customer specific input check 2

CONFPM05 PM/SM order conf.: Cust. specific enhancements when saving

CONFPP01 PP order conf.: Determine customer specific default values

CONFPP02 PP order conf.: Customer specific input checks 1

CONFPP03 PP order conf.: Cust. specific check after op. selection

CONFPP04 PP order conf.: Customer specific input checks 2

CONFPP05 PP order conf.: Customer specific enhancements when saving

CONFPP06 PP Order Confirmations: Actual Data Transfer

CONFPP07 Single Screen Entry: Inclusion of User-Defined Subscreens

CONFPS01 PS confirmation: Determine customer specific default values

CONFPS02 PS confirmation: Customer specific input checks 1

CONFPS03 PS confirmation: Customer specific check after op. selectio

CONFPS04 PS confirmation: Customer specific input checks 2

CONFPS05 PS confirmation: Customer specific enhancements when saving

0 Kudos

Dear Experts,

Please give me some solution.Still my problem is not solved.

Regards,

Sanket

Former Member
0 Kudos

no reply so closed