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

TEXT table from checkable.

former_member196517
Contributor
0 Likes
730

Hi ALl,

is there any remote enabled function module from basis which returns the name of texttable associated with checktable.

Regards

Anuj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
674

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

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
674

TABLE_GET_TEXTTABLE

Regards

Read only

0 Likes
674

Thanks for your answer but this function module doesnt work properly.

Read only

0 Likes
674

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

Read only

Former Member
0 Likes
674

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

Read only

Former Member
0 Likes
675

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