cancel
Showing results for 
Search instead for 
Did you mean: 

Pop up Windows

Former Member
0 Kudos

Hi,

I am trying to create an input field which when the user enters, triggers a Pop up window where he can write his Input in a message area and then click a button and the data is passed on and resides in the original input field.

The catch is I am trying to achieve this in a Table with several dynamic rows, andone of the columns being the input field with the pop up window.

Is this possible, If someone could shed some light on this it would be greatly appreciated.

NAC

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Do check the tutorial in the following link.This explains about creating pop up windows and their interaction.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/di... boxes in web dynpro applications.pdf

Regards,

Vijith

Former Member
0 Kudos

Hi NAC !!,

You can place InputField in one of the Table columns.

On click of "Enter" key in the inputfield you can show the popup.

For creating the popup ,please refer to the sample webdynpro examples.

Regards, Anilkumar

Former Member
0 Kudos

Hey Anil,

Thanks for the quick response. Could you tell me where I would get the sample example.

NAC