Printing address in chinese

Hi
I have a requirement to print address in chinese(ZH language).
currently we need to write down the Chinese address manually on envelop if mailing address is in China.
we would like to have the logic for the output. if there is Chinese name/address maintained in customer master, then use Chinese name/address. otherwise, use original English name/address to print on statement.
in sap script they are passing address number to get this address
/:   ADDRESS PARAGRAPH AF PRIORITY P LINES 10
/:     ADDRESSNUMBER &DKADR-ADRNR&
/:     FROMCOUNTRY &T001-LAND1&
/:   ENDADDRESS
Anyone help me out
Regards
Kumar

Hi
The following statement Printing the address like
ABC Ltd,
Attn. Ms.Suziki,
Waren electronics
Dongguan, China
5-6 Huafa RD, Yongkou, houjie.
China
/: ADDRESS PARAGRAPH AF PRIORITY P LINES 10
/: ADDRESSNUMBER &DKADR-ADRNR&
/: FROMCOUNTRY &T001-LAND1&
/: ENDADDRESS
anyone explain me, how the above statement working.

Similar Messages

  • Printing address in chinese char- sap script

    Hi
    I have a requirement to print address in chinese(ZH language).
    currently we need to write down the Chinese address manually on envelop if mailing address is in China.
    we would like to have the logic for the output. if there is Chinese name/address maintained in customer master, then use Chinese name/address. otherwise, use original English name/address to print on statement.
    in sap script they are passing address number to get this address
    /:   ADDRESS PARAGRAPH AF PRIORITY P LINES 10
    /:     ADDRESSNUMBER &DKADR-ADRNR&
    /:     FROMCOUNTRY &T001-LAND1&
    /:   ENDADDRESS
    Anyone help me out
    Regards
    Kumar

    Hi,
    you can use this with this format
    /: ADDRESS [DELIVERY] [TYPE t] [PARAGRAPH a] [PRIORITY p] [LINES l]
    /: TITLE title
    /: NAME name1[,name2[,name3[,name4]]]
    /: PERSON name of natural person [TITLE form of address]
    /: PERSONNUMBER number of the personen
    /: DEPARTMENT department
    /: STREET street name HOUSE house number
    /: LOCATION additional location information
    /: POBOX po box [CODE post code / zip code] [CITY city]
    /: POSTCODE post code / zip_code
    /: CITY city1[,city2]
    /: NO_UPPERCASE_FOR_CITY
    /: REGION county / state
    /: COUNTRY recipient country [LANGUAGE language code]
    /: COUNTRY_IN_REC_LANG
    /: LANG_FOR_COUNTRY language key
    /: FROMCOUNTRY sender country
    /: ADDRESSNUMBER address number
    /: ENDADDRESS
    In detail
    COUNTRY_IN_REC_LANG
    This flag tells the system to use the recipient language for the country name.
    ( COUNTRY_IN_REC_LANG u2018Xu2018 )
    ( Default: Recipient language is not used: COUNTRY_IN_REC_LANG u2018 u2018 )
    LANG_FOR_COUNTRY
    Default = Space
    Use this parameter to explicitly set the language in which to print the country name of a foreign address. By default, the system uses the language of the sending country.
    LANGUAGE
    Language code of the language of the recipient country, if it differs from that of the recipient COUNTRY. Example: addresses in Switzerland. Standard SAP language codes are used; you can display these in the initial SAPscript text processing screen or in table T002.
    FROMCOUNTRY
    Specifies the language to be used for formatting the name of the recipient country. For most European countries, the recipient country is specified by placing the international car registration letters in front of the post code and separating them from the post code with a hyphen. You must always specify the sender country.

  • How can I print address labels from numbers spread sheet

    How can I print address labels from numbers spread sheet

    CAB,
    The 5163 template has the following dimensional specs:
    Dimensions & Info
    Length: 4.00000"          Height: 2.00000"
    Top Margin: 0.50000"          Bottom Margin: 0.50000"
    Left Margin: 0.18000"          Right Margin: 0.18000"
    Hor. Spacing (gutter): 0.14000"          Vert. Spacing (gutter): 0.00000"
    Intended Use: Mailing Labels, Shipping Labels, Address Labels
    There's a great vendor site with this data readily available, better than the Avery site in my opinion. But, you can get the same info in the Contacts Print dialog pane.
    You can grab a template matching these dimensions from that vendor site, Copy the table after opening the Word Template in Pages and drop the into a blank Numbers Sheet.
    I found that Sheet side margins of 0.15" worked better than 0.18. For some reason the table wanted to flow to the next page to the right with 0.18". Turning off the Headers and Footers and setting Top and Bottom Margins to 0.5" worked well. These adjustments are made in the Sheets Inspector.
    So, that will put the template you specified into a Numbers document and you can print labels properly aligned from there. Since your problem statement is a bit lacking in detail, that's all I can offer you at this point.
    Jerry

  • Printing address book on day-timer portable page

    Anyone have any suggestions for the page layout to print address book to Day-Timer Portable page format? They don't give any options (like Avery 5160, etc). My wife still likes her addresses printed out for her Day-Timer book. The old app that she previously used on her old Mac no longer works on the new OS on her MacAir.

    I used to have the Palm Desktop application on my old Mac and that what we used to printout the Day-Timer Portable page format. Of course the Palm Desktop app no longer works on the new Mac OS. I guess if I could get the page layout for that app, I could duplicate the layout.

  • How do i print address returns on envelopes with hp officejet pro 8500

    how do i print address returns on envelopes with hp officejet pro 8500

    This is done with your software that you have to print the envelopes.   MS Word can do this, just use their help facility.
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

  • How to print ADDRESS in SAP Script

    Hi All,
    I want to print address using ADDRESS command in SAP script. I am using folowing code:
    ADDRESS PARAGRAPH AS
           TITLE       &ADRS-ANRED&
           NAME        &ADRS-NAME1&, &ADRS-NAME2&,
           STREET      &ADRS-STRAS&
           POBOX       &ADRS-PFACH& CODE &ADRS- PSTL2& CITY &ADRS-PFORT&
           POSTCODE    &ADRS-PSTLZ&
           REGION      &ADRS-REGIO&
           CITY        &ADRS-ORT01&, &ADRS-ORT02&
           COUNTRY     &ADRS-LAND1&
           FROMCOUNTRY &ADRS-INLND&
    ENDADDRESS
    Here in output I am getting Title, name1, & name2 in different lines. But I want that Title, name1 and name2 in same line.
    I tried putting title, name1 and name2 in same line but then neither title nor name1, name2 are getting displayed.
    Please tell me how I can do the same.
    I have heard that SAP displays the address according to country standard. Please let me know in which table the country specific setting is stored.
    Regards,
    Vijay

    Hi,
    country code stored in this T005T. Adjust the tab positions on script then only u will get all the title, name1, name2 will get in one line.
    regards,
    ravi shankar reddy

  • I am using Pages to print addresses but they  print too low on the envelope. How do I change this?

    I am using Pages to print addresses but they  print too low on the envelope. How do I change this?
    Help please!!!
    ANN

    Hi Isk8ter,
    Welcome to the Support Communities!
    What version of Pages are you working with?  I'm assuming '09 since you reference OS X 10.7.4 above.
    I've included the link to the Pages User Manual for you below.
    Page 253 starts the chapter on Printing, Shareing and Exporting your document.
    Pages '09 User Manual
    manuals.info.apple.com/MANUALS/0/MA663/en_US/Pages09_UserGuide.pdf
    Setting the Paper Size and Orientation
    Before you print, you should make sure the paper size and orientation are set the way you want by opening the Page Setup dialog.
    To set paper size and orientation:
    1 Choose File > Page Setup.
    2 In the Page Setup dialog, choose the printer you will use from the “Format for” popup
    menu.
    3 Choose a standard paper size from the Paper Size pop-up menu.
    Also, see page 266 of the Pages User Manual for more specific instructions for creating a custom template for envelopes.
    Hope this helps ...
    Judy

  • Printing addresses on envelopes

    Want to print addresses on half-card envelopes. Set the program for 8.25x5.75 inches. Insert envelope on right side of printer tray. Snug it in. Click on "print." Get a message that says paper size or type is incorrect. Go to devices/printers>select HP>select printer actions>view, pause, or cancel>printing defaults>features>resizing options>custom>set size. Will not let me click on OK.  Other than buying a printer from someone else, how do I address my Christmas cards. Please do not suggest writing. Mine is so bad, I can't read it.

    I have a HP Photosmart C6280 All-In-One and am also having the same problems.  I didn't have these problems before I got Windows 7.  However, I have discovered that after I have set my envelope size (custom or whatever) , I then  go to "properties" and select "fast and economical printing" and it prints it out correctly!  Hope this solution works for you too!

  • Label printing issue with chinese characters (SAP script)

    Hi ,
    I have a requirement to print chinese characters on label print out.
    Here are the steps already tried:
    1) Created a new device type which is copy if ASCIIPRI and character set 8400
    2) Font ANDALE_S, CNHEI, CNSONG are assigned to device type, same fonts called in SAP script.
    3) During the print, it is picking ANDALE_S font(observed in spool RAW data), but preview is good.
    4) I put ZPL codes CW1,B:MSUNG.FNTFS in beginning of script and also ^A@N,50,50,B:MSUNG.FNT while prining actual chinese text in SAP script.
    5) also tried other device types assigned to printer LZEBU2, LB_ZEB2 etc.,
    6) already checked at printer DIMM level, SIMSUN, ANDALE_S fonts are already installed
    7) Character set on printer is same as in SAP
    So far no option worked, it default to Courier fonts while printing and it results garbage characters.
    If anyone has ideas, please advice.
    thank you,
    Anil

    Hi,,
    If the ZPL commands are correct for switching to the printer's internal CHinese font and character set, it may work to add the fonts via SE73 -> Printer Fonts -> ASCIIPRI . In here you need to add the commands in the print control SFxxx for your created font.
    Another possibility is to print via windows and device type CNSAPWIN. Here it should not be necessary to add any font.
    Regards,
    Aidan

  • Printing Address In sales order report in bangladesh laungage

    Hi all,
    I have requirement i want to print address in bangla language in oracle report, how can i do thing
    i have found
    "NLS_LANG=language_territory.charset" but i am not getting how to implement for bangla laungage..
    please help me out..
    thanks all...

    Can Any one please help me...
    Regards
    Ashok

  • Use Numbers to print Address Labels

    I know Excel allows you to export a spreadsheet to print labels with, but being a die-hard Apple guy, there's no way I'm going to fork over that much money for a M$ product when I have a perfectly good spreadsheet app right here.
    Does anyone know of a way to use a Numbers spreadsheet to print address labels? I have a list of names and addresses that I want to print on some postcards but I can't seem to find an option to do that.
    Thanks

    If I took time to build a script to do the trick it's because I undersatand that some users wish to be able to print labels from an other source than AddressBook.
    But, given that, it's not because some users wish to have this feature available that the fact that it isn't is "inacceptable". Remember what is written in Apple Human Interface Guide.
    +-+-+-+-+-+-+-+-+
    Apple Human Interface Guidelines:
    Apply the 80 Percent Solution
    During the design process, if you discover problems with your product design, you might consider applying the 80 percent solution—that is, designing your software to meet the needs of at least 80 percent of your users. This type of design typically favors simpler, more elegant approaches to problems.
    If you try to design for the 20 percent of your target audience who are power users, your design may not be usable by the other 80 percent of users. Even though that smaller group of power users is likely to have good ideas for features, the majority of your user base may not think in the same way. Involving a broad range of users in your design process can help you find the 80 percent solution.
    -+-+-+-+-+-+-+-
    It just seems that you doesn't fit in the 80%. Is it serious doctor ?
    Yvan KOENIG (from FRANCE mardi 9 septembre 2008 21:03:56)

  • Printing ADDRESS in Adobe form in capitals only

    Hi
    I am using Address Node in Adobe form by passing ADRNR ( Address Number) and country to it to print Address .
    It is coming in small letters. I need only in CAPITALS. Please guide.

    Î fear you then need to print the adress manually.
    As far as i know there is a parameter you can set which will result in printing the COUNTRY in dapitaly letters, but thats all. so if you need all in capitals, you need to code it line by line yourself.

  • How print address in Single line in Address window in Smartform

    Hi All,
    How print address in Single line in Address window in Smartform?
    Thanks in advance.
    Message was edited by: Vipin Nagpal

    Hi Vipin,
    if u r defining the variables for the address manually,
    then u can define all the fileds in a single line in the edit mode of address window u will get the address in the single line only
    if u r using the standard format
    modify the address format by using the user exit:
    "EXIT_SAPLSADR_001"
    Check OSS Note : 454987
    or in the least case u can use the address window setting to change the format and lines
    May be this will help you.
    Regards,
    Naveen

  • ADDRESSNUMBER to print address  in sapscript.

    Hi all,
    This is the code in my sapscript, currently it is printing the 'PO Box Addresss'. I know this method calls the function module 'address_into_printform' for printing address. In FM 'address_into_printform' there is a parameter through which we cans set 'Priority to street address' . Is there a way i can pass the same parameter here in the sapscrip to 'ADDRESSNUMBER', so that it prints 'Street Address' with higher priority.
    I dont want to write an extra perform and call the FM 'address_into_printform'.
    Thanks

    Hi,
    This is format of the command.
    /: ADDRESS [DELIVERY] [PARAGRAPH a] [PRIORITY p] [LINES l]
    /: TITLE title
    /: NAME name1[,name2[,name3[,name4]]]
    /: STREET street
    /: POBOX PO box [CODE zip code]
    /: POSTCODE zip code
    /: CITY town1[,town2]
    /: REGION region
    /: COUNTRY country
    /: FROMCOUNTRY from country
    /: ENDADDRESS
    PRIORITY tells program which address lines can be omitted if there is not enough space on the output.
    Values for Prioirty
         A     form of address
         P     mandatory blank line 1
         Q     mandatory blank line 2
         2     name2
         3     name3
         4     name4
         L     country name
         S     line for the street
         O     line for the city
    Hope this helps
    Regards
    Abhi

  • Which martix printer can print out the chinese charaters in SAP .?

    Dear all ,
    I want to buy so me NETWORK martix printer which can print out the chinese charaters in SAP ( NOT IN FrondEND ) mode .....
    Can you recommand some model to me ???
    Many thanks ..
    Carlos Zhang

    Hi Kishan,
    Thank you for your very quick reply but I found another solution.
    I made one add-on device type, copying from 'JPSAPWIN',  one add-on spool format, copying from 'DINA3' A3-format spool formant SAP provides, and modified them so as to output correctly both in size and in fonts.

Maybe you are looking for