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

Uploading data to OM infotypes

Former Member
0 Likes
1,222

Hi,

Can anyone pls let me know what is the best method to upload data into infotyp hrp1051 its an OM infotype.

AS per my search i understood PA infotype can be uploaded with HR_MAINTAIN_MASTERDATA.

Here my doubt is Can OM infotypes also be updated using this FM or we need to go for BDC,LSMW.

Thanks.

Hi,

Can anyone pls let me know what is the best method to upload data into infotyp hrp1051 its an OM infotype.

AS per my search i understood PA infotype can be uploaded with HR_MAINTAIN_MASTERDATA.

Here my doubt is Can OM infotypes also be updated using this FM or we need to go for BDC,LSMW.

Thanks.

5 REPLIES 5
Read only

vijay_kumar133
Active Participant
0 Likes
1,086

HI

use abap server proxy and update the infotype using a FM that will serve your issue.

if can clear what exact the scnario is for better solution.

Regards

Vijay

Read only

0 Likes
1,086

Hi vijay,

My requirement is i need to upload data from excel into hrp1051 infotype..

I heared that we can upload data using HR_MAINTAIN_MASTERDATA for PA infotype.

AS hrp1051 is OM infotype whether we can use this FM for bulk upload or is there any other way to upload OM infotypes.

Read only

0 Likes
1,086

Im not sure of having such FM's to handle OM infotypes .

It can be done through BDC/ LSMW .

Tcode to handle using BDC is PP02 .

Read only

Former Member
0 Likes
1,086

HI Salini

There are various FMs available for this purpose..

If u directly insert, update or modify record in OM Infotpye Tables then some related table might not be updated..

So use FMs..

RH_COPY_INFTY

RH_CUT_INFTY

RH_DELETE_INFTY

RH_INSERT_INFTY

RH_INVERT_RELA_INFTY

RH_UPDATE_INFTY

For IT 1001

RH_CUT_INFTY_1001_EXT

RH_CUT_INFTY_1001_EXT_GENERIC

RH_DELETE_INFTY_1001_EXT

RH_DEL_INFTY_1001_EXT_GENERIC

RH_INSERT_INFTY_1001_EXT

RH_UPDATE_INFTY_1001_EXT

RH_BASE_READ_INFTY_1001

RH_READ_INFTY_1001

RH_READ_INFTY_1001_EXT

RH_READ_INFTY_1001_EXT_ONLY

Hope this helps.

Harsh

Read only

Former Member
0 Likes
1,086

Thank u for all