cancel
Showing results for 
Search instead for 
Did you mean: 

Help with Infotypes 1007 and 1010

raphael_almeida
Active Contributor
0 Kudos

Hi everyone,

I need a help with this infotypes.

What happens in my case...


I'm working on a solution that uses the infotypes 1007 to 1010 (adding and changing depending on the situation). I developed the entire solution and so far so perfect, but when the unit test (Infotype 1010), I was surprised with the following message:

"No entry in table T582A for 1010".


I used the FM HR_INFOTYPE_OPERATION for performing these insertions and modifications.


Is it true that there is need for functional set that table with data from 1007 and 1010?


Warm regards,


Raphael Pacheco.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Sahir is correct. You need to use FMs RH_FM_ENQUEUE, RH_INSERT_INFTY and RH_FM_DEQUEUE.

Hope this helps.

Donnie

Answers (4)

Answers (4)

raphael_almeida
Active Contributor
0 Kudos

Thanks and everyone!

I ended up talking to the functional consultant again and it corrected by asking were updated these infotypes (Actually he just wanted to create), soon had to change the "HR_INFOTYPE_OPERATION" function by "RH_INSERT_INFTY".

The other functions that you introduced me Donnie I was already using, anyway, will mark your answer as correct as it is this procedure that should be followed.


Warm regards,


Raphael Pacheco.

sahirn
Active Contributor
0 Kudos

I think you should use FMs:

RH_INSERT_INFTY

RH_UPDATE_INFTY

RH_INSERT_INFTY_1001_EXT

RH_UPDATE_INFTY_1001_EXT

as applicable.

Regards,

Sahir.

Former Member
0 Kudos

Do you get this error when you maintain the infotype manually through PP01? Or just through the FM?

raphael_almeida
Active Contributor
0 Kudos

Hi Tania !

Thanks for your feedback.

Manually I got success...

Warm regards,

Raphael Pacheco.

venkat_polisetty
Active Contributor
0 Kudos

Hi,

As per my knowledge, no need to maintain OM Info types in table "V_T582A" but you are using function module "FM HR_INFOTYPE_OPERATION" may be there is dipendancy in FM.


Kindly check this with your technical guy.

Kindly check these IT1007 & IT1010 info types existed in T.Code "OOIT" or not.

Regards,

Venkat Polisetty

raphael_almeida
Active Contributor
0 Kudos

Hi Venkat !

Thanks for your feedback.

Yes, these two infotypes are in t.code OOIT.

Warm regards,

Raphael Pacheco.