‎2014 Feb 17 7:27 PM
Hi All,
I have tried creating BOM long text using FM create_text. Once done I could see the text which I just created using FM read_text. But the problem is when I open transaction CS03 and check for long text it says long text doesn't exists ? I have tried searching a lot. Other than BDC is there any option to use Create_TEXT FM ??
‎2014 Feb 17 9:43 PM
Hi,
You have to use FM SAVE_TEXT after CREATE_TEXT.
You could also call FM COMMIT_TEXT.
Martin.