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

abap-hr

Former Member
0 Likes
599

in normal abap data is stored in tables.the tcode is se11 but in abap-hr where the infotypes get stored what is the tcode for it

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
571

to find the d/b table attached to a infotype, check the field <b>DBTAB</b> in the table <b>T777D</b>.(Infotypes - Dialog/Database Assignment)

in normal abap data is stored in tables.the tcode is se11 but in abap-hr where the infotypes get stored what is the tcode for it

4 REPLIES 4
Read only

Former Member
0 Likes
571

Every infotype has a corresponding database table attached to it, for ex for infotype 1, d/b table is PA0001 which can be obsreved through SE11.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
571

Hi

<b>PA0001</b> is the table where infotypes will store.

Have a look on the links:

<b>http://www.planetsap.com/hr_abap_main_page.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/8a15381b80436ce10000009b38f8cf/frameset.htm</b>;

Regards,

Sree

Message was edited by:

sree ram

Read only

Former Member
0 Likes
572

to find the d/b table attached to a infotype, check the field <b>DBTAB</b> in the table <b>T777D</b>.(Infotypes - Dialog/Database Assignment)

Read only

Former Member
0 Likes
571

Hi Naga,

Even the infotype data also get stored in tables only..u can see tht data using tcode Se11/Se16..

but table name where this data will get stored depends upon the infotype number and the category of infotype.

for all Personnel administarion infotype -

number range is 0000 to 0999

so their table name will be PAxxxx where XXXX = infotype number,

for IT0001 , table name will be PA0001.

for organization management infotypes -

range is 1000 to 1999

so their table name will be HRPxxxx where XXXX = infotype number,

for infotype 1000, table name wil be HRP1000.

amit