‎2007 Aug 28 6:45 AM
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
‎2007 Aug 28 10:54 AM
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
‎2007 Aug 28 11:09 AM
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
‎2007 Aug 28 11:11 AM
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