2013 Sep 18 9:30 AM
Dear Friends,
This is very simple query and most of you might have solved number of times.Though I found couple of answers in SDN but non of them clarified properly so could not able to get the right solution.
u
Highly appreciate if any of you could help me in this.
Query-->
I have a table control name Table.
I have taken the field from Internal table it_ztable for the each field in Table control.
Whenever I am entering multiple line of data in the table control I want to read those line item and pass them to Internal table it_ztable.
Note-->Here my it_ztable is completely blank and I am not selecting any data from any database table.I just want to update this internal through the field values enter in the Table Control.
Thank you very much in advance.
Regards
Jay
Dear Friends,
This is very simple query and most of you might have solved number of times.Though I found couple of answers in SDN but non of them clarified properly so could not able to get the right solution.
u
Highly appreciate if any of you could help me in this.
Query-->
I have a table control name Table.
I have taken the field from Internal table it_ztable for the each field in Table control.
Whenever I am entering multiple line of data in the table control I want to read those line item and pass them to Internal table it_ztable.
Note-->Here my it_ztable is completely blank and I am not selecting any data from any database table.I just want to update this internal through the field values enter in the Table Control.
Thank you very much in advance.
Regards
Jay
2013 Sep 18 9:37 AM
Just a little bit from the sap Help (f1 on table control), for more info do f1 as well:
LOOP [AT itab [INTO wa] [CURSOR top_line]
[FROM n1] [TO n2]]
WITH
CONTROL contrl.
...
ENDLOOP.
2. LOOP AT itab CURSOR cur [INTO wa]
[CURSOR top_line] [FROM n1] [TO n2]
WITH CONTROL contrl.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |