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

about user exit

Former Member
0 Likes
713

hi friends,

1. i want to use user exit CCOWB001 ( Customer exit for modifying menu entries) but while opening the include (INCLUDE ZXCOWBU01) program it shows the error (Program names ZX... are reserved for includes of exit function groups) . and the i use another exit

PPCO0007 ( Exit when saving production order ) and write my code in it but it is not triggering while saving the data in CO02.

2. Actually i want to display some text on screen before saving the order no. from T.Code co02.

with regards

bhupi

hi friends,

1. i want to use user exit CCOWB001 ( Customer exit for modifying menu entries) but while opening the include (INCLUDE ZXCOWBU01) program it shows the error (Program names ZX... are reserved for includes of exit function groups) . and the i use another exit

PPCO0007 ( Exit when saving production order ) and write my code in it but it is not triggering while saving the data in CO02.

2. Actually i want to display some text on screen before saving the order no. from T.Code co02.

with regards

bhupi

3 REPLIES 3
Read only

Former Member
0 Likes
638

> program it shows the error (Program names ZX... are reserved for includes of exit function groups) .

that is warning , you can ignore and press enter, you will be able to create the include.

Read only

GauthamV
Active Contributor
0 Likes
638

hi,

that is just warning mesage u can press enter and continue.

use these exits for co01 and co02.

PPCO0007

PPCO0012.

Read only

Former Member
0 Likes
638

NA