Application Development and Automation 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: 
Read only

Table control wizard in module pool

former_member211992
Active Participant
0 Likes
444

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
Read only

former_member211992
Active Participant
0 Likes
409

Dear all

i Got the sol

1 REPLY 1
Read only

former_member211992
Active Participant
0 Likes
410

Dear all

i Got the sol