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

Help on HR_MAINTAIN_MASTERDATA

Former Member
0 Likes
508

Hi,

My Requirement is to dynamically create a record in Infotypes 0032 & 0105 while hiring an employee.

For which i am writing a subroutine, In that subroutine i am calling 'HR_MAINTAIN_MASTERDATA', the function module is getting triggered while hiring and even it is hitting infotype 0032 & 0105, but the record is not getting saved.

Can any one of you plz help us.

Suggestions will be rewarded.

Thanks,

Sharath

Hi,

My Requirement is to dynamically create a record in Infotypes 0032 & 0105 while hiring an employee.

For which i am writing a subroutine, In that subroutine i am calling 'HR_MAINTAIN_MASTERDATA', the function module is getting triggered while hiring and even it is hitting infotype 0032 & 0105, but the record is not getting saved.

Can any one of you plz help us.

Suggestions will be rewarded.

Thanks,

Sharath

1 REPLY 1
Read only

Former Member
0 Likes
376

Try this:

call FM 'BAPI_TRANSACTION_COMMIT' after you call FM 'HR_MAINTAIN_MASTERDATA'

Thanks,

Santosh