‎2008 Feb 11 7:28 AM
i want to give the input in internal table at runtime.
for ex) i want to give the 50 records at runtime.
‎2008 Feb 11 7:31 AM
Hi
/people/rich.heilman2/blog/2005/07/27/dynamic-internal-tables-and-structures--abap
‎2008 Feb 11 7:38 AM
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.