2023 Oct 04 11:48 AM
I have edited a standard text via SO10 in one session. In another session, I have a module pool transaction displaying the same as include text in a smartform. On previewing, the changes saved in the standard text is not reflecting immediately in the module pool smartform. The text is getting reflected in the smartform only after exiting the module pool tcode. What may be the reason?
2023 Oct 04 1:22 PM
As long as you don't leave the transaction, the long texts already read wont be read again from database but from an internal buffer
2023 Oct 04 12:36 PM
I guess you expected this answer: if you don't save data in one session, you can't see it anywhere else.
2023 Oct 04 1:22 PM
As long as you don't leave the transaction, the long texts already read wont be read again from database but from an internal buffer
2023 Oct 04 1:53 PM
You could force the refresh with a call of DELETE_TEXT_FROM_CATALOG
2023 Oct 05 8:04 AM
As an alternate solution, I deleted the include text, called READ_TEXT inside the smartform and displayed the lines internal table by looping.
2023 Oct 04 1:22 PM
You should only submit an answer when you are proposing a solution to the poster's problem. If you want the poster to clarify the question or provide more information, please leave a comment instead
2023 Oct 04 1:23 PM