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

Modify C_T_DATA..urgent

Former Member
0 Likes
543

Hi,

i want to append data to C_T_DATA. i am able to modify it but is it possible to insert data to it. my scenario is that i have 2 entries to be modified in it. one entry already exists in c_t_data, so it gets modified but what abt the second entry? how can i update it in c_t_data?.....

Regards

Sabah

Hi,

i want to append data to C_T_DATA. i am able to modify it but is it possible to insert data to it. my scenario is that i have 2 entries to be modified in it. one entry already exists in c_t_data, so it gets modified but what abt the second entry? how can i update it in c_t_data?.....

Regards

Sabah

2 REPLIES 2
Read only

Former Member
0 Likes
484

Hi,

If C_T_DATA is an internal table, have you considered INSERT command?

Regards,

Aditya

Read only

0 Likes
484

I think its not an internal table, i have tried using Insert and append, but its going for a short dump. according to me, its an instance of a Datasource