PO Address details

Hi,
My Po is picking up the vendor POST CODE and address details in the DELIVERY section of the PO.
For example the ADDRESS FOR THE DELIVERY should be a different address, but its showing the vendor address instaed of the delivery address.
were do i look?

Hi,
Please update the MEDRUCK FORM in your system.Please see Note 214907 in regards to this.  Because of the changes in address management in the 46  releases, it is important that you update the MEDRUCK version in your system.
Also, please check the following in configuration:
Please modify your message determination:
MM->Purcasing->Messages->Output control->Message determination  schemas->Define message schema for PO->Assign Schema to Purchase Order
         'Fill in the Columns for 'T', 'M' 'P''
                                          4    X   X
If your addresss are set up in Central Address Management as set out below:
1. Entering a PO with NO change of delivery address:
If you enter a normal PO with no change in any delivery address, then In the PO Item, there will be a reference to the vendor address in EKPO-ADRN2; while EKPO-ADRNR will be blank.
This goes for ALL items in the PO!  Therefore it is regarded as the 'header'-level.
Looking in table ADRC (which is where CAM stores its addresses) via SE16 for the reference in EKPO-ADRN2, you will see the plant address. Note, this address has ADRC-ADDR_GROUP = 'CA01'.
2. Entering a PO with change of delv. address
Now, if you change the delivery address by typing in the address name or the street etc, you will save a new address in table ADRC.
In the PO Item, there will be a reference to the PO-specific address in EKPO-ADRNR; while EKPO-ADRN2 will be blank.
Looking in table ADRC for the reference in EKPO-ADRNR, you will see the adress you just entered.
Note, this address has ADRC-ADDR_GROUP = 'ME02'.
Here is a small overview of the different address group, their use, and where they are maintained.
- CA01  Customizing address, storage location or plant address, maintained using transactions OX09 and OX10.
- ME01  Delivery address maintained in the master data,
             Transaction MEAN (EKPO-ADRN2)
- ME02  Manually changed delivery address in PO item EKPO-ADRNR)
- ME03  Vendor address (EKKO-ADRNR).
So, the delivery address (at item level) is linked to the central
address management facility (CAM).
The vendor address (header level) is linked to CAM.
Address data is stored under an address number (key ADRNR) in the table ADRC.
In the case of the delivery address, the system accesses (displays) the address data via the following pointers:
- EKPO-ADRNR  (address entered manually in the item) or
- EKPO-ADRN2  (explicitly specified address number) or
- EKPO-KUNNR  (customer number) or
- EKPO-EMLIF    (receiving vendor)
In the case of the vendor address the system accesses the address data via the vendor master data:
- EKKO-LIFNR -> LFA1-ADRNR
I hope this information help you.
Sanjeev

