Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

R.C custom fields

Former Member
0 Likes
308

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
292

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

1 REPLY 1
Read only

Former Member
0 Likes
293

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