cancel
Showing results for 
Search instead for 
Did you mean: 

drop down list button in the WDP Abap interactive form

Former Member
0 Kudos

Hi Gurus,

I wanted to implement the drop down list button in the WDP Abap interactive form. Once the users clicks on the drop down button, an RFC should be called and display the details under the drop down button. Please give me the logic with code. Its very urgent...please help me. Please note that it is in WDP Abap interactive forms. We are using NW2004S, ECC6.0.

Accepted Solutions (0)

Answers (1)

Answers (1)

amolgupta
Active Contributor
0 Kudos

hi david,

all the UI elements in the adobe form are generally connected to your web-dynpro Context.

whatever you type in the online adobe form is reflected in the respective context attributes of the dynpro Context of the view where "ur Interactive form UI element is".

that means you can yourself fill the contents of ur interactive form by working on the get/set methods of the context attributes.

Likewise you can clear the form by setting all context attributes to blank eg ""

with regards,

-Amol Gupta