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

smartforms

Former Member
0 Likes
678

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

6 REPLIES 6
Read only

Former Member
0 Likes
656

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

Read only

0 Likes
656

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.

Read only

0 Likes
656

Do you want to display detials like Date,Currency feilds values etc. in respective country formats.

Read only

0 Likes
656

Yes. not only that I need heading and text in the local languages

Read only

0 Likes
656

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

Read only

Former Member
0 Likes
656

hi,

check this below links may be helpful for

Regards,

Naveen