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: 

Display text on click of a button on a popup in a BADI.

Former Member
0 Kudos

Hi,

I have implemented a BADI in which I am calling a FM 'POPUP_TO_CONFIRM'. Now I need to display some text on the click of one of the buttons of the pop-up.Can someone sugeest how to go about this.

Thanks.

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

Hello Rachana

You could use another function module like <b>POPUP_TO_DISPLAY_TEXT</b>.

If you only want to send a message, then you could try an S-message (which might be suppressed after leaving the BAdI by other messages) or an I-message.

Regards

Uwe

naimesh_patel
Active Contributor
0 Kudos

Hello,

Use FM : POPUP_TO_INFORM for the text you want to show.

Whenever user presses, "YES" button on the POPUP_TO_CONFIRM, call FM POPUP_TO_INFORM with the info text.

regards,

Naimesh