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

User Exit for CO11n transaction code

Former Member
0 Likes
1,351

Dear friends,

I have a requirement that in T-Code CO11n the user enters the order confirmation and when they go for the goods movement, the screen shows the BOM list with quantities.

My requirement is that the user will put one quantity for the main material and the rest of the quantities should be calculated through the input value and appear in the respective fields.

For that I need an enhancement so please suggest me a userexit or any possible solution for the same.

Thanks in advance.

Regards,

Mubashir

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
956

try with badi's search on workorder ( like WORKORDER_GOODSMVT ) ,check and let me know the status .

Regards

6 REPLIES 6
Read only

Former Member
0 Likes
956

Hi mubhasir,

The following are the list of available user-exits in transaction code co11n, go thru the documentation of all userexit in Tcode SMOD and choose a appropriate one for ur requirement.

Reward points, if helpful....

Regards

Karthik D

<b>Transaction Code - CO11N Single Screen Entry of Confirmations

Enhancement/ Business Add-in Description

Enhancement</b>

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

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

<b>No.of Exits: 24</b>

Read only

Former Member
0 Likes
956

You can use the function exit- EXIT_SAPLCORF_102.

Thanks,

Srinivas

Read only

Former Member
0 Likes
957

try with badi's search on workorder ( like WORKORDER_GOODSMVT ) ,check and let me know the status .

Regards

Read only

0 Likes
956

Dear Kiran,

thankyou very much for your useful suggetion.

Please let me know how to use it. I have worked on exits but not on BADI's.

Regards,

Mubashir

Read only

0 Likes
956

Hi mubashir,

BAdi(Business Addins) are same as Userexit but they are implemented using OO(Object oriented) ABAP concept. So you need some Object oriented Programming skill to implement that, Tcodes for seeing BAdi definition and implementation are SE18 and SE19 respectively...

Regards

Karthik D

P.S.: Reward Points, if useful...

Read only

0 Likes
956

Dear Kiran,

Thanks, my problem was solved through the badi suggested by you.

regards,

mubashir