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_INFOTYPE_DATABASETABLE_GET error

Former Member
0 Likes
800

Dear experts,

I am facing a problem related to HR infotype 0001.

For function module-- HR_INFOTYPE_DATABASETABLE_GET ,

I pass-- INFTY -- 0001

TCLAS -- A

But it doesnt return table name "PA0001" . Whereas fot other infotypes, it does.

Due to this I am getting a dump.

While hiring an employee, the employee gets hired, but while saving IT 0001, it gives dump.

Exception condition "INFTY_NOT_FOUND" raised.

Note -- I am not able to see infotype 0001 data for any employee.

Also there is data in PA0001 table for existing employess.

The dump is given only on Dev server. It's working fine on Quality and production

Please guide.

Regards,

Sumit

Dear experts,

I am facing a problem related to HR infotype 0001.

For function module-- HR_INFOTYPE_DATABASETABLE_GET ,

I pass-- INFTY -- 0001

TCLAS -- A

But it doesnt return table name "PA0001" . Whereas fot other infotypes, it does.

Due to this I am getting a dump.

While hiring an employee, the employee gets hired, but while saving IT 0001, it gives dump.

Exception condition "INFTY_NOT_FOUND" raised.

Note -- I am not able to see infotype 0001 data for any employee.

Also there is data in PA0001 table for existing employess.

The dump is given only on Dev server. It's working fine on Quality and production

Please guide.

Regards,

Sumit

4 REPLIES 4
Read only

Former Member
0 Likes
739

Hi Sumit,

You have already askd the same question today with the Name Deepesh Goyal.

This is not the right practise. Please close the Post . And use a single identity.

Thanks.

Read only

0 Likes
739

@ anushya

Thanks for the advice.

I know. Actually I had posted that thread by mistake as I was logged in by that user(it's our service market place user).

So i posted the thread again with my user in ABAP general forum.

I will close that thread ASAP.

Coming back to the problem please see if could provide some solution.

Regards,

Sumit

Read only

Former Member
0 Likes
739

Hi,

For this FM to work fine the data of IT 0001 must be present in table T777D. Please ask your HR functional person probably they have not created ORG Structure and als make sure you arer running your application in proper client similar to the one that HR use for unit testing

Thanks,

Suresh Babu Dorai

Read only

0 Likes
739

Yes Suresh,

I had seen the table entries for T777D. The entry for IT0001 was missing there. Now the issue is resolved.

Thank you very much. I am awarding ponits.

Solution:
Added entry in T777D for IT 0001 through SM30

Regards,

Sumit Nene