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 fields

Former Member
0 Likes
592

hello,

i am looking for field and table names for personnel area description. i found the pa0001-werks which is only the value ... can someone help me with the actual description name field ???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
549

Hi

Look this function module HRWPC_RFC_WERKS_TEXT_GET'

Regards

Gregory

3 REPLIES 3
Read only

MarcinPciak
Active Contributor
0 Likes
549

Hi,

Generally it is very easy to find the check table for this field. Simply go to se11 -> type PA0001 for table -> display -> go to Entry help/check -> you can see check table for each field which support such. In your case it is T500P . For text (description) it is T500T.

The same applies to all tables accross the system independently of functional area, so you can always find a check table for a field once you have reference to it in other table.

Regards

Marcin

Read only

GauthamV
Active Contributor
0 Likes
549

Table : T500P.

field : NAME1.

Read only

Former Member
0 Likes
550

Hi

Look this function module HRWPC_RFC_WERKS_TEXT_GET'

Regards

Gregory