‎2007 Mar 08 2:09 AM
Hi Gurus
Can we sort the LDB data in program ? If yes, then How ?
Quick help is appreciated.
Regards,
Gajanan
‎2007 Mar 08 2:12 AM
Once you extract the data from LDB, then it is stored in an internal table only transferred from the structures.
You can sort them.
Regards,
Amit
‎2007 Mar 08 2:28 AM
Hi,
The data is not stored in the internal table, it is a standard pgm and they are writing in Loop. Endloop. without an internal table.
The LDB is not related to HR it is Check printing PYF. and i don't want the sort on the primary key...i want the sort on some other field in the table which is retrieved
in the LDB..
Srini
‎2007 Mar 08 2:20 AM
Hi,
If you use PNP LDB and get pernr statement,I think the pernr will come automatically in sorted order.
If you want the recent record,you should use macros rp_provide_from_last.