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

LDB

Former Member
0 Likes
524

Hi All,

When we fetch data using LDB,will the data be sorted by primary key fields by LDB?DO we need to write a SORT statment explicitly?

Thanks,

Rakesh.

4 REPLIES 4
Read only

Former Member
0 Likes
493

no need to sort. LDB sorts the data ...

Read only

Former Member
0 Likes
493

Hello dost,

When we use Logical data base there is no need of sorting,if you are using LDB PNP,PNPCE then no need of sorting and all.

In LDB check P structure (ex: p0000) you will get all the data in this once you come inside GET statement.You can check in debugger mode.

If you wanna anything in LDB i can tell you,ask ...

Read only

Former Member
0 Likes
493

Hi Rakesh,

Actually in LDB you are dealing with data that is stored in a database only but logical. So, just as in ABAP all the data in the database is in sorted order. There is no need to sort once again.

Hope this helps you.

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
493

hi,

There is no need to Sort the data. As you know that in LDB all the validations and Authorisations checked at the centealized place so is the sorting of the data.

There is no need to Sort data in the report program.

Hope this will help.

Regards

Sumit Agarwal