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

Problem with HR_INFOTYPE_OPERATION

aarif_baig
Active Participant
0 Likes
423

Hi ,

I have developeda workflow wherein if the HR administrator approves the form , the Action infotype should be updated accordingly , i am able to import the values from the aDOBE FORM BUT WHEN I AM PASSING THE same value to update infotye its not updating it , this is MSS functionality , Is there anything to be done on the portal Side to make this work or this is something what i would be missing in the code or some other functions module or class has to be used :

CALL FUNCTION 'HR_INFOTYPE_OPERATION'

EXPORTING

infty = c_0000

number = w_p0000-pernr

validityend = w_p0000-endda

validitybegin = w_p0000-begda

record = w_p0000

operation = c_ins

IMPORTING

return = i_return.

Thanks i Advance.

2 REPLIES 2
Read only

aarif_baig
Active Participant
0 Likes
389

Solved on my own

Read only

0 Likes
389

Please post your answer ...It will be helpful for some one friend.

sas