Application Development and Automation 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: 
Read only

BOM Long text issue

Vinod_Pakath
Explorer
0 Likes
574


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 ??

1 REPLY 1
Read only

Former Member
0 Likes
493

Hi,

You have to use FM SAVE_TEXT after CREATE_TEXT.

You could also call FM COMMIT_TEXT.

Martin.