cancel
Showing results for 
Search instead for 
Did you mean: 

message box

Former Member
0 Kudos

Hi,

After pressing the save button one message should come by saying datas are saved. How can i get the message box.please help me

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shyja ,

INside the save button action after the code to save to data base. check the syt-subrc

if sy-subrc eq 0

call the pop up using the wizard.

endif.

Regards

Sarath

Former Member
0 Kudos

Hi,

thanx for all ur answers, But i dont know how to call the popup wizard..

can anyone help me

Former Member
0 Kudos

hi shyja....

click the code wizard button..... present before the pattern button.

there is an option calledgenerate popup....

mention the window name.....

it will automatically generate the code.

or make use of the interface if_wd_window_manager.

make use of the method create_popup_to_confirm.

---regards,

alex b justin

Edited by: Alex Justin on Jan 25, 2008 4:42 PM

Former Member
0 Kudos

Hi Shyja ,

Click the code wizard the button jsut to the left of patterns -> select the radio button for popup..

thats all

regards

Sarath

Answers (2)

Answers (2)

Former Member
0 Kudos

hi shyja........

if you want a box to appear.... then use popup.... click the code wizard and make use of he generate popup option.

---regards,

alex b justin

Former Member
0 Kudos

Hi,

see the [documentation|http://help.sap.com/saphelp_nw70/helpdata/en/d8/2a934259a5cb6ae10000000a155106/frameset.htm]

Regards, Heidi