cancel
Showing results for 
Search instead for 
Did you mean: 

POP UP WITH MULTIPLE CHOICHE

Former Member
0 Kudos

Hi people i have a problem.

I have a document with 3 fields. This is the procedure:

I check the value of the field and , if the three field are different i must hava a POP-UP window that permitt me to select one of this. This Pop-Up must appear when i start the stamp with smartform.

So:

I go to va02 , i select an Order Number, i go to output and select Stamp. When i start this , if the 2 parameters are different, appears POP-UP.

My problem is about POP-UP. How to create it and how to use it.

Thanks for the reply.

for the same problem with 2 button i have used POP_UP_TO_CONFIRM. I can't use it with theree button i think. I can?

What function module i must use.

Can anyone me give an example because i have seen the POP_UP with 3 button but i can't understand how to use it.

Thank very much

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The function module POPUP_TO_CONFIRM c an be used with three buttons also.

for that in the pattern just uncomment the DISPLAY_CANCEL_BUTTON field. It will display with cancel button too. Don't forget to catch the value of cancel also in program like you do for Yes/No.

Hope this helps.

Regards,

Renjith Michael.

Answers (1)

Answers (1)

Former Member
0 Kudos

Try with FM: REUSE_ALV_POPUP_TO_SELECT, to populate a list and select one accordingly.

Regards

Eswar