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

Query regarding the IT0000

Former Member
0 Likes
1,177

Hi,

I want to add the record to IT0000, how to do that?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,138

Hi Heena

Please use the FM: HR_INFOTYPE_OPERATION or you can use BAPI_HRMASTER_SAVE_REPL_MULT. The difference between the the FM and the BAPI is that you can upload multiple number of records simaultaneously while the FM uploads a single record at a time. Also, may be you need to fill IT0000 and IT0001 simaultaneously.

You can search the forums for these FM and BAPI or let me know incase you need the sample code.

Hope this is helpful.

Raj

Hi,

I want to add the record to IT0000, how to do that?

9 REPLIES 9
Read only

Former Member
0 Likes
1,138

Hi Heena,

Goto t-code PA30 to insert records in action infotype.

Thanks,

Ankita

Edited by: ANKITA BHARDWAJ on Dec 17, 2009 10:27 AM

Read only

0 Likes
1,138

Thanks for the reply...

But in IT0000, it does not allow me to make any entries.

It comes in the display mode itself.

Regards,

Heena

Read only

0 Likes
1,138

Hi Heena,

if you don't have the "rights" to do that, please ask your basis.

Regards, Dieter

Read only

0 Likes
1,138

Ok...

One other query, in the IT0000, does the record gets updated through PA40 only? is it case?

For ex, atprst for the particular pernr, I have record for New hiring, now I want to create for Rehire.

Thanks

Read only

0 Likes
1,138

Hi Heena,

Try using Fm *HR_MAINTAIN_MASTERDATA *.

Regards

Abhii

Read only

Former Member
0 Likes
1,139

Hi Heena

Please use the FM: HR_INFOTYPE_OPERATION or you can use BAPI_HRMASTER_SAVE_REPL_MULT. The difference between the the FM and the BAPI is that you can upload multiple number of records simaultaneously while the FM uploads a single record at a time. Also, may be you need to fill IT0000 and IT0001 simaultaneously.

You can search the forums for these FM and BAPI or let me know incase you need the sample code.

Hope this is helpful.

Raj

Read only

0 Likes
1,138

Hi ,

HR_INFOTYPE_OPERATION internally calls HR_MAINTAIN_MASTERDATA. If you intend to use HR_INFOTYPE_OPERATION & if you face anybuffering problems then use 'HR_PSBUFFER_INITIALIZE' after HR_INFOTYPE_OPERATION to improve performance otherwise better use HR_MAINTAIN_MASTERDATA.

Regards

Abhii

Read only

0 Likes
1,138

Thanks for the quick replies.

Will implement the same and see the result.

Read only

0 Likes
1,138

Hi,

I am now able to store the data in IT0000.

But now, I have another requirement :

Is there any way to insert records of multiple pernrs at the same time in IT0001?