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

regarding FM read_text

Former Member
0 Likes
1,036

hi

I want to read the text stored in the <b>textmodule</b> which is created in transaction smartforms.

so i am using the FM read_text and i gave the input object name as SSFO but when i test the FM it doesn't fetch any value.

can anyone help me in this regard????

hi

I want to read the text stored in the <b>textmodule</b> which is created in transaction smartforms.

so i am using the FM read_text and i gave the input object name as SSFO but when i test the FM it doesn't fetch any value.

can anyone help me in this regard????

7 REPLIES 7
Read only

Former Member
0 Likes
923

Hi,

Pass the id, language, name and object of the respective text to the read_text function module to fetch the standard text.

Thanks

Read only

Former Member
0 Likes
923
Read only

Former Member
0 Likes
923

for FM read_text u need to pass 4 parameters

ID

LANGUAGE

NAME

OBJECT

pass all dese..u can get these values from STXH/STXL table

Hope is helps..

Reward if it does

Read only

0 Likes
923

hi prasanth

The textmodule which i created exists in the system but it doesnot stored in the table STXH,thats y thowing the exception,What might me the problem for not storing in the table ????

Read only

0 Likes
923

Hi,

I think you are passing wrong inputs to the function module. Check Text name properly.

Regards,

Satish

Read only

Former Member
0 Likes
923

Hi Tamil,

U should pss the values to fm like id, object name, object value..

regards,

Sana.

Read only

0 Likes
923

hi

I passed all the values but its throwing an exception NOT_FOUND