‎2009 Jun 24 10:19 AM
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 !!!
‎2009 Jun 24 10:31 AM
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.
‎2009 Jun 24 10:31 AM
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.
‎2009 Jun 24 2:08 PM
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 ?