Address in the Invoice

Hi all,
I'm running into a very weird problem with the printout of the address in the invoice. the command is as follows:
/: ADDRESS  PARAGRAPH AS 
/: NAME NAME        &VBDKR-NAME1&, &VBDKR-NAME2&, &VBDKR-NAME3&, &VBDKR-NAME4&
/: STREET      &VBDKR-STRAS&
/: POBOX       &VBDKR-PFACH&  CODE &VBDKR-PSTL2&
/: CITY        &VBDKR-ORT01&, &VBDKR-ORT02&
/: POSTCODE    &VBDKR-PSTFACH&
/: COUNTRY     &VBDKR-LAND1&
/: FROMCOUNTRY &VBDKR-SLAND&
/: ENDADDRESS
what happend is that when the customer's country &VBDKR-LAND1& is equal to the &VBDKR-SLAND& the address is not printed, but if the customer's country is different than &VBDKR-SLAND& then the address is printed.
Can anyone explain what's happening?
Regards,
Oli

Hello Oli,
  not to get off topic but I wonder why all the additional code. Your code is how we coded addresses in pre-4.6c environment. This example is how we code in SAP release 4.6c and 4.7 to avoid any problems between SADR, ADRC, ADRP, etc and OY01 Address format layout considerations. Also, in 4.6c or higher, we found all records create an address record whether or not you double click in on a partner to change a value or not making this an attractive and simpler approach.
One more note is that there are user-exits available for the Address_get functions should you need to format an address specific to a particular country relation, etc but this is rarely done and should be avoided. It is a good idea to try and keep OY01 settings standard to those provided by SAP.
/: ADDRESS PARAGRAPH AS
/:   ADDRESSNUMBER &VBDKR-ADRNR(K)&
/:   FROMCOUNTRY &VBDKR-SLAND&
/: ENDADDRESS
Tim
Menasha Corporation

