‎2007 Dec 05 5:13 AM
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
‎2007 Dec 05 7:49 AM
try with badi's search on workorder ( like WORKORDER_GOODSMVT ) ,check and let me know the status .
Regards
‎2007 Dec 05 6:30 AM
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>
‎2007 Dec 05 7:07 AM
You can use the function exit- EXIT_SAPLCORF_102.
Thanks,
Srinivas
‎2007 Dec 05 7:49 AM
try with badi's search on workorder ( like WORKORDER_GOODSMVT ) ,check and let me know the status .
Regards
‎2007 Dec 05 10:03 AM
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
‎2007 Dec 05 12:41 PM
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...
‎2007 Dec 07 5:04 AM
Dear Kiran,
Thanks, my problem was solved through the badi suggested by you.
regards,
mubashir