‎2009 Aug 12 5:42 AM
Hi,
I wanted to create dynamic table declaration.
for e.g.,
data: BEGIN OF ty_advice occurs 0,
identifier(1) TYPE c,
enrich(4000) TYPE c,
END OF ty_advice.
The enrich field value here is 4000. But, i wanted to be dynamic depending upon user input value at run time in a parameter field on selection screen.
Thanx in advance..!!!
Regards,
Sameer
‎2009 Aug 12 5:50 AM
Please make a search before posting ,there are tons of threads related to dynamic internal table
here is the link
a®
‎2009 Aug 12 6:05 AM