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 field sorted automatically

Former Member
0 Likes
914

Hi Experts

I have a field ZTNAM in table ZLIST as primary key.

Its data type is CHAR.

Since we set as a primary key, the data sorted automatically in database.

My requirement is, i need to set the field as primary key but it should not be sorted.

Is there any option for this, pls help me on this.

Thanks in advance.

Regards

Rajaram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
532

Add one more primary key in this database table to avoid automatic sorting ,

it should come before ZLIST.

You can use SY_DATUM means todays date for that

reward if useful.

Amit SIngla

Message was edited by:

Amit Singla

1 REPLY 1
Read only

Former Member
0 Likes
533

Add one more primary key in this database table to avoid automatic sorting ,

it should come before ZLIST.

You can use SY_DATUM means todays date for that

reward if useful.

Amit SIngla

Message was edited by:

Amit Singla