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

Update new Infotype

Former Member
0 Likes
495

Hi,

I have created an customer infotype (9015) using PM01. Now i need to write a small program who updates the Infotype. I don´t want the user to use PA30 and i do not want to give the user autorisation to PA30 so i cannot use Call Transaction.

Is there a standard function module? Something like RH_INSERT_INFTY (but this one is only for OM...)

/Jakob

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
470

Hi

Use FM <b>HR_INFOTYPE_OPERATION</b>.

Regards,

Raj

2 REPLIES 2
Read only

Former Member
0 Likes
471

Hi

Use FM <b>HR_INFOTYPE_OPERATION</b>.

Regards,

Raj

Read only

Former Member
0 Likes
470

Perfect! Thank you...