Thanks, Ramu for picking the typo. Yes, the FM is READ_TEXT.
While debugging, I have noticed that the FM is called properly called and the import parameters are correctly assigned. And the text data exists too. But yet it spits out NOT_FOUND.
Hi Ganadeep,
Have you tried using FM 'select_text'.
This FM is very good because you can put * wildcards in the parameters and it will retreive a list of all matching texts. (it actually returns populated THEAD structures/records which you can pipe straight into 'read_text').
This is the best way i've found to find out what texts really exist.
Also I think that there are some options for buffering in these FMs. I would also make sure the are no commit or locking issues that could affect this.
Cheers,
Phil.
Hi,
Are you passing the text id , text name and text object to the function module..
If so..Go to the transaction where you are having the texts..Display the text...In the text editor..Goto -> Header...You will get the text name, TExt id and text object...Use those values in the function module READ_TEXT...You will get the values..
Thanks,
Naren
Add a comment