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

co01 user exit not getting called

Former Member
0 Likes
1,187

But I am using the tcode CO01.I have set a break point  in  EXIT_SAPLIPW1_001  in that include.The control is not coming to the function module after saving the changes in this tcode or during debugging. What would be the reason?

But I am using the tcode CO01.I have set a break point  in  EXIT_SAPLIPW1_001  in that include.The control is not coming to the function module after saving the changes in this tcode or during debugging. What would be the reason?

7 REPLIES 7
Read only

koolspy_ultimate
Active Contributor
0 Likes
1,056

It's because the exit 'EXIT_SAPLIPW1_001' is not used in the Transaction CO01.

Read only

0 Likes
1,056

Madhumahesh are you sure cause when i check it in smod it shows for that package ...

also during debuging it it comes to call of the exit but doesnt enter it.

Read only

0 Likes
1,056

Hi Amit,

EXIT_SAPLIPW1_001 is for Automatic Serial Number Assignment ( IQSM0001 ).

The below are the enhancements for CO01.

CCOWB001
COIB0001
COZF0001
COZF0002
PPCO0001
PPCO0002
PPCO0003
PPCO0004
PPCO0005
PPCO0006
PPCO0007
PPCO0008
PPCO0009
PPCO0010
PPCO0012
PPCO0013
PPCO0015
PPCO0016
PPCO0017
PPCO0018
PPCO0019
PPCO0021
PPCO0022
PPCO0023
STATTEXT

May be you have chosen the wrong Package , Please check it.

Regards,
Priya.

Read only

0 Likes
1,056

Hi priya ,

I want to make some changes when the serial number is getting generated for co01.

Co01->header-> serial.

can u suggest some suer exit for that .

Read only

0 Likes
1,056

Can you please Specify what actually do you want?

Read only

0 Likes
1,056

when i create a order using co01, serail numbers for material get generated based on the table MASE

. I want to refer a Z table and then override the system generated numbers using the value from z table.

Read only

0 Likes
1,056


Hi Amit,

check this..

EXIT_SAPLIPW1_003
EXIT_SAPLIPW1_004
EXIT_SAPLIE01_005
EXIT_SAPLIE01_007
EXIT_SAPLIPW1_008

Regards,
Priya