cancel
Showing results for 
Search instead for 
Did you mean: 

Drop down in dynamic table in the Adobe Interactive Form (Web dynpro ABAP)

former_member199223
Participant
0 Kudos

Hi All,

I have scenario use drop down in dynamic table in the adobe interactive form (Using the button the dynamic table row will be increasing and decreasing).

Assume I Add five rows dynamically in the dynamic table. The Last column contains Drop down.

I have button in the adobe form.

Button Name = u201CSAVEu201D

Button type = SAP Submit button (Native type u2013 I am Using ZCI).

While clicking save button, I need to store the dynamic table datau2019s to back end system. I can able to store the data to back end system. After form data getting saved those particular values need to display in the adobe form.

Here I am facing a problem.

I cannot able to view as a default value in the drop down, which I have selected some values after save operation I am not getting any values in the drop down as a default.

Example:

The dynamic table contains 5 rows (Each and every row Drop down contains one to ten values).

1) I have selected second value in the Drop down (ROW1)

2) I have selected fourth value in the Drop down (ROW2)

3) I have selected fifth value in the Drop down (ROW3)

4) I have selected seventh value in the Drop down (ROW4)

5) I have selected third value in the Drop down (ROW5)

I press the save button that particular Drop down value gets saved in back end system and that particular values want display in the Drop down as a default value.

How to resolve this problem.

Regards,

Boopathi M

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member199223
Participant
0 Kudos

Hi,

Solve the problem .

I have created the New node for dropdown. also i have one node already for table.

The new node i bind to dropdown, the table same for table.

Its working fine

Boopathi M