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

input in internal table at runtime

Former Member
0 Likes
419

i want to give the input in internal table at runtime.

for ex) i want to give the 50 records at runtime.

2 REPLIES 2
Read only

Former Member
0 Likes
391

Hi

/people/rich.heilman2/blog/2005/07/27/dynamic-internal-tables-and-structures--abap

Read only

Former Member
0 Likes
391

create a screen in that maintain table control for internal table and write the code to enter value in to the internal table. ie place button add in the when ever we press button it shoul didplay blank table control and enter the value in that and preass save button to save the value into the internal table.