Application Development 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: 

SSFRT_READ_TEXT export parameter % language.

Former Member
0 Kudos

Hi All,

Please let me know how the export parameter %LANGUAGES is populated in the FM SSFRT_READ_TEXT.

This FM is called when smartform is executed.

Thanks,

Indira

3 REPLIES 3

0 Kudos

Hi Indira,

The parameter %LANAGUAGE will be set by calling the function module 'SSFRT_SET_LANGUAGES'.

You can double click on the varaible %LANGUAGE then it gives you a where used list with this function module exporting %LANGUAGE.

Thanks,

Manoj

0 Kudos

Hi Manojkumar,

The %LANGUAGES parameter form the FM SSFRT_READ_TEXT is set wrt the language in which smartform is called.

If the smartform is trigerred in EN language then the %LANGUAGES will be 'EN'.

Fyi-This FM is called internally by the SAP for the Text elements that are defined in Smartforms.

Regards,

Vikas

0 Kudos

Hi Vikas,

I am focusing on the point where the %LANGUAGE is populated.

FYI, using the control_parameters the %LANGUAGE  is set by the standard function module 'SSFRT_SET_LANGUAGES'. And i agree with your point that the CONTROL_PARAMETERS are passed when calling the smartform function module.

Thanks,

Manoj