2008 Oct 04 7:48 AM
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.
2008 Oct 04 3:20 PM
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.
2008 Oct 05 10:10 AM
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
2008 Oct 05 11:15 AM
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.
2008 Oct 06 4:44 AM
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
2009 Jan 30 8:55 AM
Dear Experts,
Please give me some solution.Still my problem is not solved.
Regards,
Sanket
2009 Mar 08 2:25 PM