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

Logo display based on language.

Former Member
0 Likes
696

Hi all!

How to capture the language attribute from the transaction to smartforms(i.e) ,when we assigning the output type, medium, language in TCODE 'ME22N' messages need trap the language which we are passing , based on that language i need to display a logo for different language.

if anybody knows plz tell me it would b very useful.

Thanks,

palani

Hi all!

How to capture the language attribute from the transaction to smartforms(i.e) ,when we assigning the output type, medium, language in TCODE 'ME22N' messages need trap the language which we are passing , based on that language i need to display a logo for different language.

if anybody knows plz tell me it would b very useful.

Thanks,

palani

4 REPLIES 4
Read only

Vinod_Chandran
Active Contributor
0 Likes
649

It is in the NAST table. I think this table is passed to all the standard smartforms. Check the interface of the smartform for NAST. And use the field SPRAS to check the language.

Thanks

Vinod

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
649

Hi,

In fieldlist,

In import interface,

in control_parameters

Langu is available.

You can use that to find the language.

Read only

0 Likes
649

Hi jayanthi!

i have used control_parameters language fied, but that structure is not filling while we calling from TCODE,Thaks for ur tips,let me know if u have more idea on that.

Nanri,

palani.

Read only

Former Member
0 Likes
649

Thanks problem resolved.