Similar Messages

  • I cannot pay for subscription cause the system says the address for the invoice doesn't correspond to my credit card

    i cannot pay for subscription cause the system says the address for the invoice doesn't correspond to my credit card. It's not possible, my credit card doesn't correspond to any address

    These transactions help Adobe confirm that the credit card used is valid and not reported as lost or stolen. The transaction isn't charged to your account, and once your credit card company verifies it, Adobe removes the charge.
    http://helpx.adobe.com/x-productkb/policy-pricing/adobe-stores-online-order-payment-faq.ht ml
    You can also contact Adobe Support to place the order.
    Regards
    Rajshree

  • Is there a tag to add email address to the invoice email?

    The one tag that seems to be missing is the customer's email address to go on the invoice email.  Does anyone know if this exists?
    Would be very useful so that all customer information is in one place.

    {tag_recipientaddress}

  • Regd: Customer address printing in invoice from

    Hi Experts,
       Please tell me how to print the customer complete address  in the invoice output.(please explain in detail). we have to display address in Payment information window.
      SAP standard form: LB_BIL_INVOICE
      Driver program: RLB_INVOICE

    hi
    create an address node in the payment window and pass the required address no to it
    i.e for fetching address you need to fire select query on adrc table
    SELECT
             addrnumber   
    (rest of the data you need) 
              FROM adrc
             INTO TABLE it_adrc
             FOR ALL ENTRIES IN it_adrnr
             WHERE addrnumber = it_adrnr-adrnr.
    now you need to fill it_adrnr internal table with correct value of adrnr
    now in your in the payment window
    READ TABLE it_adrc INTO wa_adrc WITH KEY
                                     addrnumber = l_wa_adr
                                      BINARY SEARCH.
    to get l_wa_adr
    eg for ship to party address
        READ TABLE fp_is_bil_invoice-hd_adr INTO l_wa_adr WITH KEY
          bil_number = fp_is_bil_invoice-hd_gen-bil_number
          partn_role = 'SH'
    append l_wa_adr  TO it_adrnr
    for bill to party address
    READ TABLE fp_is_bil_invoice-hd_adr INTO l_wa_adr WITH KEY
          bil_number = fp_is_bil_invoice-hd_gen-bil_number
          partn_role = 'BP'
    append l_wa_adr  TO it_adrnr
    for sales organization address no
    CLEAR l_wa_adrnr.
    IF NOT is_bil_invoice-hd_org-salesorg_adr IS INITIAL.
      l_wa_adrnr = is_bil_invoice-hd_org-salesorg_adr.
      APPEND l_wa_adrnr TO it_adrnr.
    ENDIF.
    finally in the address node created in youw window
    in general attributes, give address no   &WA_ADRC-ADDRNUMBER&
    hope this helps you
    Thanks
    Richa

  • Contact Primary Account Address Shipping not Invoicing

    In our contact layout we want the primary account address to be the Shipping Address not the Invoicing Address. This is because a number of our clients use a single billing agency to handle back-office transactions such as invoices and this is shown on the invoicing address. Shipping address is the physical location of the organisation.
    Suggestions please?
    Mark

    Mark, the account object has two address blocks (Billing and Shipping) which can be renamed. The contact object inherits the account Billing address. The key is providing the proper naming of these two address blocks on the account object.

  • 'Send Invoice to' address in the PO printout

    Hi Experts,
    Could you please help me with an issue I am working on. We have one Co.Code and POrg creating PO's for vendors in US and UK. Our Co. Code and Plant address is of Middle East and we want 'Send invoice to' address on the PO printout to be based on the vendor selection. I-e if vendor is a US one, 'send invoice address' should appear as a 'US PO Box' and if vendor is a UK one, 'send invoice to' address should appear as 'UK PO Box'. Is it some thing that can be controlled by ABAP and Smart fomrs or any other functional way around is available?
    Many thanks,
    Syd.

    Hi SAP MM1,
    You can very well achieve this using SMART FORMS. You have to give logic to your ABAPer if plant number is X it should pick address of US & if plant address is Y it should pick address of UK.
    Regards
    Subbu.

  • Multiple address for the same customer code

    Hi,
    Suppose we have a customer name XYZ LTD whose sap code is 123.
    Now user want to maintain multiple addresses for the same customer in the same code.So that during billing he can have option to chose one of the address in which he want to sent the invoice.
    Is it posible if yes then let me know.
    Thanks in advance.
    Regards,
    SATYA

    Hi Satya,
    you can define for a vendor/customer several partner functions with different        
    adresses. You can create certain partner roles several times.               
    If you create a purchase order, than you can choose the wanted              
    address and partnerrole on the header level. In the standard system you     
    can use the patner role 'OA' ordering address and for the finance           
    the 'IP' Invoice presented by.
    I hope I was able to help you.
    Kind regards,
    Zsuzsanna

  • How does it usually take to get the activation email after receiving the invoice receipt?

    Hi all. I'm doing the develop enrollment. I received the invoice receipt 3 days ago, which says apple has received my 99 dollars. But I'm still waiting for the activation email. It should take no more than 24 hours to get the activation email, right? if I click "Program enrollment" in this page(https://developer.apple.com/contact/), safari will tell me there are too many redirects and can't open the link. What should I do, please?

    I got my activation e-mail rather quickly; however, something is wrong with my Developer enrollment (I registered as an individual and it says they are trying to verify my identity to see if I can act on my company's behalf--which does not make sense because I registered as an individual).
    Apple has my $99 too and I also am unable to contact them due to the same redirect problem you are facing.
    I am wondering if there is a recent bug on their site that needs to be addressed (seems like it is getting caught in a loop while trying to verify the device and/or browser).  I have posted a question as well so let's hope this gets resolved soon.
    Not a smooth way to start :-/

  • DESTINATION ADDRESS IN CUSTOMER INVOICE

    DEAR ALL,
    my customer he would like that the material should be delivered at other destination address different than his permanent address mentioned in his master data and in the invoice ,please how to make the distination address and make it appear ,please give me paths
    thanks,

    Hi
    As your customer needs the material should be delivered to another destination address,in customer master record->general data tab->maintain contact details.
    Second option is maintain another ship to party and bill to party to the customer with the address where the material has to be delivered.
    Regards
    Srinath

  • Change of address in Sales Invoice

    Dear All,
    I have created a Sales Document and a Delivery Document and in both the documents I can change the address of the Partner Functions. When I am creating a Billing document I am trying to change the Address of the partner function but I am unable to change the Address. Can anyone help me out with the way so that I can change the Address of the Bill-to-party in Sales Invoice.
    Thanks
    Tanushree

    Hi,
    You cannot change the partner details in invoice.
    If you want to change,just change them in Delivery.Even in delivery you cannot change the sold-to-party and ship-to-party.
    Only you can change the bill-to-party and payer.
    Sold-to-party is related to sales order.Ship-to-party is related to delivery.
    So In order we cannot change the sold-to-party in partners tab.
    Hope you got my point.
    Regards,
    Krishna.

  • RE: To change the invoice approver in the PO

    Hi All,
    If you want to change the invoice approver in the PO it is possible to change it by putting a e-mail address direct in - the search field with the field glass is not working. It brings no values if you put a name in
    Thanks
    Madhav

    if ur po is processed then it is not possible
    if it is not processed for gr then just delete the existing material and give new entry of material in same po
    regards
    kunal
    award if helpful

  • Sort out the invoices based on Sales Org, Dist Channel, Div while printing

    Hi all,
    My User required to run the program - RV60SBAT
    for creating batch job : FR_INVOICING.
    When we check the steps in the job FR_INVOICING we could find 10 steps with different variants.
    On running this job, system will provide the printing of Invoices for different Sales Organizations, Distribution Channel, Division and Invoice Numbers. However this out put is not generating in a sorted manner currently.
    User requirement is to sort out the invoices based on Sales Organizations, Distribution Channel, Division and Invoice Numbers.
    Kindly look into this and help me  how to address/approach this problem.
    Thanking you in advance
    Best Regards
    TRS GUPTA

    Assign fields KOMKBV3-VKORG KOMKBV3-VTWEG KOMKBV3-SPART to output type config sort order fields sort field1, sort field2, sort field3 respectively.
    Use user exit include RSNASTZZ and add the following code
    under when '50'.
      insert NAST-SORT1 NAST-SORT2 NAST-SORT3 NAST-OBJKY  INTO HEADER.
    Change RSNAST00 job step variant to incluce 50 in the sort field.
    Regards
    Sridhar
    Message was edited by: Sridhar K

  • From which table ,i ll get both the invoice and cleared amount ???

    Hi Friends,
    i am making a report for my sales client where finance part is also required.
    the requirement is : the sales people want know the status of the invoice generated at their end.the report shud be like if they enter the invoice no,fiscal year and coustomer they will be able to see the status of the invoice.how much pmt has received for that particular invoice,wheather it is open or fully cleared?
    From which table i can get both invoice no. and the payment/pmts rerceived against that invoce/invoices.
    plz guide.
    Regards,
    Biswa

    Hi,
    SAP Standard Report itself covers all the requirements mentioned.  With FBL5N, we get to know how much has been invoiced, paid and cleared and how much advance has been paid by customer etc., in one screen.  Apart from this we have also all signs which show, which all invoices are due, overdue and its easy to analyse as well.
    Was this requirement given by client after seeing this standard report?
    Hope this info is helpful.
    Regards,
    Venkat

  • My hard drive crashed recently and i can no longer see my web site address in the iWeb side bar

    I can n o longer see my web site address in the iweb side bar, how can I relocate it so i can edit my website

    Let me start with the general advise...
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?

  • Safari keeps dropping down this error message when ever i try to log on to any website safai can't verify the identity of the website ( e.g.. any address ) and the drop down has three choices to click on or else you can't go foward., they are check certif

    Safari keeps dropping down this error message when ever i try to log on to any website safai can't verify the identity of the website ( e.g.. any address ) and the drop down has three choices to click on or else you can't go foward., they are check certificate ______ cancel ______ continue....  This thing is so annoying when trying to go somewhere i just want the error message to go away.

    In your Keychain under 'login' delete the VeriSign certificates and then quit and restart all browsers/itunes/app store.
    http://apple.stackexchange.com/questions/180570/invalid-certificate-after-securi ty-update-2015-004-in-mavericks

Maybe you are looking for

  • Problem in JDBC Adapter Mapping

    Hi all, I am working on a scenario wherein i am trying to connect an ORACLE DB to SAP 4.7 system using XI 3.0 . I configured the JDBC Adapter and the JDBC adpter is picking up the message but i have a problem in JDBC adpter Mapping. The error message

  • ITunes store won't open without Safari update, but can't update for 10.5.5

    I recently updated to iTunes 10, but now I can't access the iTunes store because it's stating that I need to update Safari to 4.0.3 or later. When I went to update Safari it wouldn't allow me to complete the download because I apparently need a newer

  • New HP HDD load recovery disks fails to boot after install process on pressing continue

    I have Pavilion d7-4165dx notebook. I live out US, though made purchase from US (BestBuy). - HDD failed after renewing trial period of virus software. - All diagnostics would not recognize HDD.  - HP support indicated still in warranty, but I am out

  • Consuming Web Service ( How to pass multiple inputs and retrieve dataset)

    I am new to ADF and Web service. In the current project, I have to consume a web service ( through WSDL). Created the pages as per the following tutorials. http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_14/jdtut_11r2_14.html As per the step

  • Transaction CKM3N

    Hi All, I just want to make Enhancement on Transaction CKM3N. The Enhancement will cover Select-Options on Materialnumber, Materialart, Period/Year. Standard is now only one Value into these Fields are giveable. How can we better make Changes on this