2007 Jul 25 9:54 AM
I am using ABAP query using LDB. I want to fetch the record(current) within a particular dates for the corresponding pernr.
But when i gives validity dates it fetches all the record for the particular pernr.
Actually our requirement is to display only current status record for particular date periods.
Plz help.Its urgent.
2007 Jul 25 10:02 AM
Hi
use the following code
GET PERNR.
<b>rp_provide_from_last p0001 space pnpbegda pnpendda.</b>
this will fetch the only last record for that PERNR.
use this and see
<b>Reward points for useful Answers</b>
Regards
Anji
I am using ABAP query using LDB. I want to fetch the record(current) within a particular dates for the corresponding pernr.
But when i gives validity dates it fetches all the record for the particular pernr.
Actually our requirement is to display only current status record for particular date periods.
Plz help.Its urgent.
2007 Jul 25 10:02 AM
Hi
use the following code
GET PERNR.
<b>rp_provide_from_last p0001 space pnpbegda pnpendda.</b>
this will fetch the only last record for that PERNR.
use this and see
<b>Reward points for useful Answers</b>
Regards
Anji
2007 Jul 25 10:17 AM
I have tried but still multiple records has been fetched.
I m using (SQ02 tcode)ABAP query not coding.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |