2006 Aug 17 12:06 AM
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
2006 Aug 17 12:24 AM
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
2006 Aug 17 12:24 AM
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