‎2008 Jan 28 1:10 PM
Hi ALl,
is there any remote enabled function module from basis which returns the name of texttable associated with checktable.
Regards
Anuj
‎2008 Jan 28 1:41 PM
Hi.
You can use the FM F4_GET_TEXTTABLE also to get the text table from the main table.
However this FM is not remote enabled, i guess you will have to again call this FM in a custom funciton module which is remote enabled.
Hope this answer helps you.
Regards,
Hariharan
‎2008 Jan 28 1:20 PM
‎2008 Jan 28 1:22 PM
Thanks for your answer but this function module doesnt work properly.
‎2008 Jan 28 1:25 PM
This FM works if there is a text table defined at dictionary level.
For more complex links, you have to look at class CL_TEXT_IDENTIFIER, which is the class used by query to attach texts to fields. (general text reading technology)
Look at online documentation of interface IF_TEXT_IDENTIFIER, you can also check report RS_TEST_IDENTIFY_TEXT.
Then build your own RFC enabled function module.
Regards
‎2008 Jan 28 1:28 PM
I don't think such a RFC or FM exists.
Oops..I was wrong...
Regards,
Ravi
Edited by: Ravi Kanth Talagana on Jan 28, 2008 2:29 PM
‎2008 Jan 28 1:41 PM
Hi.
You can use the FM F4_GET_TEXTTABLE also to get the text table from the main table.
However this FM is not remote enabled, i guess you will have to again call this FM in a custom funciton module which is remote enabled.
Hope this answer helps you.
Regards,
Hariharan