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

referencing internal table fields

Former Member
0 Likes
401

Hi to all

I am using a function 'BUS_DD03P_GET' to get structure of a table.Now I want to insert and commit data into fields of this table from an internal table which has been also dynamically created.If I use field-symbol for the same than wil it work!!Kindly advice.

Regards & Thanks

Vipin

2 REPLIES 2
Read only

Former Member
0 Likes
375

y cant u directly use the insert statement..?

Read only

0 Likes
375

I am taking table name also dynamically.