2008 Jan 18 9:24 PM
Hi all,
I have a function module that creates text objects from a table.
this text object is getting created in STXH table.
but when I go to transaction IW37 there is a field (LTx) against each operation telling if the operation has long text.
I have to update this field if the text object is created. How do I do that?
I am using SAVE_TEXT to create/ modify the texts.
This is kinda urgent. pls help.
goldie
2008 Jan 18 9:55 PM
Hello Goldie,
you have to update field AFVC-TXTSP with the language in which you have created the text with SAVE_TEXT. Key of the AFVC are AUFPL and APLZL - the same you use to create the longtext. In IW37 only a "X" will be show, if a longtext has been maintained.
Best regards
Stephan
Hi all,
I have a function module that creates text objects from a table.
this text object is getting created in STXH table.
but when I go to transaction IW37 there is a field (LTx) against each operation telling if the operation has long text.
I have to update this field if the text object is created. How do I do that?
I am using SAVE_TEXT to create/ modify the texts.
This is kinda urgent. pls help.
goldie
2008 Jan 18 9:55 PM
Hello Goldie,
you have to update field AFVC-TXTSP with the language in which you have created the text with SAVE_TEXT. Key of the AFVC are AUFPL and APLZL - the same you use to create the longtext. In IW37 only a "X" will be show, if a longtext has been maintained.
Best regards
Stephan
2008 Jan 18 11:00 PM