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

table T015Z

Former Member
0 Likes
2,566

We have a table T015Z,we need to maintain the data as per client requirements,depending on the language.

there are 4 key fields,EINH & ZIFF being 2 of them,

Can we add data into the table,without specifying values for the key fields?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,964

i dont think u can add data to the table while neglecting the key fields

We have a table T015Z,we need to maintain the data as per client requirements,depending on the language.

there are 4 key fields,EINH & ZIFF being 2 of them,

Can we add data into the table,without specifying values for the key fields?

6 REPLIES 6
Read only

Former Member
0 Likes
1,964

Hi Sneha!!

The primary key fields cannot be empty.

So u cannot fill the table(records) without giving key field values.

Hope this answers ur question.

with regards,

Hema Sundara.

pls give points if u find it helpful.

Read only

Former Member
0 Likes
1,965

i dont think u can add data to the table while neglecting the key fields

Read only

Former Member
0 Likes
1,964

Hi,

You can have max of one entry with all the primary key empty.

Basic thing is that the key combination of all primary key has to be unique.

Just give it a try...

Reward if useful!!

Regards,

Lalit

Read only

abdul_hakim
Active Contributor
0 Likes
1,964

No you cannot ignore the key fields of the table.

Cheers,

Hakim

Read only

Former Member
0 Likes
1,964

no u have enter data based on primary key.otherwise how u will knows entering data corresponding to which .

Read only

Former Member
0 Likes
1,964

Thanks for all the replies,I will now close this thread...Thanks.