Skip to Content
0
Oct 16, 2007 at 09:43 AM

HR ABAP

52 Views

Hi Experts,

As I am new to HR ABAP can anyone explain me what each line of code in the below program is doing.

tables: pernr.

infotypes: 0001,0002.

get pernr.

provide * from p0001 between pn-begda and pn-endda.

write:/ p0001-pernr.

endprovide.

Thanks & Regards,

Soumya.