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

data base

Former Member
0 Likes
533

Hi .

i created a data base zemp in this data is storing in a ASCENDING order . i want to sort data as am giving not in any order .. how to do this .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
511

Hi,

In the Database bydefault it will be stored in ASCENDING order to read/access the data very easily. this is SAP standard

Regards

Sudheer

4 REPLIES 4
Read only

Former Member
0 Likes
511

Hi Prajwal,

While storing the data in DB it will be stored in the order so that it is easy to retrive using Primary Index.

Regards,

Atish

Read only

Former Member
0 Likes
511

Hi,

Set the primary keys and put the data accordingly. It will be arranged.

Reward if useful!

Read only

Former Member
0 Likes
512

Hi,

In the Database bydefault it will be stored in ASCENDING order to read/access the data very easily. this is SAP standard

Regards

Sudheer

Read only

Former Member
0 Likes
511

thanks to all