‎2007 Nov 13 11:09 AM
Is it possible to change the work area dynamically
I want to increase the no of fields dynamically in the work area
eg) if n = 9 then my work area must have 9 fields n1 n2 n3.....n9
If n = 4 then the work area must have 4 fields
i have to get the value of n at runtime
whether the internal table refered to this work area will also change
Thanks in advance
Maya
‎2007 Nov 13 11:11 AM
workarea and internal table will have same structure....
so it's not possible to add fileds i guess..!!!
‎2007 Nov 13 11:13 AM
‎2016 Jul 13 4:29 PM