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 or Badi for co11n

Former Member
0 Kudos

hi all,

I want to display error messages when the quantity field at goods movement level of transaction co11n is 0 or space.

Find me the user exit or badi , but field exit is becoming complex as the screen is a table control.

help me.

4 REPLIES 4

former_member598013
Active Contributor
0 Kudos

Hi Uday,

Here are the list of User exit regarding the CO11N Transaction.


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

&**********************Reward Point if helpful**********************&

GauthamV
Active Contributor
0 Kudos

hi,

check these exits for co11n and find the exit which consists of structure that has ur required fields.

based on those u can through an error message.

Transaction Code - CO11N Single Screen Entry of Confirmations

Enhancement/ Business Add-in Description

Enhancement

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

Former Member
0 Kudos

badi exists

0 Kudos

hi ,

I need to keep the quantity check in the goods movement level when user press enter in the field of quantity in CO11N.

Pls any try help in getting exact BADI and its method.

regards,

balu