Application Development 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: 

HR_INFOTYPE_OPERATION - How Maintain Text for IT0015

Former Member
0 Kudos

Hi

I am using the FM HR_INFOTYPE_OPERATION to change the lock indicator on an Additional Payments record (infotype 0015) which works fine. There is a requirement to also add some text to the record via Maintain text. In structure p0015 there is a field ITXEX (Text exists for infotype flag) but the actual text is not stored in the structure.

Is it possible to use this FM HR_INFOTYPE_OPERATION to add maintain text to IT0015?

Thanks for your help in advance.

Daniel

3 REPLIES 3

Former Member
0 Kudos

Hi,

Kindly check the following thread:

perhaps, this may help you in solving the issue.

best regards,

Thangesh

Former Member
0 Kudos

Hi daniel,

1. we can use the class/object (se24)

CL_HRPA_TEXT_CLUSTER

2. and the method UPDATE

regards,

amit m.

Former Member
0 Kudos

Hi Daniel,

You can still use the HR_INFOTYPE_OPERATION FM. Check out the parameter SECONDARY_RECORD - this is exactly for that purpose.

you can populate all the data realted to 0015 in strucruer P0015 and then ITEXT will go into the secondary structure - you then pass both of them at once to the FM.

Cheers