‎2008 Jun 30 10:45 AM
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.
‎2008 Jun 30 10:46 AM
‎2008 Jun 30 12:13 PM
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 ...
‎2008 Jun 30 12:15 PM
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
‎2008 Jun 30 12:16 PM
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