cancel
Showing results for 
Search instead for 
Did you mean: 

Append not selected row to Z-table from ALV

Former Member
0 Kudos

Hello dear friends,  I am new at WDA and have an issue.  I have an ALV with input-field, user can enter the datas on the cell and when they push the save button then the data of the selected row append to the z-tabe. But i want to save the all row to the z-table without any selection row.   I thought that i have to use loop but i am not sure where i am going to use loop, as "loop at ??? into ????".  Thanks

Accepted Solutions (1)

Accepted Solutions (1)

ronaldo_aparecido
Contributor
0 Kudos

Hello Adem.

1 - On your screen 'Webdynpro' by clicking the button to save, you will see below the option 'properties' in the EVENT exists 'OnAction', WITHIN THE SAME YOU CAN CREATE AN ACTION AND PUT YOUR 'LOOP' IN THE SAME AND WHEN clicking button in the application it executes its 'onAction'.

2-LINES OF ALV TO BE DISPLAYED ON SCREEN ARE ASSOCIATED WITH A CONTEXT WITHIN YOUR 'ACTION' USE WIZARD TO MOVE DATA LINES THAT ARE WITHIN A CONTEXT FOR AN INTERNAL TABLE.

Run a loop and pass this internal table to Ztable.

Former Member
0 Kudos

solved,  I just read the context node as a table operation and modify the table.

Answers (0)