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

Dynamic Field String

Former Member
0 Likes
282

Hi!

How to create Dynamic Field string or Internal table?

1 REPLY 1
Read only

Former Member
0 Likes
254

Hi

Try like this

Data: begin of ITAB occurs 0,

string,

end of itab.

Dynamic internal table is internal table that we create on the fly with flexible column numbers.

For sample code, please look at this code tutorial. Hopefully it can help you

Check this link:

http://www.saptechnical.com/Tutorials/ABAP/DynamicInternaltable/DynamicInternalTable.htm

Reward points if useful

Regards

Anji

Message was edited by:

Anji Reddy Vangala