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

Using hr_infotype_operation to update it0021 problem

Former Member
0 Likes
835

I am using hr_infotype_operation to update data for it0021 and it0528.

In pa30, just in it0021 and different to update data for it0021 and it0528, IT0528 is not allowed maitain

when i am using hr_infotype_operation to update data for it0021 and it0528 one by one, the problem occurs, it 0528 is not update.

Any idea?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
687

Hi,

I have used the Function module 'HR_MAINTAIN_MASTERDATA' for update data in infotypes with out any problem. So I suggest to use the same.

I am using hr_infotype_operation to update data for it0021 and it0528.

In pa30, just in it0021 and different to update data for it0021 and it0528, IT0528 is not allowed maitain

when i am using hr_infotype_operation to update data for it0021 and it0528 one by one, the problem occurs, it 0528 is not update.

Any idea?

4 REPLIES 4
Read only

Former Member
0 Likes
687

Hi,

The FM HR_INFOTYPE_OPERATION infact copy a BDC & performs all the screen validations that normally occur in PA30. It uses the CALL DIALOG option.

Also, set the MODE to '2' which is like the display ALL option in the CALL TRANSACTION.

This will let you see the error in the foreground.

Regards,

Shamma

Read only

Former Member
0 Likes
688

Hi,

I have used the Function module 'HR_MAINTAIN_MASTERDATA' for update data in infotypes with out any problem. So I suggest to use the same.

Read only

former_member188827
Active Contributor
0 Likes
687

check with functional consultant.In infotype settings,It has been specifed that 528 cannot be maintained directly.

Read only

Former Member
0 Likes
687

using bdc to process this problem.