Skip to Content
0
Nov 24, 2012 at 08:46 AM

Table control wizard in module pool

35 Views

Dear all

I have created table control with wizard with work area , i need to enter more than one line item , how do i get all the line item which i entering in that table ,

MODULE T_TAB_MODIFY INPUT.

MODIFY T_FINAL1

FROM WA_FINAL1

INDEX T_TAB-CURRENT_LINE.

ENDMODULE.

in that module i can able to fetch 1st line item but i cannot get all the line items .how to achieve this.

Thanks

Karthi