Hi Experts,
I am going through a macro for HR ABAP which has statements like this in a for Infotype 0235.
if it0235-typ&1 = '03' and it0235-exp&1 <> ' '.
move it0235-pernr to no_tab-pernr.
move 'YES' to w_fica-sw.
append no_tab.
endif.
What it0235-typ&1 and it0235-exp&1 actually indicate?
Thanks in advance,
Papiya.