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

Condition limit for key table

Former Member
0 Likes
880

Hi

I want to create a condition table in V/05 and I can't add to this primary key with size bigger then 100. How can I add my own field into table A* with more length of fields. It is possible to add own field not in primary key or something?

5 REPLIES 5
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
752

It is not feasible. 100 characters should be more than enough. If it's not, you might want to re-think your design. Condition records are supposed to be based on just a few key fields, which shouldn't be that long. Why do you need so much space?

Read only

0 Likes
752

I must add to this condition some text fields, this is a reason and in table KONP there aren't any for this.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
752

Conditions should not be based on the text fields, only on the unique identifiers, such as material # or customer #. For example, if you base a condition on a material description and later someone changes the description, the condition won't work. The material number, on the other hand, cannot be changed. This is like database table design 101. Not even to mention the language aspect of the text fields.

Change your design to use unique (and short) identifiers.

Read only

Former Member
0 Likes
752

Everything is clear but how can I add longer text fields into this condition tables? This texts must be connected with conditions.

Edited by: Kosmo on Oct 28, 2009 7:22 PM

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
752

You can't do this. Not sure how I can explain this any clearer...