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

RH_INSERT_INFTY

Former Member
0 Likes
462

Hi,

I am trying to upload Infotype 1001.

i am reading data from a spreadsheet.

When I run my code it is inserting records in HRP1001 ( related table for 1001).

My problem is when I go to TCODE pp02 and give the newly inserted record details and sayDisplay.

It is saying the record deosnt exist.

Can any one help me.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
393

Hi,

Creating data in HRP1001 doesnt mean the object is created. we need to create required objects in HRP1000 first and relate them with the necessary relation in HRP1001.

go to TCODEs PP01 to create an object and PP02 to create a relationship between objects.

so first upload IT1000 and then IT1001.

Regards,

Teja.

2 REPLIES 2
Read only

Former Member
0 Likes
394

Hi,

Creating data in HRP1001 doesnt mean the object is created. we need to create required objects in HRP1000 first and relate them with the necessary relation in HRP1001.

go to TCODEs PP01 to create an object and PP02 to create a relationship between objects.

so first upload IT1000 and then IT1001.

Regards,

Teja.

Read only

0 Likes
393

Hi Teja,

Thanks a lot my problem has been solved