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

Problem with SAVE_TEXT Usage

Former Member
0 Likes
499

Hi,

I'm starting a new thread because this is a different issue than my original problem.

I am using our BW system to save texts. Calls to the function return with sy-subrc=0. However, no data is added to STXH and STXL.

We have never before saved texts to the TDOBJECT that I'm trying to save to now.

I have used txn SM75 to create the TDOBJECT and IDs.

Is there something that I need to set up before I can use the object and texts?

Thank you.

3 REPLIES 3
Read only

Former Member
0 Likes
464

Fong,

I am not sure if the transaction SM75 is the right one, I could not find that in my system. Usually you create texts using SO10 transaction.After using SAVE_TEXT if you commit the same, usually the text is saved.

While retrieving using READ_TEXT you will have to pass the same objects used while saving.

Regards,

Ravi

Read only

0 Likes
464

I just figured out my problem.

I set the import parameter SAVEMODE_DIRECT to 'X' and LOCAL_CAT to 'X'

Now it works.

Read only

0 Likes
464

Hi Fong,

Great to know that you solved the problem. Please close the thread by clicking on "Solved on my own" on your original message. Thanks.

Regards,

Madhur