‎2006 Oct 02 3:19 AM
Hi all,
I'm using function modules 'INIT_TEXT' AND 'SAVE_TEXT' to save my long text for service order.
Though return value for the FM is 0(sy-subrc = 0), the text is not saved in tables STXH and STXL.
So when I try to read the text using 'READ_TEXT', i'm unable to find anything.
Please help.
Regards,
Manasee
‎2006 Oct 02 3:28 AM
Kindly check if you are passing the Text-ID, Text-Name and Text Object as per the format required.
Kind Regards
Eswar
‎2006 Oct 02 3:28 AM
Hi,
Try passing the parameter savemode_direct = 'X' to the SAVE_TEXT Fm..
Thanks,
Naren
‎2006 Oct 02 3:28 AM
Hi Manasee,
Pass Parameter INSERT as 'X' in the FM SAVE_TEXT. If this doesnt work, then please paste the code.
Best regards,
Prashant
PS : Please reward all helpful answers
‎2006 Oct 02 3:42 AM
hi prashant,
i'm unable to update the entry if i pass Parameter INSERT as 'X' in the FM SAVE_TEXT
what should i do in order to modify the entry.
i think i need to pass ' ' into INSERT
what do u think?
‎2006 Oct 02 3:46 AM
‎2006 Oct 02 3:46 AM
Hi Manasee,
Yes if you want to update the text then pass INSERT = ' '. That is correct.
I hope you are passing the correct ID, Language, Name, Object etc.
Could you please paste the code.
Best regards,
Prashant