Bill to and ship to address on PO

Asper Business requirement we want  Bill to and Ship to adrresses on PO.How to configure this
Thx

Hi,
You Want this in the PO Print out or in the PO screen it self.
if it is for PO it self ,you can define a Text feild in the header for the Bill to
And in the Item text for ship to .
If you Want the Ship to and Bill to from CSO in Print Out..(if the PO is third part CSO driven PO)
the Logic is EKKN-- sales order number ,And VBPA for the sales order partner functions
or else
The Bill to would be the Plant to which the vendor is raising the invoice
NOrmally it can be the Plant address from the first line item in the PO,which is not deleted.
Or the same can be Maintained in standard text  So10.
Regarding Ship to.address it can be four ways-plant,customer,vendor,address ID
Plant
EKPO -Pass PO NUmber - collect the plant and pass in table T001W to get the address number
and pass the address number to ADRC table
Customer (third party)--item category  'S"
IN table EKPO -collect the customer Number-KUNNR and pass that value to KNA1 table and then get the address number and then get the address from ADRC table.
Direct address number ( created by t code MEAN- Type ME01)
This adress number-ADRNR can be taken from EKPO table and pass this value to adrc table to get the address.
Vendor ( subcontracting)
In this IN EKPO we will have the vendor field -LIFNR and this field collect the vendor number and pass in LFA1 and get the address number and then pass the address number to ADRC table
If in EKPO,the address number and customer vendor field are blank then it picked from the plant and we have to default the Plant Address
hope so it helps
Regards
Anjanna
Edited by: Shiva Rajanala on May 6, 2009 4:28 AM

