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

Appending a field

Former Member
0 Likes
597

With Append command how to append a new field in the present database table and for that field i have to create the data element also.

i already append the field but not able to create the data element . i create predefined dataelement but that i have to convert into data element. how can i dow please send fast

With Append command how to append a new field in the present database table and for that field i have to create the data element also.

i already append the field but not able to create the data element . i create predefined dataelement but that i have to convert into data element. how can i dow please send fast

3 REPLIES 3
Read only

Former Member
0 Likes
578

Hi Sonu,

First you know the concepts of Internal tables and Data dictionary. You are confused with the concepts. APPEND statement comes while appending a record to your internal table. And data element comes in Dictionary level. You are merging both of them.

Regards,

Swapna.

Read only

Former Member
0 Likes
578

My Dear Sonu,

Append statement dont create dataelemnt and fields in database table.

Thanks,

Krishna.

Read only

Former Member
0 Likes
578

Using Append structurs you can add the fileds in the tables.