cancel
Showing results for 
Search instead for 
Did you mean: 

Read Infotype with BEGDA as range

Former Member
0 Kudos

Hi Experts,

I have a requirement to read HR infotype data with Begda as range (low-high ex. 01.01.2008-01.06.2008) and Endda (Fixed 12319999).

I am using PNP LDB and Get pernr Event.

Any relevant suggestions will be appreciated..

Thanks,

Achyut

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try this:

loop at PXXXX where begda GE 20080101

and begda LE 20080601

and endda EQ 99991231

endloop.

Regards,

Dilek