cancel
Showing results for 
Search instead for 
Did you mean: 

Want to create custom button in IW32 standard screen

Former Member
0 Kudos

I want to create one custom button in header menu of IW31/IW32/IW33 standard screen. Can anybody help us how to activate it as we have found to activate it in component tab that is not our requirement. I want to activate the button after the Permits button or after Notification button in the menu bar (Menu Header).

Accepted Solutions (0)

Answers (2)

Answers (2)

raymond_giuseppi
Active Contributor
0 Kudos

There is no standard enhancement for this, so you will be required to duplicate the multiple standard status (set a break-point at start of FM CO_IH_CUA_SET or called form SET_CUA), copy the standard status in some customer object, insert your ok_code between PEZU and IHOM. Note there is a customer-exit to manage excluded codes if required (EXIT_SAPLCOIH_006 of enhancement IWO10006). Then look for BAdI or Enhancement to manage the new ok_code, for this put a break-point at start of form ablauf).

Regards,
Ramond

peter_atkin
Active Contributor
0 Kudos

There isn't any options to create new menu/buttons in IW31/2/3 header screen without modifying your system which is not recommended.

Other options are:

  • Personas
  • GUI XT
  • User-Exit IWO10018 Header Enhancement Tab
  • Misuse user-exit IWO10011 (+MSF component selection)
  • NWBC context menus
  • Additional menu option in Generic Object Services (services for object)

.

PeteA