BSP POPUP
Hello friends,
I am working an a standard BSP application (HRHCP_PLANNING), and have to do some changes. I need a Pupup window which has an input parameter.
Does anybody know how to do this, as calling a abap popup function will not work in BSP?
best regards B
Former Member replied
Gosal,
In your OnInputProcessing you gonna find the object "call method application->handle_buttongroup_click".
I think they've handle all of those information in sight this object.
Beside this object you have lot of information in this event parameters as:
RUNTIME
APPLICATION
PAGE_CONTEXT
PAGE
REQUEST
NAVIGATION
EVENT_ID
Go ahead debug this code.
Regards,
Alexandre