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: 

Attach User exit to standard T-Code

Former Member
0 Kudos

Hi friends,

I would like to know how to attach User exit program to standard program/Transaction.

We are using KO01 Create Internal order in which we want to control the naming convention of the Internal order numbers.

The Number range has been already defined as external in the Order Type.

For eg.

We have a policy of prefixing the country code before the internal order number.

Order belongs to UK start with UKXXXXX. The system should give an error to user while creation if UK is not entered.

Please help.

Regards

Tajammul

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Please check the below exits:

COOPA002 - Customer function for master data maint. - internal orders

COOPA003 - User-Defined Fields in the Order Master

COOPA004 - Customer function: Print order master data

COOPA_01 - Customer check modules for internal orders

Regards,

Surinder

2 REPLIES 2

Former Member
0 Kudos

Hi,

Please check the below exits:

COOPA002 - Customer function for master data maint. - internal orders

COOPA003 - User-Defined Fields in the Order Master

COOPA004 - Customer function: Print order master data

COOPA_01 - Customer check modules for internal orders

Regards,

Surinder

0 Kudos

I also met the problem. I'd like to check whether the data is correct or not, use "COOPA002".

If the data is not right, I write:

message e021(f1) with 'Error'.

But nothing happened! The error data was saved.

Why?