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

add fields to internal table dynamically

Former Member
0 Likes
374

Hi,

Can i be adding new fields to the internal table dynamically?

How do i do it?

Thanks & regards,

Ronita

3 REPLIES 3
Read only

Former Member
0 Likes
341

Hi,

Check out this link...

http://www.sap-img.com/ab030.htm

Rewards if useful..

Regards,

ABAPer 007

Read only

Former Member
0 Likes
341

Hi Ronita,

You can use field symbol instead to get a table at run time.

Field-symbols : <fs_tab> type any table.

Reward points if helpful.

Regards,

Rahul.

Read only

Former Member