FI Correspondence Print Country Name in all Addresses

Hi Experts,
I am using form script to print payment advice as correspondence and below is script (SAP standard) I am using in element "Address". My client has the requirement that even if the vendor is local (of same country) then also in the address data COUNTRY NAME should be printed.
I understand there is some conceptual logic due to which for local country addresses country name is not printed.
Any way through which we can print country name even for the local vendors?
/:   ADDRESS PARAGRAPH AS
/:   TITLE       &REGUH-ZANRE&
/    :NAME        &REGUH-ZNME1&, &REGUH-ZNME2&, &REGUH-ZNME3&, &REGUH-ZNME4&
/:   STREET      &REGUH-ZSTRA&
/:   POBOX       &REGUH-ZPFAC& CODE &REGUH-ZPST2& CITY &REGUH-ZPFOR&
/:   POSTCODE    &REGUH-ZPSTL&
/:   CITY        &REGUH-ZORT1&, &REGUH-ZORT2&
/:   REGION      &REGUH-ZREGI&
/:   COUNTRY     &REGUH-ZLAND&
/*   FROMCOUNTRY &T001-LAND1&
/*  Inserted,see Sap Note 167440
/:   ADDRESSNUMBER &REGUH-ZADNR&
/:  ENDADDRESS
Thanks and Regards,
Prashant Rane

Hi Michael,
Thank you for your reply.
Could you advise yow to change this to see the Country Name and Code in Print form
Thanks & Regards,
Venkataraju

Similar Messages

  • Receivables - ARDLP Report Not Printing Country Name

    AR Report ARDLP for concurrent program Dunning Letter Generate is not printing Country Name on send to and remit to part of the letter. Though the package 'arp_addr_label_pkg.format_address' is giving the output with the country name(when I ran the package in SQL Developer) but when I run the report it is not giving the country name. What could be the reason?
    Thanks,
    Sravanthi

    Thankyou very much Nagamohan. It is printing the country now on the dunning letters. I think it was because of settings in system options though the default country was set, print home country was unchecked. When I reran the process it printed the country.
    The Statement print program also had the same issue. Now after the changing the system options, it is printing the country in the send to address but not in the remit to address if the countries are same for both send to and remit to. If they are different it is printing in both the places. Eg. If it is United Kingdom in both send to and remit to, its printing only in send to. If its united states in send to and united kingdom in remit to then its printing in the remit to area. Any idea on this?
    Thanks,
    Sravanthi

  • Invoice print country name

    Dear Experts:
    When printing invoice to customer, the country name will be printed in last line.
    When the customer is EU country, the country name will not be printed in last line.
    "Print country name" flag is set in OY01.
    How can I print EU country name in last line on invoice ??
    Shwan Wang

    Hi,
    What i understand of this is that you can either select - EU country or Print Country Name.
    Since European countries dont print country names at the last line of the address, i believe you wont be able to print EU country in the last line based on standard settings.
    Regards
    Ravi

  • PLD:Print country name in 'Bill To' & 'Ship To' Address

    Hi.
    I want to print "Bill To" & "Ship To" address but the problem is that it is printing country code instead of country name.
    Is there any solution?
    Regards,
    Uday Shankar

    To set the default address format for a country go to Administration -> Setup -> Business Partners -> Countries and choose an Address Format.
    The system will use the address format based on the BP Bill to country so let's say you create an Invoice for a customer who's Bill To country is UK, then in the address field on the invoice the address format set up under Countries for UK will be used - so if you set this address format under Address Formats for UK to display the Description, on this invoice you will see United Kingdom instead of UK.
    Hope it makes sense.
    Regards,
    Nat

  • PLD cant print Country name when I link country code field to OCRY variable

    Dear Experts,
    I am using PLD, and from the database variable OCRD we have the OCRD.Country field which returns a Country Code, I link it to a OCRY.Name database variable, hoping this variable can print me the country name.
    However, it doesn't, what am I missing here? Is it a PLD bug?
    Thanks!
    Warmest Regards,
    Chinho

    Hi Chinho,
    You are welcome.
    The link to is slightly different.
    Say if you added a database field to a layout such as contact name.  Next to the contact name you may have a text field that contains the text "Contact:" This will look on the layout like
    Contact: Joe Bloggs
    You can link the "Contact:" text field to the field ID of the database field, if you do that and the database field is empty then the text "Contact:" will not show.
    There are a few other uses, you can link a field to a formula field, an example might be that a customer wants to show a big logo on page 1 of documents, if it runs on to multiple pages show a smaller logo.  Here you can add the following fields.
    1. A big picture field showing the logo
    2. A smaller picture field showing the logo
    3. A formula field that calculates if the page number equals 1
    4. A formula field that calculates if the page number does not equal 1
    Link the big picture to field 3 and the smaller picture to field 4.
    There are many other scenarios, but both the Link To functionality and the Relate To functionality are useful.
    Kind regards,
    Adrian

  • How to get the country name from IP address?

    Hello All,
    I am able get the IP address of the visitors by using
    String ipAddress = request.getRemoteAddr(); .
    I'm also getting the host name by using
    InetAddress iaddress = InetAddress.getByName( ipAddress );
              String ipaddr = iaddress.getHostName();
    But... I'm not able to find the Country's name from which that IP is coming from.
    Is there any class in JAVA that will help me find the respective country's name??
    Thank u!!!

    There is no magic way to tell country from IP address. You can guesstimate the country using a IP-to-country mapping database, with some accuracy.
    I use the free version of the GeoIP (google for it) database; it is a file that you download, and they have a Java API or you can roll your own. They also have better quality databases for a fee, and apparently a web service. I prefer a file because it's faster and more reliable to check against a memory data structure than to make a long distance TCP/IP call. The web service isn't magic either; it is just an interface to the same database, and it doesn't give 100% accuracy, nothing will. If you use the file you may want to make it a monthly to-do item to download the latest version. There are other similar databases around too; google for "geolocation".

  • Avoid printing the Country name in the SAP Script

    Hi All,
    I am printing the address of the ship to  customer in SAP script using ADDRESS and ENDADDRESS. The address is formatting based on the country code that I am passing in the COUNTRY parameter. Everything looks fine. But here my requirement is It has to display the address according to COUNTRY parameter and it should display all the part of the address except country name.
    I  am using the following syntax
    /:   ADDRESS PARAGRAPH AD LINES 7
    /:     NAME     &IT_SOLDTO_ADDRS-NAME1&, &IT_SOLDTO_ADDRS-NAME2&
    /:     STREET   &IT_SOLDTO_ADDRS-STRAS&
    /:     POBOX    &IT_SOLDTO_ADDRS-PFACH&  CODE &IT_SOLDTO_ADDRS-PSTL2&
    /:     CITY     &IT_SOLDTO_ADDRS-ORT01&, &IT_SOLDTO_ADDRS-ORT02&
    /:     POSTCODE &IT_SOLDTO_ADDRS-PSTLZ&
    /:     COUNTRY  &IT_SOLDTO_ADDRS-LAND1&
    /:     REGION   &IT_SOLDTO_ADDRS-REGIO&
    /:   ENDADDRESS
    for example if I pass COUNTRY = 'DE', it is printing country name as 'GERMANY'.
    Please advise me how to avoid the country name alone from printing in the address.
    It is very urgent requirement. Points will be awarded for helpful answers.
    Regards,
    Yellappa.

    Hello.
    Since it's only one script, you can always do it without command address, like this:
    * &IT_SOLDTO_ADDRS-NAME1& &IT_SOLDTO_ADDRS-NAME2&
    * &IT_SOLDTO_ADDRS-STRAS&
    * &IT_SOLDTO_ADDRS-ORT01& &IT_SOLDTO_ADDRS-ORT02&
    * &IT_SOLDTO_ADDRS-PSTLZ&
    If a field is not formatted as your needs, you can always convert it yourself, it's not that hard (in driver program or create a PERFORM in script).
    Hope this solves your problem.
    Best regards.
    Valter Oliveira.

  • Country name not printing for EU countries

    Hello,
    I am using the SAPscript Z_9H_RVORDER02 for printing sales quotes. For EU countries, I notice that the country name is not getting printed in the address.
    In the customization OY01, I even checked the checkbox 'Print Country Name', still it does not print the country name. Is there any other setting that I need to make in order to get the country name in the address for EU countries.
    Thanks,
    Rugmani

    Dear Rugmani,
    I think this is related to output program issue so,
    Please take help of ABAPer and ask him to debug the program, chek how the country field is capturing in the output.
    There is a Function Module to capture the address please check that also.
    I hope it will help you,
    Regards,
    Murali.

  • Country name in address (note 40467)

    Hi
    I would need to customize the set up for country name print in all forms. The name of a country is now printed in short style (eg DE-12345) and it does not help to use the advise given in SAP note 40467 to run report RS005ADR  to set the indicator "Print country description"  T005-XADDR.
    What could be wrong and how could we print the address the way below for foreign letters:
    Name
    Street
    Postcode City
    Country
    Br
    F

    Hello,
    The FM uses postal regulations for printing the country. So it won't print the country if the from and to countries are the same.
    i.e. if the address is in Canada and the send from is Canada, don't bother printing the country.
    The EU has it's own little quirk of printing the country as a single character before the postal code when mailing another EU country.
    i.e. Sending from Germany to France you'll see F-##### instead of France
    Oh, and the country is in the language of the sending country unless you set it otherwise (If I'm sending from Canada to China, Canada Post needs to be able to read CHINA to know what international bin to toss it into).
    VD03 doesn't know the sender country so it always shows the country.
    Thank you,
    Michael

  • Country name is not printing F110

    Hi All,
    The country name is not printing on the check when using transaction F110 for one vendor. I checked the vendor master and country is there. I do not have any idea about transaction. Please help me find out what is causing the error.
    Thanks,
    Veni.

    Check printing SAPScript uses the Address ... Endaddress command of the SAPScript.
    In this command, if you provide the sender country as fixed value than, it will not print the country for the vendor in the same country.
    /: FROMCOUNTRY sender country
    Check this help:
    http://help.sap.com/saphelp_40b/helpdata/en/d1/803238454211d189710000e8322d00/content.htm
    Regards,
    Naimesh Patel

  • Ship to Party address is missing country name in SAPScript FORM

    Hi All,
    i had modified the form for displaying the address of the Ship - to - party address, but the country name is missing in the FORM output, can any body suggest a solution for this..
    here is the code that i had written...
    FORM get_addr TABLES intab TYPE t_intab
                  out_tab TYPE t_outtab.
      DATA : wa_intab LIKE itcsy,
             w_outtab LIKE itcsy.
      DATA v_adrnr_we TYPE adrc-addrnumber.
      READ TABLE intab INTO wa_intab INDEX 1.
      v_adrnr_we = wa_intab-value.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          input  = v_adrnr_we
        IMPORTING
          output = v_adrnr_we.
      SELECT SINGLE * FROM adrc WHERE addrnumber = v_adrnr_we.
      READ TABLE out_tab INTO w_outtab WITH KEY name = 'Z_NAME1'.
      IF sy-subrc EQ 0.
        w_outtab-value = adrc-name1.
        MODIFY out_tab FROM w_outtab INDEX sy-tabix.
      ENDIF.
      READ TABLE out_tab INTO w_outtab WITH KEY name = 'Z_NAME2'.
      IF sy-subrc EQ 0.
        w_outtab-value = adrc-name2.
        MODIFY out_tab FROM w_outtab INDEX sy-tabix.
      ENDIF.
      READ TABLE out_tab INTO w_outtab WITH KEY name = 'Z_NAME3'.
      IF sy-subrc EQ 0.
        w_outtab-value = adrc-name3.
        MODIFY out_tab FROM w_outtab INDEX sy-tabix.
      ENDIF.
      READ TABLE out_tab INTO w_outtab WITH KEY name = 'Z_NAME4'.
      IF sy-subrc EQ 0.
        w_outtab-value = adrc-name4.
        MODIFY out_tab FROM w_outtab INDEX sy-tabix.
      ENDIF.
      READ TABLE out_tab INTO w_outtab WITH KEY name = 'Z_STREET'.
      IF sy-subrc EQ 0.
        w_outtab-value = adrc-street.
        MODIFY out_tab FROM w_outtab INDEX sy-tabix.
      ENDIF.
      READ TABLE out_tab INTO w_outtab WITH KEY name = 'Z_CITY1'.
      IF sy-subrc EQ 0.
        w_outtab-value = adrc-city1.
        MODIFY out_tab FROM w_outtab INDEX sy-tabix.
      ENDIF.
      READ TABLE out_tab INTO w_outtab WITH KEY name = 'Z_CITY2'.
      IF sy-subrc EQ 0.
        w_outtab-value = adrc-city2.
        MODIFY out_tab FROM w_outtab INDEX sy-tabix.
      ENDIF.
      CLEAR adrc.
    ENDFORM.                    "GET_ADDR
    and in the form editor it was like this.....
    PERFORM GET_NAME IN PROGRAM ZSD_SDPACKLI
    USING &VBPLA-ADRNR_WE&
    CHANGING &Z_NAME1&
    CHANGING &Z_NAME2&
    CHANGING &Z_NAME3&
    CHANGING &Z_NAME4&
    CHANGING &Z_STREET&
    CHANGING &Z_CITY1&
    CHANGING &Z_CITY2&
    ENDPERFORM
    ADDRESS DELIVERY PARAGRAPH AS\
    NAME     &Z_NAME1&, &Z_NAME2&, &Z_NAME3&, &Z_NAME4&
    STREET   &Z_STREET&
    CITY     &Z_CITY1&, &Z_CITY2&
      POSTCODE &VBPLA-PSTLZ_WE&
      COUNTRY  &VBPLA-LAND1_WE&
      REGION   &VBPLA-REGIO_WE&
      FROMCOUNTRY &VBPLA-LAND1_VST&
    ENDADDRESS
    Thanks in advance..!

    Hi Abaper,
    In ADRC table,you will have a field by name COUNTRY.This holds the country key.
    Using this country key LAND1 in ADRC table,you will have to fetch the Country name from T005T table.The field in the T005T which holds the Country name is LANDX.
    You will have to write select querries for this.
    By using LANDX from T005T table ,you can display the country name.
    Regards,
    Kashyap Ivaturi

  • Photosmart C6280 All-in-One Printer Will not acquire IP Address

    I have happily had a Photosmart C6280 for some time now, however I recently replaced my router and my ISP Cable Modem (NetGear WNDR 3700 and Cisco 2100 respectively). At first everything was wonderful. Sadly, my NetGear router went bad and I had to return it. As it stands right now my printer will not take an IP address from the router. I have tried everything I can think of, several times and nothing has changed. I have uninstalled and reinstalled the software on the Windows 7 and XP machines that I'm  using. I have tried to manually set an IP address but on my printer when I'm done inputting all of the information there is no "enter" option.  Looking at the Connectivity Status page it states : Network Interface Adaptor Summary
    Name                                              Type                                                 Status                                
    Eth0                                                 Wired(802.3)                                 Disconnected
    IP Status
    Name                                             Type                                                 Addr.    Source
    Eth0                                               Wired (802.3)                                  Disconnected
    Note:  Automatic or manual IP address assignment only occurs for an adaptor if it is currently connected.
    Wired (802.3)  Adapter Information Detail
         Configuration
    Enabled at power on:    yes                                                                                            Link Config:  Auto Link Speed
    Auto Crossover: On                                                                                                         Auto of Manual IP Address : Manual
    Manual IP Addressees: 192.168.1.12                                                                            Manual Subnet Mask: 255.255.0
    Manual Default Gateway: 192.168.x.x                                                                         Auto or Manual DNS Server: Manual
    Manual Primary DNS Server: none                                                                                 Manual Secondary DNS Server: none
    ---------Status---------------------------------------------------------------------------------------------------------
    Adaptor Name: Eth0                                                                                                         Adaptor State : Inactive
    Adaptor Connection Active: False                                                                                 Adaptor MAC Address: 00:21:xx:xx:xx:xx
    Link Status: Disconnected
    I have tried two different print servers and nothing. I am at the end of my rope and any help will be greatly appreciated.
                                                                                                                               Thank You
                                                                                                                                 -ndrdog

    On the front of the printer: Setup > Network > Reset Network Defaults.
    Now, set a static IP address for the printer:
    - Print a Network Config Page from the front of the printer. Note the printer's IP address.
    - Type that IP address into a browser to reveal the printer's internal settings.
    - Choose the Networking tab, then Wired along the left side, then the IPv4 tab.
    - On this screen you want to set a Manual IP. You need to set an IP address outside the range that the router automatically sets (called the DHCP range). If you know what that is, set an IP outside that range but no higher than 254 (the last number in the address). If you do not know this, enter the current IP address.
    - Use 255.255.255.0 for the subnet (unless you know it is different, if so, use that)
    - Leave the gateway and DNS blank. Click 'Apply'
    Now, shut down the router and printer, start the router, wait, then start the printer.
    After this you may need to redo 'Add a Printer' using the new IP address.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Can I batch-change country names in Address Book?

    I want to change all my country names to CAPITALS in Address Book. Is there a way to do this using a batch-change or batch-edit of some kind? (I have thousands of entries that I want to change.)
    Many thanks in advance for any help offered.

    No, sorry, there is no such feature in Address Book. Perhaps a third-party contact application would have that feature.
    Regards.

  • Printing "child" names from Address Book on address labels

    When I put selected "child" names on Address Books entries and try to print address labels including the kid's names, they don't appear. Example: I add "Jim" as a child name to an Address Book entry for Mike Jones. I try to print the Address Label: Mike Jones and Jim. Jim will not print. "JI" will print. "Jimm" will print. Anybody else have this problem? What's going on?

    From another thread:
    If you have a spouse or child listed on contact card it will print them all on the mailing label IF the first name of each person is unique to your entire address book. For example, if the contact is John Brown and the spouse is listed as Susan Brown and the child is listed as Chester Brown, the expectation is that the label would print as:
    John, Susan and Chester Brown
    This assumes that there are no other contacts in your address book with the first name of Susan or Chester. However, if, for example, you have another person in your contact list named Susan (the last name could be anything), Address Book will print:
    John and Chester Brown
    This is because Address Book looks at all the first names in your contact list and if it sees a first name that is also listed in one of the spouse or child fields then it looks to see if the the other contact shares the same address as the contact you are trying to print. If the address is the same, then it prints properly on the label. If not, then it doesn't print on the label. So if you have two Susans - Susan Anderson and Susan Brown - Address book looks at the address on each card and determines that Susan Brown has the same address as the contact you are trying to print (John Brown) and therefore prints her name on the label.
    So, to make a long story short, if you want consistent and predictable results when printing your labels you should assign a unique card to each person that you want to appear on the label and make sure that the individual cards have the same address listed on each. So, in the above example, there would be a card for John Brown, a card for Susan Brown, and a card for Chester Brown. On John Brown's card, Susan Brown would be listed as spouse and Chester Brown would be listed as child. Print John Brown's card and you should get:
    John, Susan and Chester Brown
    Although this makes logical sense, it's not incredibly intuitive and not very well documented by Apple. I was hoping they would enhance Address Book in Leopard since this seems like a feature that a lot of people would use around this time of year. Unfortunately, that wasn't the case this time around.

  • Printing all addresses ?

    How can I print all my contacts in my address book ? I can't seem to find the setup so I can have them all on several sheets instead of one contact per sheet of paper. Would like to print as many on one sheet as possible. Any options ???
    Thanks

    Cloudhopper,
    Here's how you do it:
    To print:
    In the Group column, select All Contacts or a group. Or, in the Name column, select specific contacts.
    If contacts in the group you selected have multiple addresses, you can choose which address to use for each contact.
    Selecting addresses for group members
    Choose File > Print.
    Choose the style to print from the Style pop-up menu, and then set related options.
    *If you don’t see these options, open the disclosure triangle after the printer’s name.*
    When the Style Pop-up menu appears choose list and select the fields you want printed.
    Regards

Maybe you are looking for

  • Rejection code

    Hi Fnrds,   We follow the process of closing all the open sales order at the month end , using a rejection code , but when i close the orders  using rejection code the order value is also getting changed. For example : material : -- BB10 Grid:--    S

  • Query performance based on condition value

    Hi, I have a simple query which is actually on a view dwdb_dba.actl_partinfo_cust. Please see query bellow select * from dwdb_dba.actl_partinfo_cust WHERE insertdatetime=(select max(insertdatetime) from dwdb_dba.actl_partinfo_cust Where system_source

  • Checking file in jar

    Hi I have a selfexecutable jar-file. It runs fine until it needs to check an existence of a certain file. It also has to check the size of that file. How can it be done, since the file is also in the jar? Thanks

  • Copy and paste/save image as

    i wanted to know if there is anyway to take a picture from safari on the iphone and save it to the iphone. also is there anyway to copy and paste selected text on the internet or otherwise

  • BPF email and hyperlink

    Dear Experts, we set BPF to send an email to users but the link to BPF (where we use variable %URL%) is not displayed as clickable link in MS Outlook 2003. There is no problem in Outlook 2007 because it recognizes the links in plain text of any kind.