Application Development and Automation 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: 
Read only

Pop-up message ..

Former Member
0 Likes
605

Hi frnds,

I m using an user-exit in ME21N. at some user validation i need to generate a pop message like "Save faulty Document "

Please any idea?

Regards.

Hi frnds,

I m using an user-exit in ME21N. at some user validation i need to generate a pop message like "Save faulty Document "

Please any idea?

Regards.

3 REPLIES 3
Read only

Former Member
0 Likes
578

Hi Sreemathi,

Use this Function module...

CALL FUNCTION ’POPUP_TO_CONFIRM_WITH_MESSAGE’ 
EXPORTING    DIAGNOSETTEXT1    =    ’Do you want save data?’
TEXTLINE1         =    ’ ’    
TITEL             =    ’Confirm message!’  
IMPORTING    ANSWER            =    lv_answer.

and then check the answer....

Regards

Karthik D

Read only

0 Likes
578

Hi Karthik,

Thank u for ur reply.. But what i actually want is , the pop-window which comes when u create a Purchase order with the incomplete data ..

I want to call the exact window with the exact funtionality..

Regards.

Read only

0 Likes
578

Hi,

You can use function module POPUP_TO_CONFIRM.

And pass the button1 and button2 values and Title Bar, Test Question as you like.

Thanks,

Srinivas