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

co11n

Former Member
0 Likes
753

Hi All,

Is there any user-exit or badi on save to change the unit entered?

Hi All,

Is there any user-exit or badi on save to change the unit entered?

4 REPLIES 4
Read only

Former Member
0 Likes
658

Hi,

These are the enhancement Spots available

ES_CORUAFFW es_coruaffw

ES_SAPCDUP4

ES_SAPL2016

ES_SAPL2116

ES_SAPLCOFW

ES_SAPLCORB ES_SAPLCORB

ES_SAPLCORF

ES_SAPLCORI

ES_SAPLCORU

ES_SAPLCORU_S

Regards,

Vijaya Lakshmi.T

Read only

Former Member
0 Likes
658

Hi,

Actually I wanted to know a user-exit or Badi in Transaction "CO11n" on which when we click save button, the unit is captured so that I can change it as per the requirement.

Thanks.

Read only

Former Member
0 Likes
658

Hi,

following are the user exits available for co11n:

Exit Name Description

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

use them as per your reqirement:

Hope this will help you.

Read only

Former Member
0 Likes
658

Hi,

depend on the usage you can use any of the WORKORDER BADi's

WORKORDER_CONFIRM

WORKORDER_UPDATE

or

WORKORDER_GOODSMVT

or you can use exit EXIT_SAPLCOBT_001(PPCO0001) which will get triger at the time of production order save(CO01) and production order confirm(CO11n)

Rgds.