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

sap scripts scenaria

Former Member
0 Likes
686

if we send fax to german client it should come in

german and for us client it should come in english

how do we get this

3 REPLIES 3
Read only

Former Member
0 Likes
668

Your print program that generates the SAPscript will start the form with the function module OPEN_FORM. This function module has the parameter LANGUAGE which will set the language that the form is created in. Before the function is called determine the country where the clients is and pass the language to the function.

Regards,

Nick

Read only

Former Member
0 Likes
668

Hi Sai,

You can not change the Original language. because,the source is from that langauage.It will always like that.

suppose if you created a new layout,in that case what ever language you entered in initial screen,that language will become the Original language.

but LANGUAGE KEY is based on the language you entered in that form(by giving language in se71 initial screen along with form name)

Regards,

Jayant

Read only

Former Member
0 Likes
668

Hi Sai,

If you want to use a SAPScript for Multiple Language,

Developing SAPScript in different languages

You can goto transaction SE63 and translate the scripts into different languages.

In SE63, click Translation -> Long Texts -> Sapscripts -> Forms

Those language you can convert to have already been pre-installed in the system.

SE63 is the best way to translate since it offers check options.

Regards,

Jayant