Similar Messages

  • Address details of a BP

    Hi All,
            I want to get detailed address of a buisness partner like street,city country which are in the structure ADDR2_DATA.
    How can I fetch the data in CRM?

    Hi
    Use FM BUPA_ADDRESS_GET_DETAIL. Just pass Partner no to exporting parameter IV_PARTNER and u will get the address details in importing table ES_ADDRESS, tel no in ET_ADTEL, fax no in ET_ADFAX and email address in ET_ADSMTP.
    This works
    Thanks
    RR

  • How to populate address details in IDOC

    HI,
    I am creating customer master using OILDEB06 IDOC.
    However I dont see the fields like SMTP_ADDR, SORT1, Street 5 etc in the idoc segments.
    How do I pass all the address details along with my IDOC.
    Do I need to use some BAPI or am I missing something inMapping.
    Appreciate your help.
    Thanks and regards

    These are additional address fields which are part of 'Central Address Management'. Pasted below is the documentation associated with it. Basically, you need to add these separately.
    <i>
    Additional address fields:
    There are additional address fields available due to linking the customer and vendor master and the respective contact persons to central address management. This additional address information is stored in central address management's own tables rather than being kept in the actual master tables (KNA1 for the customer master, LFA1 for the vendor master, KNVK for the contact persons).
    A separate transfer run via the ALE interface is needed to transfer this additional address information. This run should be before the transfer run for master data.
    See Transfer of address data.
    If you use number ranges with internal number assignment when creating new customer and vendor masters, the number which is used to identify the master object in the system must be determined beforehand due to address information and master data being transferred separately.
    You can determine the numbers using the following BAPIs:
    BAPI_VENDOR_GETINTNUMBER (for the vendor master)
    BAPI_CUSTOMER_GETINTNUMBER (for the customer master)
    BAPI_PARTNEREMPLOYEE_GETINTNUM (for the contact persons)
    Master data fields for which there is a counterpart in central address management (such as name, street, or telephone number) continue to be filled in the actual master tables. The formatting for these fields within central address management is different from the original formatting of the fields without the link to central address management. We therefore recommend that you only transfer the data for such fields when transferring central address management address information.</i>
    Here is the documentation on transferring address data.
    <i>
    Transfer address data
    You can use the DX Workbench (transaction SXDA) to transfer address data.
    Create a transfer project using the following object types:
    BUS4001 for company and organization addresses (for example, customer address, vendor address, other office address of contact person)
    BUS4002 for private addresses (of contact person)
    BUS4003 for office addresses (composite work address of contact person).
    The address data is entered by the SAVEREPLICA-BAPIs of these three object types.
    For more information about these BAPIs and their interfaces, in particular the meaning of the key fields, see "Distributing addresses via ALE" by choosing Basis --> Basis Services/Communication Interface --> Business Address Services in the SAP Library.
    You can create example files for the DX Workbench from existing address records in the system (for example, in a customer master record ) with the programs RSDXBUS4001, RSDXBUS4002 and RSDXBUS4003. These example files show the meaning of all fields in the Business Address Services BAPI interfaces.
    The programs have the same input parameters as the SAVEREPLICA-BAPIs.</i>
    Please reward and close the post once answered.
    Srinivas

  • VIEW CUSTOMER ADDRESS DETAILS IN REPORT (TABULAR) FORMAT

    When maintaining the Customer Master, General Details such as Customer Name, Search Term, Address, City, Postal Code, Country, Telephone No, Email etc are updated in the General Data screen that is stored in KNA1.
    When I run report for KNA1 in SE16 - the system gives me Name, Search Term, Country, Telephone, City, Postal Code - nowhere it gives me a detailed report of address data stored in Steet 2, Street 3, Street 4
    How do I get the entire Street Address details against Customer Code?
    Please advise.

    Hi
    If you talking about SQVI query, just do a google search and you will find lot of help and guidelines to construct a query.
    In SQVI query you should link KNA1-ADRNR with ADRC-ADDRNUMBER and you should select KNA1-KUNNR, KNA1-ADRNR, ADRC-STREET, ADRC-CITY1 etc as output fields. Then it should give you the correct output.
    If you are talking about ABAP report, it should be similar to what is given below.
    SELECT STREET1, CITY1, .........etc FROM ADRC WHERE    
    ADRC-ADDRNUMBER = KNA1-ADRNR

  • Sales Employee without HR - Maintaining Address Details

    Hi All,
    We are using Sales Employee without HR.
    When the Sales Employee is linked as a partner on a Sales Document, the address details are filled with "XXXX".
    Example:
    Name: Graham Shanks
    Street: XXXXXX
    Post Code: XXXX
    City: XXXXXX
    I want to be able to maintain the address, specifically the email address of the Sales Employee to setup an email output condition for the order confirmation.
    Please assist.
    Regards,
    Tim Reid

    Hi,
    Once you create sales employee without HR,then go to t-code,
    PAL3  or  PA30
    Select infotype text ADDRESS & click on create icon at TOP of leaft hand side
    Maintain the address detail and save it.
    My suggestion is take help of HR consultant, he will configure infotype for address.
    Kapil
    Edited by: Kapildev Farakte on Jan 6, 2010 5:17 AM
    Edited by: Kapildev Farakte on Jan 6, 2010 5:17 AM

  • Bill to address details for PO form

    Hi,
    Can u get the table name and field name (name,other name,house number,street,city,postal code,country,country,tel1_number,extension) for fetching the details of BILL TO ADDRESS for PURCHASE order form

    Hi Jayasree,
    In PO bill to address is generally the Plant Address.
    Are you talking of SAP standard smartform ? If you have Bill to number then you can find the address details from ADRC table by using ADRNR (KNA1-ADRNR).
    Can you please be more specific on this.
    Lanka

  • Consolidation bp Father card address details are not  access in print layot

    Hi.....
    In out going excise invoice Business partner master data in consolidation bp c0005 (View -->System information) father card address details iam not accessing in print layout designer. how I can access father card address  details in print layout designer in sap business one 2005.
    plz anyone help me
    it is very urgent
    Thanks & Regards
    jagan mohan reddy.p

    i created a udf on the business partner master data record and then use the formatted search functionality to update the consolidated bp name to it.

  • Join EQUI table with other table so as get address detail.

    Hi All,
    Can any one help me in the following case :
    I have to pass Equipment No. EQUNR on the selection screen and get Address detail (city, region, state, country, zipcode )
    now I am getting all this address related field in KNA1 table. Also I am able to join this two table with
    KNA1-KUNNR join EQUI-KUNDE as common field.
    Turning point
    when I am passing test data of Equipment No. EQUNR 60099204 I am not getting the address detail,
    because after passing EQUNR I am not getting KUNNR.
    So can any one please help me in joining EQUI table to some other table with field name so that I can get the address detail.
    Thanks

    Hi,
    The join between the table EQUI-kunde  join  KNA1-kunnr is ok but it not working for every value.
    Example :-
    In EQUI table when we pass  Equnr - 60099204 we need to get some value in KUNDE field, then only it will join to KNA1 table. But this is not happening, I am not getting value for KUNDE, hence join is not performing.
    So I need some other solution so that when we pass EQunr we can get the address details
    one thing more equnr  60099204 is having address detail, if we'll check IE03 (transaction by clicking address envelop)
    Thx.

  • Up date address details

    Hi all,
    i am facing a problem to update address details such as name1 and name2.
    more clear : already adress number exist and i need to up date name1 and name2 fields only .
    if any body have idea pls share with me.
    this details belongs to equipment.
    thanks,
    saleem . shaik

    Hi,
    Table is ADRC.
    data itab like standard table of ADRC.
    get all the info into it.
    loop at itab.
    update ADRC from ITAB.
    if sy-subrc = 0.
    commit work.
    else.
    roll back.
    endif.
    endloop.
    This is the example hoe u should approach.
    Thanx.
    if this helps u reward with points.

  • Address details for Cash Desk

    Hi !
    We are trying to output invoice / receipt from a cash desk. Where can I find the address details pertaining to this cash desk ? Or to which specific organizational object (that contains an address) is the cash desk assigned to ?
    We are using FI-CA on 4.7.
    TIA.
    Cheers,
    SAP Developer.

    Hi,
    Shipping Point Address:
    Goto the table TVST, give the shipping point and get the adrnr.with this you can go to ADRC Table and get the address field values.
    Ship to Party Address:
    Here is the link
    1. VBPA-VBELN = LIKP-VBELN AND VBPA-PARVW = 'WE'.
    2. ADRC-ADDRNUMBER = VBPA-ADRNR.
    Regards,
    Satish

  • Table for User Address details

    Hi All,
    I wanted to know in which table the address of the employees (users) saved in SRM5.0? I checked function module BAPI_BUPA_ADDRESSES_GET, but it just links the business partner number to the Address Guid. How do I find which address detail is linked to this Guid? I checked table ADRC, but couldnot find it there. Could anyone help me on this?
    My actual issue is that, for a particular user,the address information doesnot showup in the shop screen(when I try searching for this user using 'shop for' option). The users in SRM are replicated from HR Org structure in ECC6.0
    So, I wanted to know which table of SRM is not updated with the address linking this user.
    For this particular user, I can find 2 address guids from the function module, BAPI_BUPA_ADDRESSES_GET. Is that the reason for this issue?
    How do I resolve this?
    Regds,
    Ancy

    Hi,
    The link between these two business partner number is Person number.. Following is the architecture..
    1) User will have a Business Partner number in SRM
    2) Company/org will have a Business partner number in SRM
    3) There is something called User and company relationship will exist by person number, i.e. User's official information like  Building, Floor, Room Number are stored under company's /org's BP address number refer to person number..
    BP u2013 Business Partner *************
    This should be helpful..
    Thanks!!
    Bharath

  • Getting vendor name and addreess and as well Emp name &address details

    Hi Experts,
    1.Can any one help to fetch Vendor name and address details based on LFA1 and  ADRC tables.
    2.fetch  employee name and address details based on PA0001 and  PA0006 tables.
    Please tell me the addres field of a  employee in PA0006 table.
    Thanks
    Nagraj

    Vendor & Addr details
    Get Vendor Number from Lfa1-lifnr
    pass that to table lfa1-adrnr     "Address Number
    pass that address number to adrc-ADDRNUMBER
    get all address details from ADRC Table
    Employee Details:
    we have Personnel number is common in between PA0001 and PA0006 tables.
    so first we need to get Personnel number .
    after that we can get employee details from both tables.
    we will get Personnel numberfrom PA0003 table.

  • "Ship To Address" details missing in the SC and subsequent documents

    Hi All,
    We have a strange situation.
    There is no "Ship To Address" details in the shopping Cart and its subsequent documents.
    This happens only for some shopping carts.
    As per my understanding "Ship To Address" is a mandatory partner information without which the Shopping cart should not be created at all.
    Can anyone please let me know the possible reasons for "Ship to Address" not being present?
    Thanks & Regards,
    Mayank

    Hi Mayank,
    Have a look at the following OSS Note:
    Note 738534 - Ship to address disappears when product category is changed
    Note 953657 - BBP_POC: Ship to address cleared during change of PO item
    Note 1022048 - BBPSC03: Ship-to address gets cleared off
    Hope it helps.
    Thanks,
    Pradeep

  • Error while entering address details in company code master data.

    Hi Experts,
    I am getting error while i am entering address details in company code master data that is while i am creating new company code.
    ERROR: message No. AM216
                  Incomplete Address : Enter Country.
    Here eventhough i am entering country as "IN" then still i am getting error.
    Thanx,

    Yes that is right what is mentioned above, first you give the company code and name then give the currency then select address (Shift+F5) and in that if you select country as IN then it will automatically come to master data.
    Edited by: venkata986 on Aug 31, 2010 12:31 PM

  • Address details for next column.

    Hi experts,
    i have an  issue, which the program downloads the customer data into an excel sheet.
    while download to excel they are printing Communication address details in single cell line by line,
    for that they used ' cl_abap_char_utilities=>newline ' class..
    now my requirement to change the single cell address details to next column..
    ie., they want to display address1 in one cell and address2 in next column cell... so on like that..
    can you suggest me, is there any class or any other logic..
    Thank you
    Regards
    Ramesh

    Hi,
    why you don´t tell us sth about your system, if it is a Z report, a standard functionality.....
    Not enugh details -> No community answers.
    Cheers,
    André

  • Update  address details of connection object

    Hi,
    I need a FM/BAPI to update address details of connection object.
    I'm currently using ADDR_UPDATE and 'ADDR_MEMORY_SAVE'  I'm able to successfully update 9 address lines.
    But not the telephone and fax number.
    Hence I need a FM/BAPI to specifically update telephone and fax number of connection object.
    Please suggest.
    Thanks.
    Priyanka Ashtekar

    hi,
    refer ti this link...
    Updating Connection Object Address

Maybe you are looking for