Hi, Guru! May be somebody help me.
When i hire candidate from transaction PA48 on hire > sy-
datum, object BP not created for new object CP, because in
the function module 'RH_ALEOX_INTG_CP_FILL_CONT
in the line 102
'perform sync_cp_collect_objects' work not correct.
data select only sy-datum
***************************************
loop at it_hrdbtab assigning <ls_hrdbtab>
where otype = gc_cpers and
istat = '1' and
opera ne 'D' and
begda le sy-datum and
endda ge sy-datum.
move-corresponding <ls_hrdbtab> to ls_person.
append ls_person to ct_persons.
endloop.