2007 May 31 9:58 AM
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
2007 May 31 10:04 AM
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
2007 May 31 10:01 AM
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.
2007 May 31 10:02 AM
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
2007 May 31 10:04 AM
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)
2007 May 31 10:06 AM
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