2017 Apr 18 11:33 AM
The requirement is like that I will maintain entries in a Ztable. Now for each and every entry there should b a column in an internal table.
For that I have created a dynamic internal table where I got the structure from the table using field symbols, after that i used include structure statement which is giving me error.


Regards
Jayesh Mudaliar
2017 Apr 18 12:25 PM
For real dynamic type determination and type creation you use RTTS.
INCLUDE STRUCTURE is evaluated at compile time.
The requirement is like that I will maintain entries in a Ztable. Now for each and every entry there should b a column in an internal table.
For that I have created a dynamic internal table where I got the structure from the table using field symbols, after that i used include structure statement which is giving me error.


Regards
Jayesh Mudaliar
2017 Apr 18 12:21 PM
2017 Apr 18 12:25 PM
For real dynamic type determination and type creation you use RTTS.
INCLUDE STRUCTURE is evaluated at compile time.