Skip to Content
0
Former Member
Jan 20, 2012 at 07:23 PM

How to use the new enhancement method for a User Interface (GUI Status)?

287 Views

Hi all,

Background: Our requirement is to have a custom button on an SAP standard application (example transaction is WCT7). We currently have it working using the modification assistant. The custom button is a "T" (Transaction) type button with "ZLOGIT" as the function. You press the button and it calls our "ZLOGIT" program.

Problem: We are now upgrading to Enhancement Pack 5, and SAP has added new Customer Enhancement functions to the GUI Status SAPLWCFY (as well as others). This should now eliminate the need for us to use the Modification Assistant. In the GUI Status you can see them as +USR1, +USR2, etc., but I can't figure out how to use or reassign them.

What I have tried: I've explored CMOD using the package is WCM, but no menu exits show up in that package. I've explored the Switch Framework, but no switches are assigned to the functions. I think I need to use WCM Badis, possibly BADI_WCM_WCD_002 as a guess, but I don't know how to implement.

I appreciate any and all ideas!