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

Table store person task

Former Member
0 Likes
1,305

Hello,

I am looking for field and table names for personnel task, can someone help me or send me HR table diagram ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,261

hi

This PDF contain the Relation between the tables of all module.

Try and get more on google.

http://www.abap.es/Descargas/TAB%20-%20Relacion%20de%20las%20tablas%20por%20modulos.PDF

Thanks

Dharma

13 REPLIES 13
Read only

Former Member
0 Likes
1,262

hi

This PDF contain the Relation between the tables of all module.

Try and get more on google.

http://www.abap.es/Descargas/TAB%20-%20Relacion%20de%20las%20tablas%20por%20modulos.PDF

Thanks

Dharma

Read only

Former Member
0 Likes
1,261

Hi dharma raj ,

The link is not contain HR diagram.

[IMG]http://i612.photobucket.com/albums/tt203/talaai04071986/Cuongnc.jpg[/IMG]

What's table store the information on red rectangle? Anybody help me please!!!!

Edited by: CuongNC on Jun 4, 2009 12:32 PM

Read only

0 Likes
1,261

Table : HRP1000.

Read only

0 Likes
1,261

Thank Gautham Vangaveti, but I want the table store both person and task, that shows me the task of who?

Read only

0 Likes
1,261

You have all user name , object name , name in HRP1000 table.

Just give object type, object id and execute.

Read only

0 Likes
1,261

Hi,

Sorry but i don't know the data stored in table HTP1000. I want to know how to select that Dinh Thi My Dung has 4 tasks "Quan ly may moc thiet bi", "Nhiem vu hoan thanh", "Quan ly nhan vien" and "Nhiem vu hoan thanh".

Thank you verry much!

Read only

0 Likes
1,261

you can get all those details from this FM.

RH_PM_GET_STRUCTURE



 pass these values.

 PLVAR = 01
 OTYPE = T
 OBJID = your object number
 BEGDA = your start date
 ENDDA = your enddate
 WEGID = EHSP_T

Read only

0 Likes
1,261

Hi,

What is EHSP_T?

Thank!

Read only

0 Likes
1,261

EHSP_T is the evaluation path used to determine task related to persons

in organisatinal structure.

You can get these evaluation path and object type values from T77AW table.

Note: Plz close the thread once your issue is resolved.

Read only

0 Likes
1,261

Sorry, I'm too noob!

I've run FM RH_PM_GET_STRUCTURE but it has not given me the informations i need. Now I have person Dinh Thi My Dung (person ID = 30) and I need to know all tasks that she has (in this example there are "Quan ly may moc thiet bi", "Nhiem vu hoan thanh", "Quan ly nhan vien" and "Nhiem vu hoan thanh"). What do I have to do to known that?

Please, help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Read only

0 Likes
1,261

In FM RH_PM_GET_STRUCTURE pass these values.



 PLVAR = 01
 OTYPE = T
 OBJID = your object number  ( object id in PPOME tcode )
 BEGDA = your start date ( valid from )  ENDDA = your enddate ( valid to )
 WEGID = EHSP_T
 
Also you can get object id,date details in HRP1000 table.

Read only

Former Member
0 Likes
1,261

hi !

I try to find the table name ,But i cant.try to post it in SAR HR

I tried : ST05 for tracing the tables

Programe name:I tried system>status->program

In google am getting only the list of HR tables ,There is no diagram for relationship

List of Tables Only

(http://www.sap-img.com/human/finding-the-list-of-hr-module-tables.htm)

(http://images.google.co.in/imgres?imgurl=http://sapbytes.files.wordpress.com/2008/12/clip-image001-thumb3.jpg&imgrefurl=http://sapbytes.wordpress.com/2008/12/23/crm-tables-and-transaction-codes/&usg=__al32CILnbjdbUAnWxFV1Xp9ZqqU=&h=470&w=648&sz=62&hl=en&start=20&um=1&tbnid=MmIJa8Onv3dG2M:&tbnh=99&tbnw=137&prev=/images%3Fq%3DSAP%2BHR%2Btables%2Brelation%26hl%3Den%26um%3D1)

Thanks

Dharma

Read only

Former Member
0 Likes
1,261

hi gutham

Can you please tell me how you trace the table name?

thanks

Dharma