Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Table control wizard in module pool

former_member211992
Active Participant
0 Kudos

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

1 ACCEPTED SOLUTION

former_member211992
Active Participant
0 Kudos

Dear all

i Got the sol

1 REPLY 1

former_member211992
Active Participant
0 Kudos

Dear all

i Got the sol