Hi all,
The requirement is i have to display the 5 empty rows using adobe forms in the table format and retrieve the data from that 5 rows after user enter some value and post it in the database table. This is the part of my requirement.
I have done the designing part in interactive form and coding in WD using ABAP.
For that, I defined table in the adobe forms where in the DATA subform I have given Min count value is 5 instead of 1(selected the check box - repeat each item... also). I am able to display 5 empty rows successfully. After enter values in 3 rows and press SAVE button i am getting only first record but not all 3 records.
I have written the code for SAVE records in WD using ABAP. I am using this method "get_static_attributes_table" for getting all records.
Please help me resolving my issue.
Thanks in advance.