Application Development 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: 

Saving/Commiting the Long Text

Former Member
0 Kudos

Hi,

I am trying to save the long text created in a Z Transaction (Table Control). While saving it, I am getting the message as “Text Saved". But It is not actually stored in SAP. I am not sure, what is that I am missing. I am using the SAP Standard Routine to Save the Long Text. I am also calling the FM: COMMIT_TEXT explicitly after the long text is saved. Can any one please suggest me, what should I do to commit the long text in SAP?

Appreciate Your Help.

Thanks,

Kannan

1 ACCEPTED SOLUTION

sunilachyut
Contributor
0 Kudos

If you are using SAVE_TEXT function module to save the text, try to give space to the <b>insert</b> parameter and <b>'X'</b> to <b>savemode_direct</b> parameter.

hith

Sunil Achyut

3 REPLIES 3

sunilachyut
Contributor
0 Kudos

If you are using SAVE_TEXT function module to save the text, try to give space to the <b>insert</b> parameter and <b>'X'</b> to <b>savemode_direct</b> parameter.

hith

Sunil Achyut

0 Kudos

Hi Sunil,

Thanks for your Reply. Since I am calling the SAP Standard Routine (The same Routine used in SAP Standard Transaction (Similar to the One I am creating) to process the Text), to Process the Long Text, I do not have access to set the Insert parameter to 'X' in the FM: SAVE TEXT.

Thanks,

Kannan.

0 Kudos

May be my earlier post was confusing, I was asking you to set the Insert parameter to SPACE and the Savemode_direct to 'X' and see if it works or not. I had the same issue and resolved it using the above parameters. Also try and see if Srinivas's suggestion in the following thread:

hith

Sunil Achyut