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

finding the table containing data in tcode PPOCE (organization and staffing

Former Member
0 Likes
1,191

Hi experts,

I'm having a problem on how to find the transparent database tables containing the entries of the holders in a certain job in transaction code PPOCE (organization and staffing).

Could anyone tell what are those transparent database tables and how they relate to each other?

Points will be rewarded if successfull.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
865

Hi,

all entries from that transaction is stored in Infotype tables HRP1XXX. The Objects (e.g. Employee is Objecttype P, Organizational Unit Objecttype O) are stored in HRP1000. The relations between these objects are stored in HRP1001.

Take a look at this link:

http://help.sap.com/saphelp_erp2005/helpdata/en/b3/328125db7811d1a53f006008732f24/frameset.htm

Regards

Mark-André

Hi experts,

I'm having a problem on how to find the transparent database tables containing the entries of the holders in a certain job in transaction code PPOCE (organization and staffing).

Could anyone tell what are those transparent database tables and how they relate to each other?

Points will be rewarded if successfull.

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
866

Hi,

all entries from that transaction is stored in Infotype tables HRP1XXX. The Objects (e.g. Employee is Objecttype P, Organizational Unit Objecttype O) are stored in HRP1000. The relations between these objects are stored in HRP1001.

Take a look at this link:

http://help.sap.com/saphelp_erp2005/helpdata/en/b3/328125db7811d1a53f006008732f24/frameset.htm

Regards

Mark-André

Read only

Former Member
0 Likes
865

Hi Mark-André Kluck,

Thanks for your help. I now got the solution of this problem..