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: 

Maintain text for Infotype 0015

Former Member
0 Kudos
180

Hi,

I want upload the text to infotype 0015 through maintain text.

Can any one help me how to upload using export or through macros.

Thanks & Regards,

Mohan

1 ACCEPTED SOLUTION

suresh_datti
Active Contributor
0 Kudos
67

Hi Murali,

I haven't tried it.. but may be you can look at the logic in HR_READ_INFTY_NOTE & try to do the opposite.. ie something like


export ptext = text
               to database pcl1(tx)
               id key ignoring conversion errors.

You may have to read the infotype record first to get the key.. also remember to update the field ITXEX for eahc record.. otherwise, the text cannot be displayed via pa20/30..

~Suresh

1 REPLY 1

suresh_datti
Active Contributor
0 Kudos
68

Hi Murali,

I haven't tried it.. but may be you can look at the logic in HR_READ_INFTY_NOTE & try to do the opposite.. ie something like


export ptext = text
               to database pcl1(tx)
               id key ignoring conversion errors.

You may have to read the infotype record first to get the key.. also remember to update the field ITXEX for eahc record.. otherwise, the text cannot be displayed via pa20/30..

~Suresh