Similar Messages

  • Tables for  bill to and ship to addresses in crm order

    Hi Experts,
    In which tables the bill to and ship to addresses are stored in CRM order?
    Thanks in Advance.

    Hi Jak,
    Goto table CRMD_PARTNER to get the address numbers i.e. ADDR_NR and using this address number retrieve the address details from ADRC table.
    <b>Reward points if it helps.</b>

  • Customer has same Bill-To and Ship-to address...

    If a Customer has same Bill-To and Ship-to address, then is there any way to enter one address and copy to another in the BP-Master??? (in SAP B1 2007 B PL7)

    If you want to copy them automatically, only FMS may not be good enough.  By SDK or add-on wold be better. It is not that difficult to copy them manually . Because not all Customers have same Bill-To and Ship-to address, automation might not be a good idea.
    Thanks,
    Gordon

  • Populating Bill to and Ship to

    We use a custom process (which calls the order creation API) to create orders. Now, a number of orders got created with the Bill to and Ship to missing. There had been a change of address made using the Telesales form and the change got reflected only at the party level, and not the account level, and so the sites weren't present at the account level, which led to this situation. We are now trying to update these orders, and populate the Bill to and Ship to using API. We have populated the account level tables already. However, when we proceed to using an API to update the order header, we get the error saying that we cannot update the Bill to/Ship to as lines already exist for this order. There are some 10000 orders stuck, and we need a resolution pretty badly, as these orders need to be booked.Can anyone assist?
    thanks!!

    Hello,
    I think you booked sales order and API can update this sales order. Try update sales orders with out API use update in oe_order.... :) First use in test instance.
    Regards,
    Luko

  • If the bill-to and ship-to are the same

    Hi everybody,
    Can somebody please help me with this? If I have both the bill-to and ship-to party as the same, how can I get that information as two different addresses etc in Sales. I am looking at the KNA1 table and I know I can use partner functions for this but I cannot figure out how to use them to get the information in one report as bill-to and ship-to if the information is the same.
    PLease somebody help.
    Thanks.

    IF it would help here is the code:
    DATA: l_kunnr LIKE vbpa-kunnr.
    SELECT kna1kunnr kna1name1 kna1stras kna1ort01 kna1regio kna1pstlz
    kna1brsch kna1erdat kna1ktokd kna1bran1 kna1~telf1
                     kna1telfx knvpparvw knvp~vkorg
                     knvp~vtweg
                     knvp~spart INTO
                     CORRESPONDING FIELDS OF TABLE
                     typ_tab FROM KNA1 JOIN knvp on
                     kna1~kunnr =
                     knvpkunnr where knvpparvw = 'Z3'.
    LOOP at typ_tab.
      WRITE: / typ_tab.
         WRITE:/ typ_tab-kunnr,typ_tab-name1,typ_tab-stras,   typ_tab-ort01,
                 typ_tab-regio, typ_tab-pstlz,'USA',
                 typ_tab-brsch, typ_tab-erdat, typ_tab-bran1, typ_tab-telf1,
                 typ_tab-telfx, typ_tab-parvw, typ_tab-vkorg,
                 typ_tab-vtweg, typ_tab-spart.
         SELECT kunnr INTO l_kunnr FROM VBPA
         WHERE kunnr EQ
         typ_tab-kunnr and parvw EQ 'RE'.
         ENDSELECT.
      WRITE: / l_kunnr.
         SELECT name1 stras ort01 regio pstlz INTO TABLE   typ_kna1 FROM
         kna1 where kna1~kunnr = l_kunnr.
         LOOP AT typ_kna1.
             WRITE:/ typ_kna1-name1,typ_kna1-stras,typ_kna1-  ort01,
                    typ_kna1-regio,typ_kna1-pstlz.
             WRITE:/.
        ENDLOOP.
    ENDLOOP.
    Thanks & regards,
    AM

  • How to add custom field in delivery address/performance location tab in SRM shopping cart and Ship to address Pop-up in SRM PO?

    Hi Experts
    i have a reuirement where i have to add custom field in delivery address/performance location tab in SRM shopping cart and Ship to address Pop-up in SRM PO
    i am doing below steps for this.
    1. Adding custom field ZZfield in structure INCL_EEW_PD_PARTNER_CSF by  using  append structure.
    2. Spro ->Supplier Relationship Management -> SRM Server -> Cross application basic settings -> Extensions and field controls (personalization) -> Configure field control ->Configure Control for Fields of Substructures
    then click on  "Metadata for Fields of Substructures and Table-Like Enhancements"  
    add the below entry
    Bus. Object Set Type  : I am trying 7 and 29
    Structure Field Name  : ZZfield
    Bus. Object Type       : BUS2121/BUS2201
    Set Level                    : Item
    Field Visible :  Check box should be checked
    Field Enable :  check box should be checked
    Can anyone has the idea of this?
    Thanks
    Rohit

    Hello Rohit,
    Please create a enchancement for component  /SAPSRM/WDC_UI_DO_SHIPTO.
    Add new input field and label in view V_DODC_SHIPTO.
    Bind the input field value with field ZZfield from structure  /SAPSRM/WDC_UI_DO_SHIPTO in the context node SHIP_TO .
    Regards,
    Neelima

  • Vendor's bill-to and ship-to partner

    Hello,
    I need to identify the Bill-to and Ship-to partner in the account assignment for a vendor.  Can someone please explain how to go about doing this?
    Thank you,
    JR

    ?? Vendors ship to us...we're the bill-to, ship-to from their Sales Order viewpoint....

  • Vendor's bill-to and ship-to partner in SRM

    Hello,
    I need to identify the Bill-to and Ship-to partner in the account assignment for a vendor in SRM. Can someone please explain how to go about doing this?
    Thank you,
    JR

    ?? Vendors ship to us...we're the bill-to, ship-to from their Sales Order viewpoint....

  • What's Impact of changing the customer Name(along with Bill To and Ship To) at the header level after book

    Dear All,
    Revision: 11.5.10.2
    We have a case where some of the orders we have created have incorrect customer name along with incorrect Bill To Ship To.
    All these orders are booked. And their Line Status is either Awaiting Shipping or Supply Eligible.
    What Impact of changing the customer Name(along with Bill To and Ship To) at the header level.
    Thanks,
    Helen

    Hi Helen-Oracle
    As said above there should not be an impact if the warehouse on the order before and after changing the customer, ship to and bill to remains same.
    Additionally, if the item on-hand qty is sufficient to reserve the item and there is no B2B internal requisition kicked off.
    As long as the above conditions are fine, I don't see any impact of changing the customer, bill to and ship to.
    Also, you can run a complete wing to wing cycle in case you really want to test the behavior of the system in such scenario.
    Please feel free to mark the response as helpful or correct if you think it is helpful and to help people easily find help and answered responses.
    Thanks
    Mirza Tanzeel

  • Bill To Vs Ship To Address Question

    Hi All,
    I just need to ask how to change the first line of the Bill To address to show the correct info on an AR Ivoice? For example in the BP data the bill to address is 'An Address in Switzerland'  but the address shown in print preview is he ship to address 'An address in the UK'. The street,postcode,country etc are how they are in the BP Master address fields but the main address id is being taken from the Ship to address and not Bill to address?
    In the edit PLD screen I cannot click into the area to try to change it so I was hoping someone might be able to clarify so I can go and make the changes ?
    Best regards,
    MB

    Hi Matthew
    I guess you are mappinf Address2 Field which is basically a ship to address....
    Regards,
    Rahul

  • Sold to party and ship to address is different

    Dear Experts,
    Sold to party and ship to party is different  address but when invoice is happened sold toparty adrees  displayed in ship to party
    how i can make the changes for ship to party kindly help me in this regards
    Thanks a
    Basavaraj

    Hi,
    This is what you needs to do.
    Create your Sold to Party "A" using the Account Group "Sold to Party" from Tx: XD01
    Then Create your Ship to Party "B" using the Account Group "Ship to Party" from Tx: XD01
    Then go to you Sold to Party using Tx: XD02
    Go to Sales area data / Partner tab
    Add your Ship to Party "B" there with Partner Function "Ship to Party"
    Save
    Now create a sales order from Sold to Party "A"
    Enter Sold to Party "A" and press enter
    You will get a pop up to select relevant Ship to Party for the Sales Order Header level with "A" or "B"
    Select relevant one at there.
    If you select "B" at the header, same will get copied to all line items later. Else you can select "A" and then change only the relevant line item partner to Ship to "B" at Item level as well.
    When you create delivery, relevant Ship to will be picked form the line item level.
    You can do same for Bill to Party and Payer as well.
    Best regards,
    Anupa

  • Selecting appropriate tax code based on Item and Ship to Address

    In the US, there is the ability to denote an Item's tax liability on the Item master. There is also the ability to denote tax code on the ship to address. In the US, some states tax products; some states tax maintenance; and some states tax services. Currently there isn't a table to maintain this information by state. When creating a Sales document, the user is required to know when to charge tax and at which rate based on whether the item is a product, maintenance or service, based on where it is shipping to. I understand that a Formatted Search in the tax code box would be helpful, but aren't there enough US customers running into this issue to warrant the creation of table to look up state and item type?

    The situation is actually more complex than Shel indicated.  In some US states, different items are taxed at different rates for all customers (e.g., food vs non-food items), or may be taxed differently for different customer types (e.g., a customer that is a manufacturer may be taxed at one rate for capital equipment, another rate for tools, and not at all for raw materials, while a different customer may be charged at the same tax rate for all items).  If a customer sells in multiple states, they have to accomodate all of these rules.  What is needed is some kind of reference for taxing by item group/customer group/ship-to address.  It should be optional, but if used it should override the normal tax code functionality.

  • Tax/Reporting Customer Pick Up and Ship-to address

    How have you seen customer pickups handled for sales and tax reporting? 
    In one case, I've seen answers that it is common business practice to leave the ship-to address as the customer address that is the ultimate end destination (example Ontario, Canada), rather than where title passes at the pick up/ship-from location (example Michigan, US).  One rationale is that the sale is to the customer at the end destination (for sales reporting and other purposes) and another is that customers' use their invoice for export and foreign tax purposes (when transporting goods across international borders) to prove where the product will ultimately go.

    The situation is actually more complex than Shel indicated.  In some US states, different items are taxed at different rates for all customers (e.g., food vs non-food items), or may be taxed differently for different customer types (e.g., a customer that is a manufacturer may be taxed at one rate for capital equipment, another rate for tools, and not at all for raw materials, while a different customer may be charged at the same tax rate for all items).  If a customer sells in multiple states, they have to accomodate all of these rules.  What is needed is some kind of reference for taxing by item group/customer group/ship-to address.  It should be optional, but if used it should override the normal tax code functionality.

  • Find partner number based on goods recipient and ship to address

    Hi SRM Experts,
    Can anybody please tell me that how i can get the partner details like partner number, partner guid etc based on ship to address and goods recipient?
    I have seen some shopping carts in BBP_PD. In those shopping carts, i have seen that goods recipient's  partner details are same as requestor partner details.
    Can i consider that generally goods recipient partner details remains same as requestor partner details ?
    Thanks & Regards,
    Akash

    Hi,
    Other than shop on behalf functionality, always requester and goods receipient are same.
    Thanks
    Rajesh K

  • Set bill to and ship to as primary

    ple find the link PL/SQL

    Perhaps if your link pointed to a question, rather than the enter a new post screen, you would have better luck getting assistance.

