‎2006 Mar 02 2:44 AM
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.
‎2006 Mar 02 3:14 AM
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
‎2006 Mar 02 3:23 AM
I just figured out my problem.
I set the import parameter SAVEMODE_DIRECT to 'X' and LOCAL_CAT to 'X'
Now it works.
‎2006 Mar 02 4:21 AM
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