2007 Dec 11 1:15 PM
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.
2007 Dec 11 1:22 PM
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
2007 Dec 11 1:38 PM
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.
2007 Dec 11 7:05 PM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |