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: 

Add button in applic.toolbar for CO11

Former Member
0 Kudos

Hi

I would like to add a button in the application toolbar for transaction CO11

The gui data is; Program name: SAPLCORU, and status is: HRD10

I can't find any enhancement for it, and I need to do it in a correct "legal" SAP way .

Anyone who can guide me, and help me?

Thanks


Lars

1 ACCEPTED SOLUTION

Sidhant-Acharya
Participant
0 Kudos

Hi,

You have to change the GUI status.I mean to say if its a standard GUI then copy from a program and use it here instead standard and add a button in application bar of the GUI.

Regards,

Sidhant Acharya.

3 REPLIES 3

Sidhant-Acharya
Participant
0 Kudos

Hi,

You have to change the GUI status.I mean to say if its a standard GUI then copy from a program and use it here instead standard and add a button in application bar of the GUI.

Regards,

Sidhant Acharya.

raymond_giuseppi
Active Contributor
0 Kudos

Well this status does not contain any placeholder for user function, so did you

  • Create a status in your namespace (copy standard)
  • Look for implicit enhancement points after the SET PF-STATUS (Look in PBO module, beware of dynamic call)
  • Look for implicit enhancement points at start of the user_command module (Look in PAI module)

Regards,

Raymond

0 Kudos

Hi
It seems as the correct way.

I have created break-point for all enhancements mentioned below, but none of them has the button-code (sy-ucomm) in the interface.


Anyone who can guide me further, and tell what I am missing?

Thanks

Lars

Enhancements mentioned above:

CONF0001

CONFPI01

CONFPI02

CONFPI03

CONFPI04

CONFPI05

CONFPI06

CONFPM01

CONFPM02

CONFPM03

CONFPM04

CONFPM05

CONFPP01

CONFPP02

CONFPP03

CONFPP04

CONFPP05

CONFPP06

CONFPP07

CONFPS01

CONFPS02

CONFPS03

CONFPS04

CONFPS05