Maybe you are looking for

  • Can't get passed login prompt

    I've used the SQL Developers utility to migrate an Access database over to Oracle. Now when I attempt to go into the Administrators section I enter for Username: SYSTEM and Password: ponyboy These are the correct combination to access the Administrat

  • Quantity of Sleeve Material in a BOM

    Hi all, We are  trying to create a Sales order with a BOM , which has  a sleeve material as child material,. When the quantity of parent material is changed , the quantity of sleeve material should  also be set to the parent material's quantity. This

  • Problem in Hyperion FDM Load Balance Configuration...

    hi all, I installed hyperion essbase, planning, Hfm and Fdqm 11.1.1.3 version. but i am getting error at configuration of fdm load balance configuration.... error: when i click on Test Connection in authentication Providers(Shared services(CSS))..am

  • Jumpstart and patches

    I have a version 9 jumpstart server setup, and recently had to add version 8 to it. I ran the version 8 setup_install_server script, pointing it to /data/install_server_8. I want to include the latest fix pack with my 8 install, so I copied all of th

  • Javascript - custom datetime converter problem

    Hi all, JDev version 11.1.2.4 After migration from JDev 11.1.2.1 to new JDev 11.1.2.4 my custom datetime converter stop working. After debuging I found out that client javascript converter is problem. Here is javascript code: function DateToCalendarC