‎2006 Jul 20 7:21 PM
hi,
1. Can anybody tell me is there any 'P' tables to get the 'statistics indicator' values and its text. (Ref. field: t543c-stagb, t543c-sttxt) .
2. similarly, 'Position' text (Ref. field: t528t-plstx).
Even function modules will be helpful.
Kindly guide me.
‎2006 Jul 20 7:52 PM
P tables are use in HR . They are transparent table and they represent the PA Infotypes for example, for IT 0001 you can see table PA0001. If you find the text you can go to SE11 and say t* ( all of T tables have text ) .. as far as PD tables are concern , which has position etc .. you can go to HRP*
Theres table which has position text against position number you get it from P0001...
FYI
Hope thisll give you idea!!
<b>Pl... award the points.</b>
Good luck
Thanks
Saquib Khan
"Some are wise and some are otherwise"
PS.
<b>Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points.
Spread the wor(l)d!</b>
‎2006 Jul 20 8:06 PM
is any function module available to get the position text.
and for statistics indicator also.
‎2006 Jul 20 8:09 PM
FYI
<b>HRWPC_RQ_DEFAULT_AD_TEXT</b>
<b>RH_OBJECT_DESCRIPTION_REA</b>
Pl..award the points ..
Thx
Saquib Khan
‎2006 Jul 20 9:08 PM
Hi Saquib Khan,
Thanks for ur support,
1. HRWPC_RQ_DEFAULT_AD_TEXT - can u kindly tell me what text does it retrieves and how?
2. RH_OBJECT_DESCRIPTION_REA - Not Found.
‎2006 Jul 20 10:06 PM
You can use the FM <b>"CATS_HR_READ_POSITION_TEXT"</b>
FYI
SE358 ..Include = LCAPPIN2
call function 'CATS_HR_READ_POSITION_TEXT'
exporting
langu = sy-langu
otype = icatsdb_lst_an-otype ( <b>S</b> for position)
plans = icatsdb_lst_an-plans ( <b>P0001-PLANS</b>)
date = icatsdb_lst_an-workdate
importing
text = icatsdb_lst_an-planstext
exceptions
not_found = 1
others = 2.
Thanks,
Saquib