‎2008 Jan 17 11:46 AM
hi friends,
could u plz tell me is it possible to give custom fields in the standard selection screen through HR Report category.
thanks in advance,
regards,
priya.s
‎2008 Jan 17 11:56 AM
Hi,
It is not possible to give custom fields in HR report category.
U have to declare those fields in program, see the code below.
PARAMETERS: v_test TYPE p0001-zztest.
GET PERNR.
CHECK p0001-zztest eq v_test.
Rewards points if helpful.
Regards,
Srinivas Ch
‎2008 Jan 17 11:56 AM
Hi,
It is not possible to give custom fields in HR report category.
U have to declare those fields in program, see the code below.
PARAMETERS: v_test TYPE p0001-zztest.
GET PERNR.
CHECK p0001-zztest eq v_test.
Rewards points if helpful.
Regards,
Srinivas Ch