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

BAPI to update infotypes

Former Member
0 Likes
2,951

Hi All,

Is there any standard BAPI to update infotypes ? I wasn't able to find one.

Regards,

Tom

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,711

Hi ,

Try with the functions:

HR_MAINTAIN_MASTERDATA or

RH_UPDATE_INFTY

Regards,

José

6 REPLIES 6
Read only

former_member188827
Active Contributor
0 Likes
1,711

do you only need bapi or a normal fm will work?

Read only

0 Likes
1,711

i need a bapi

Read only

0 Likes
1,711

there is no generic bapi for updating all infotypes.however, there are specific bapis for specific infotypes.e.g.BAPI_BANKDETAIL_CHANGE to change bank details of employees etc.

Read only

GauthamV
Active Contributor
0 Likes
1,711

Plz SEARCH in SCN before posting, you will get lot of posts with this FM.

HR_INFOTYPE_OPERATION

Read only

Former Member
0 Likes
1,712

Hi ,

Try with the functions:

HR_MAINTAIN_MASTERDATA or

RH_UPDATE_INFTY

Regards,

José

Read only

0 Likes
1,711

Hi Jose,

HR_MAINTAIN_MASTERDATA executes values validations running a batch input on PA30.

RH_UPDATE_INFTY is a direct update with no validations.

Are there any other FMs like a merge of those?

I need a FM which doesn't run a batch input on PA30 but make values validations. So, a normal BAPI.

Any ideas?

Thanks in advance,

Nico