cancel
Showing results for 
Search instead for 
Did you mean: 

Display SO10 in Login Language in AdobeForm.

Former Member
0 Kudos

Hi All,

I have a requirement, where I have a SO10 texts maintined in different language,

and I need display either of these SO10 texts based on User Login Language.

I tried in Adobe with SY-LANGU in Text Language Filed, but it disappointed me.

Any body here faced similar situation, pls share your experiance.

Thanking You All.

Accepted Solutions (1)

Accepted Solutions (1)

varun_vadnala3
Active Participant
0 Kudos

Hello Ankit ,

You have a print program pass the Langu = Sy-langu variable through print program to the interface of the Adobe form.

This can alos be coded at Interface level of Code initialization.

As per your comfortness do the coding.

Now In Interface drag the field "LANGU" from Importparameters(If its coded in print pgm) or from global data(if its coded in interface).

Now for the text properties, select the properties as " Include text" and in Language field give as "LANGU".

In this way you can display the repsective language text as per log on.

Rgds,

Varun

Former Member
0 Kudos

Thanks Varun.

It worked.

Answers (0)