I hae written below code in abap hr ,when executed it gives wrong data .
tables : PERNR.
infotypes : 0000,0001,0002.
start-of-selection.
Get PERNR.
PROVIDE * FROM p0000
FROM P0001
FROM P0002
BETWEEN PN-BEGDA AND PN-ENDDA.
.
write : / p0000-begda , p0001-begda, p0002-begda .
endprovide.
Kindly let me know what the issue is .
all the above output dates from write statement are incorrect.
In the selection criteria, i have given only the emloyee number .
Regards,
Rachel