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

Add button in CO02 ?

Former Member
0 Likes
1,381

Hello experts,

I'm looking for a technical way of adding a button to the transaction CO02 (once arrived on the Order Header Page),

I've tried looking for screen exits and didn't found one for this TCODE,

Screen Variant are useless for ading a button,

and I'm not sure any Enhencement point would help,

Do you know a way to add a button to this transaction (either in the header or in the Gui Status) ?

Thanks in advance !!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
889

Hi,

use the exit PPCO0012..

Go to components Double click on screen exit SAPLCOKO1 it will take you to

The screen number 0100 program name SAPLXCO1.

use EXIT_SAPLCOKO1_002

Thanks,

Shailaja Ainala.

2 REPLIES 2
Read only

Former Member
0 Likes
890

Hi,

use the exit PPCO0012..

Go to components Double click on screen exit SAPLCOKO1 it will take you to

The screen number 0100 program name SAPLXCO1.

use EXIT_SAPLCOKO1_002

Thanks,

Shailaja Ainala.

Read only

0 Likes
889

Thank's very much,

your proposition cloud have been a good solution to implement such a button,

but when we add a button linked to an Okcode, and when we go on CO02 / Customer Screen, and then we click on our new button,

we get the following error :

Requested function <OK_code> is not available here,

Is here a way to implement a new Function code, or do we have to modify the standrad code for this ?