Application Development 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: 

In sapscript Address shoud display in local language

Former Member
0 Kudos

In the customer statement, the customer address details need to be displayed in local language of customer. How can we achieve this? Does the master data for the customer in KNA1 table need to be maintained in local language? Or else even though the data is maintained in English, the details will be printed in local language if the user logged in to SAP in local language?

Srinivas

4 REPLIES 4

Former Member
0 Kudos

I think you need to maintain the address in local language and pick up the ADDRESS NUMBER and use that for the local address. This use have to do, as i think SAP does not support any sort of language translations functions.

Please mark points if helpful.

rgds,

TM

0 Kudos

i <b>adrc</b> table there is field called <b>langu</b>.

u just paas <b>adrnr</b> number to adrc table and on the bases of field <b>langu</b> u can fetch address in any language.

select* from adrc where ADDRNUMBER = kna1-ADRNR ..

and<b> langu = 'en.</b>

Former Member
0 Kudos

Hi Srinivas,

u can use this FM 'Address_into_printform' to get the address using the address number. it has an import parameter 'RECEIVER_LANGUAGE', here u can pass the language n get the address in the same language.. and yes, it needs to be maintained in SAP only then u can get it printed...

former_member480923
Active Contributor
0 Kudos

Hi,

Change the communication mode langugae in XD02 to the desired language. You have to also maintain the entries in the fields for teh language. If you do that the out put will come in the desired language.

Hope that helps

Anirban