Dispalying billing address in PO smartform

HI,
I made Z smart form from standard PO form /SMB40/MMPO_L.
I have following instructions:
based on the compnay code.. u goto T001 , get the Address number...
then go to ADRC table.. to get the address
in tables ADR12 & ADR5.. u will get the FAX & WEB address
in ADR6 Email address is maintained
Can anybody give steps to retrive information from thess
tables into billing address window.
I mean what variables I need to define and interfaces and program
code.ANY similar available sample code steps will do
Appreciatenyour assistance with points.
Viswanath

this is one sample code ive done for my project. change it to ur requirments:
select single werks
              name1
              adrnr
              from t001w into wa_t001w
              where werks = 'BEL1'.
select single ADDRNUMBER
              NAME1
              NAME2
              city1
              POST_CODE1
              street
              house_num1
              STR_SUPPL3
              location
              country
              TEL_NUMBER
              FAX_NUMBER
              from adrc into wa_adrc
              where ADDRNUMBER = wa_t001w-adrnr.
after this in the billing window drag and drop the values of adrc work area.
revert back if u have any qureies.
pk

Similar Messages

  • Billing Address using portions of street and PO Box

    About a month ago, the billing address on our purchase order smartforms began printing out a combination of the street address and the PO Box address instead of just using the PO Box (which made it undeliverable).  I have been able to find the address number that the address node is using, but how do I find out where it is gathering the information from?
    1. Given an address number (ADRNR), is there a transaction code to display the resulting address?
    2. How do I view/change the address associated with an address number?

    Bryan,
    You have to change the Vendor Master using Tcode MK02 or XK02. Or you may want the Purchasing person to change the Master Data.
    Regards
    Keshav

  • Printing Tax invoice billing address on last pg only

    Hi Guys
    Still I have some minor problem printing on the backside, my requirement is
    I have a tax invoice for which management want to print the billing address .
    This billing address should also display on the invoice as well as print on backside of last page.
    1. If there are 10 pages invoice the billing address should print on backside of 10 page
       and not on all.
    2. If there is 1 pages invoice the billing address should print on backside of 1 page only.
    I was having 2 pages in my smartform and now I have added back pg with info billing address
    window and text.
    I did the following setup as below
    1. first - Print mode is D AND OUTPUT         FIRST -> BACK .
    2. back  - next with print mode D and         BACK -> NEXT.
    3. Next  - next with print mode notheing and  NEXT -> NEXT
    Out of 4 pages it is showing 1/5 and the billing address is printing on backside of third page but
    not on the back side of last page and if it is page 1 or 2 it is not priting on the backside of last page.
    could any one help me please
    Regards
    Piroz
    Edited by: Piroz Eslam on Feb 10, 2010 12:45 PM

    Hi Vamsi and Upender
    Thanks for your answers, I have done but what is happening , In smartforms under Pages and Windows I have created FIRST AND NEXT Page and under First page there are so many windows and out of which one info is having BILL TO PARTY window .This  is a billing address which has to be display on each page of invoice along with the details and subtotals  that is fine no problem . but they need only bill to party to print on Last page of the Invoice and rest pages should print as it is on each page so that when they fold it the posting address can be seen on the last page .
    so when I the last page is printed wheather it is 7 or 17 page , the billilng address should print  at the last page example , it can be more also eg if it is 17 page on 17 page at the back side I want to print the billing address not on all pages
    FIRST
    NEXT
    LAST -> I try to add window in this last column but it is ignoring while printing..
    I hope you got my problem now
    Regards
    Piroz

  • Change of Customer Billing Address

    Hi Gurus,
         In my scenario using portal, customer is requesting for change his billing address, once the billing address is changed we need customer sign for that we have to send the service contract with the changed billing address for customer sign, can i use SWRB(Web service request with out item) for this scenario and can i use followup as Service Contract for this scenario so that i will send the contract smartform to customer.
    Please reply to [email protected]

    I have also faced the same Issue.
    You can solve the problem with the basis Guy's .
    DIvide the authorization ...
    Between Sales Guys
    give Authorization of XD01 or VD01 and XD03 or VD03 Only.
    for the Finance or the accounts Guys ..
    Give the authorization of XD02.
    SO now the sales Guys cannot change master records Name and others ,
    for Further secority. Make sure to Give the change of Name to only some selected High Management people withoit the approval the Customer Name cannot be changed.
    I am sure your problem will be solved.
    regards,
    Amlan Sarkar

  • Detecting changes in address in a smartform to allow sorting into envelopes

    Hello,
    We have a sorting machine which can place hardcopy invoices into envelopes, placing several invoices into 1 envelope as long as the billing address is the same.
    To achieve this, we need to print a mark on some invoices to indicate that the current invoice is the last for the current envelope and the next invoice (with a different address) will be placed into a new envelope.
    Is it feasible to somehow find the address of the next document to be printed?
    We have a simple setup:
    RSNAST00 calls our own copy of RLB_INVOICE passing the current invoice in the NAST table. A smartform is then called to print out the invoice.
    I am not sure if this is something that can be done via logic in the smartform or if it means an ABAP change. Any advice greatly appreciated!
    Thanks,
    Stuart.

    Hi
    You don't need to use IMPORT/EXPORT parameter:
    If the many invoices are printed in the same session, all data of previous invoice are available for the next one:
    A routine to clear all global data is placed at the beginning of the program in order to solve this "problem":
    So you need to have a gloabal varianble where to check the previous address and check it with the current one.
    This control should be done in the program, not in the smartform, and it works fine if the invoices to be printed are correctly sorted before printing them.
    The problem could be this solution can see when a new envolope starts only, i.e. it can't understand when the last invoice cames
    Max

  • Billing address in PO

    Dear Exports,
    In PO print format, billing adreess is coming automatically. I am unable to trace to why its coming. Please guide me.
    Thanks in advance.
    D R

    HI,
      with the help of ABAP person check your SMARTFORM/SCRIPTFORM for PO printout Billing Window, if you dont want remove the billing Address logic.
    To know the SMARTFORM/SCRIPTFORM
    1. In ME23N Click on "Messages" button,
    2. Find the "Output Type"
    3. Then go to NACE
    4. Select "EF" and click on "Output Type" button
    5. Select your output type (From step 2) and couble click on "Processing routines"
    6. Under "Form" find the SMARTFORM/SCRIPTFORM
    Regards
    GK.
    Edited by: Gnana Kumar on Oct 25, 2010 12:21 PM

  • How do I use my redeemed gift card to purchase a book on iBooks when it will only give the option of "Mastercard, Visa, Amex or 'None' (Billing Address)"??

    How do I use my redeemed gift card to purchase a book on iBooks when it will only give the option of "Mastercard, Visa, Amex or 'None' (Billing Address)"??
    Desperately need help so I can purchase books for my study course!!

    Sir,
    I thought So too but then I went to Itunes Library and try and buy a single song from an album for $1.29.  Now my Itunes Gift card balance is $ 7.10 as I mentioned earlier. it still did not let me buy and kept trying billing my Visa card.
    Should I restart my PC and Itunes and retry. What do you suggest?
    regards
    Bikram Suri
    [email protected]

  • How do I change my credit card billing address to another country? The iTunes billing address edit only offers an option for a different State, but my credit card billing address is now New Zealand.

    I recently moved out of the US to another country and changed my billing address at my credit card company to my new country.  Now iTunes won't let me edit my credit card billing information because the "edit" option on the billing address only lets you change states, not countries.  There is a non-spendable balance on my iTunes account because it's an odd amount, and iTunes won't let me change my iTunes store to my new country as long as there is a balance showing in my US iTunes store account.  So I'm stuck.  I can't spend my balance in my account. I can't change the balance to a spendable amount because iTunes no longer accepts my credit card because my credit card's new zip code billing address doesn't match my iTunes account.  I can't change my iTunes account to my new country as long as there is a balance in my US iTunes store.  How can I change my iTunes account information to my new country under these circumstances?

    I am stuck with a similar problem. I moved from Ireland to the UK but for some reason, iTunes would not let me change the country in my payment information, it remains Ireland. I do not have any credit to spend and I still cannot change it. I even set up a new iTunes account and the country still remains uncangable. Hence, I cannot add the details of my UK card as iTunes believes it is set in Ireland. Have you managed to solve your problem?

  • Could you please tell me why as a Brit resident in Japan therefore having a billing address that is Japanese is forced to only get service from the Japanese online store? Is there not some way of allowing me to select movies and music to buy and download

    Could you please tell me why as a Brit resident in Japan therefore having a billing address that is Japanese is forced to only get service from the Japanese online store? Is there not some way of allowing me to select movies and music to buy and download from other stores. Why do am i forced to try to nread Japanese when I have selected English as my language. The price for Downloads is no different and even if it was I am happy to pay. This also applies to Movie rental which is crazy and extremely restrictive. I a supposed GLOBAL community why does Apple do this.

    You can buy ONLY from the itunes store of your country of residence (As proven by valid billing address of credit card) and ONLY while inside the borders of that country.
    These are the terms of the itunes store.

  • Hello,I'm trying to buy my MacBook pro, but since I am a foreign exchange student I need a international billing address, and I don't have this choose in the website. Someone know what to do?

    Hello, I am a foreign exchange student and I'm trying to buy my macbook, but in the website don't have a choose for international billing address. Someone know what's to do?

    An option is to call the Apple Store. Maybe these guys can help you.
    You can find the telephone number here: http://store.apple.com/Catalog/US/Images/intlstoreroutingpage.html

  • HT2731 How do i create an apple id without providing the billing address..as i done have a credit card!

    I dont use a credit card so how can i create an apple id withoud providing the billing address?

    There are instructions on this page for creating a new account (it won't work with an existing account) without giving a credit card number : http://support.apple.com/kb/HT2534 e.g. select a free app in the store and click on 'create Apple id' when 'buying' it

  • Can multiple apple IDs have the same billing address??

    So yea is it possible for multiple or more than one apple IDs to have the same billing address, like those created for use by members restrictively within a specific family for example??

    It is possible but no more than 3 different Apple IDs for the same credit card. If you need more than three (more members of the family or a small business with 4 or more people who need individual Apple IDs) you can use one or more iTunes gift cards instead of a regular credit or debit card.

  • HT1918 I am a US citizen now residing in Poland. My bank accounts are in the US and my billing address has been changed to my Polish address. Now I can't use these US credit/bank cards on itunes for purchase (for both US and Polish itunes accounts). ???

    Any ideas about how I can be allowed to make purchases in itunes again? TIA

    Expanding on what RG said, you need a credit card issued by a bank in the country in which you are and that has its billing address there. Since your credit card was issued by a US bank but has a Polish billing address, that card will not be usable in either the US or Polish iTunes Store. If you reside now in Poland, then as RG said you will need to get a card issued by a Polish bank with a Polish billing address. Or, if Apple offers prepaid iTunes cards in Poland (you cannot use cards issued in another country), you could use those.
    Regards.

  • How can i pay on the apple store online with two credit cards, with two different billing addresses

    I will be greatful if you could answer me this question...
    How can i pay on the apple store online with two credit cards, with two different billing addresses?
    I know that you can use two credit cards to pay an item but the problem is that i can only put the billing address of just one of the credit cards, and since the two cards are from different people (my parents) i can't do it. They live in the same place so i don't know if i should just put one of the billing address.
    Thank you.
    PS. I don't know if this is the right community to ask this, sorry if i'm wrong.

    On the Apple Store "Payment & Pricing" page it states:
    Using more than one payment card
    You can also combine payment methods to pay for your purchase. Choose from the following combinations of credit cards and Apple Gift Cards:
    Credit card(s) - up to two
    Apple Gift Card(s) - up to eight
    Apple Gift Card(s) + one credit card
    During checkout, if you are paying with a gift card issued by a credit card company, you can combine it with one credit card.

  • HT204053 Can I have 2 different countries billing address under one Apple ID? I mean 2 countries credit card for payments at the same time under unique Apple ID.

    Can I have 2 different countries billing address under one Apple ID? I mean 2 countries credit card info for payments at the same time under one Apple ID.
    I do travel very often to overseas. I'm having problem with few apps that can not be updated when I'm using another countries store. I do have 2 countries billing address. So when there is an update I need to switch my county & billing address for few selected apps. I was wondering if I have option to add both countries as my billing address that would be great under same Apple ID. Is this option available?

    You can only have one credit card and billing address on your account at any one time.

Maybe you are looking for

  • How can I get the iCal server to work correctly?!

    We are a business that uses Apple software and products for everything! For a while we've been having an issue with iCal - it seems when an invite is sent we are unable to accept, we click 'accept' but the message is never sent, so then it looks like

  • Strange Print Sharing Issue from Leopard 10.5.1 to XP machine

    Hi, I'm experiencing an issue with sending a print job from an XP-based PC to a Leopard-based PC which has a printer attached to it (Xerox Printer). The software that's used as a print server is efi Splash Server which routes a non-standard IP addres

  • Table having list of screen exits for a given enhancement....

    Hi, Can someone tell me if I want to see a list of function exits or list of menu exits or list of screen exits in a given enhancement, what table can I go and see ? Regards, Tushar.

  • Keynote won't export to quicktime get a green screen.

    Been using Macs for a long time but am new to Keynote '09. When trying to export a slideshow in Quicktime to use in iMovie, I get window with a progress bar and a green screen and a Quicktime file that plays back a green screen! I have searched the f

  • View Command/Query Without Connection?

    I need to reverse engineer an old report so that I can reconstruct it using a new database.  The report used the Command feature, and I am fairly certain the fields being called into the report are not renamed, but I need to see which tables were use