2008 Jul 01 2:03 PM
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,,,
2008 Jul 02 8:26 AM
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
2008 Aug 21 11:57 AM
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,
2008 Aug 21 12:22 PM
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.