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

P - Tables

Former Member
0 Likes
691

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.

5 REPLIES 5
Read only

former_member181966
Active Contributor
0 Likes
642

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*

There’s table which has position text against position number you get it from P0001...

FYI

Hope this’ll 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>

Read only

0 Likes
642

is any function module available to get the position text.

and for statistics indicator also.

Read only

0 Likes
642

FYI

<b>HRWPC_RQ_DEFAULT_AD_TEXT</b>

<b>RH_OBJECT_DESCRIPTION_REA</b>

Pl..award the points ..

Thx

Saquib Khan

Read only

0 Likes
642

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.

Read only

0 Likes
642

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