cancel
Showing results for 
Search instead for 
Did you mean: 

popup

Former Member
0 Kudos

hi,

in my application there is a button called 'newuser'. when i click this i should get a popup window with some fields. i should fill those fields and if i save that, it should save in data base.

i hav worked with pop-up window. but i donknw how to work with input fields in pop-up window.

how to place input fields, how to create context n bind it to these fields,.

please guide me

thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

shwetars
Advisor
Advisor
0 Kudos

hi Renu,

you can create a view to place ur input fields and emebed this within a window.

when creating the popup use the method create_window of the if_wd_window_manager interface and pass the window name ( that you created above ), there are also certain other optional parameters which you can use. this window instance also is handled in the same as a popup_to_confirm window.

since you are creating a view, you can bind all your input fields to some context attributes and later on use the same to save the data to the database.

check out the following blog, it gives you a step by step procedure

/people/mohammed.anzys/blog/2007/06/10/webdynpro-abap-controlling-external-windows

Regards,

Shweta

mohammed_anzys
Contributor
0 Kudos

Hi

/people/mohammed.anzys/blog/2007/06/10/webdynpro-abap-controlling-external-windows in the blog its mentioned in detail.Post if you have any problems.

Tahnks

Anzy

Answers (0)