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

hr abap

Former Member
0 Likes
502

hai

i am doing hr abap...i want to give custom fields in selection screen....without taking predefined screenfield...

how wil i do this,,,

hai

i am doing hr abap...i want to give custom fields in selection screen....without taking predefined screenfield...

how wil i do this,,,

3 REPLIES 3
Read only

naveen_inuganti2
Active Contributor
0 Likes
485

Hi.....

I am not able understand ur requirement clearly with ur question....

But anyway if u want to show any custom field in the screen....

1. first u need to defiene that field in program....

> data: cfield(10) type c.

so now cfield is the 10 characters variable.

now ...

> parameter: p_cfield like cfield.

with this you can display the custom field.

2. If it is the ztable field...

> parameter: p_field like <ztable>-<fieldname>.

Get back to me... if you want another information with ur question..

Thanks,

Naveen.I

Read only

KK07
Contributor
0 Likes
485

Hi chinni,

in abap hr if u r using ldb PNP default selection screen will be getting.

if u want to output custom fields then go to report categary and assign there.

i think it will help u,

regards,

Read only

Former Member
0 Likes
485

Hi Chinni,

In the Menu bar Goto--> attributes change it to editable mode

and select HR REPort Category then select Create report category.then press F5.

Mention the report category name and short text(name usally starts with 1 like 1RC).

then deselect all the check boxes and save.

Now mention Report category name(1RC) in the field master data(info types) in the Hr report category Assignment.