‎2006 Aug 15 2:14 AM
Hi experts,
I am working with smartforms. I am preparing customer invoice form for different countries.The formate is different for each country depending on locl language.Suppose if germany invoice then the form will be in german.How can I do that please suggest me.
Thanks
Rahul
‎2006 Aug 15 2:34 AM
If the format is entirely different then I would suggest that you have a SMART Form for each of the countries that you have.
If the formats are not too different, then wherever the country specific data has to be displayed usa a IF condition or the CONDITIONS tab.
Regards,
Ravi
Note :Please mark all the helpful answers
‎2006 Aug 15 1:11 PM
The formate is different for each country.But I need lay outs for europe ,US and mexico.In europe there r many countries It is not possible for me to do for every country.
Please give me suggestion.
‎2006 Aug 15 1:17 PM
Do you want to display detials like Date,Currency feilds values etc. in respective country formats.
‎2006 Aug 15 1:22 PM
Yes. not only that I need heading and text in the local languages
‎2006 Aug 15 1:32 PM
To print the heading is local languages you can use translation i.e SE63 Transaction.
To print date, currency in local formats, write statements for converting it to local formats.
Use the following statement.
SET COUNTRY v_land.
The above statment will convert the date, currency, amount field vaules to respective country formats. Provided if these country specific formats are maintained in customization.
Message was edited by: Sid
‎2006 Aug 15 2:42 AM