Maintain Vendor Customer addresses in synch

Hi all,
    As you all aware that, there could be a scenario where a person can act as both Vendor and also a customer. So, in that case, is there any simple way, where we can keep both the Vendor master and the customer master addresses in synch? Means, suppose, if there is a change in vendor address, we need to have customer also changed to the same address.
    I can acheive this functionality by writing a function module and calling it in the SAVE user exit of the Vendor master or so. Or else, writing a program and keeping that in a batch process. But, if anybody knows a simple way of acheiving it by configuration or any idea like standard function module, etc which does the same; please let me know.
Thanks in advance,
From,
Adithya K

Hi Adithya,
               Please check for the following link regarding BAS (Business Address Service). Also you can go through the concept of CAM (Central Address Management).
http://help.sap.com/saphelp_nw04/helpdata/en/12/ad79775c5811d3b4ea006094192fe3/frameset.htm
Reward points if the above were useful to you.
Regards
Abhishek

Similar Messages

  • Please first maintain vendor's address

    hi Experts,
    While doing ME41. I found this emails. I check in XK02.but dont know how to find..
    Please first maintain vendor's address
    Message no 06043
    Kindly reply..
    regards
    Babar

    Hi,
    Please check the below link with Point no : 20
    http://help.sap.com/saphelp_ides/helpdata/en/fd/45c39e9d6411d189b60000e829fbbd/content.htm

  • SAP MDM Vendor email addresses are not in order when sent to SAP R/3

    Hi Experts,
    We were trying to maintain vendor email addresses in this order in SAP MDM:
    E-mail address: massupa@nexus
    Sequence Number: 001
    E-mail address: win@nexus
    Sequence Number: 002
    E-mail address: satita@nexus
    Sequence Number: 003
    But when saving the record, its order get mixed up like below: (I believe it was arranged alphabetically automatically---> is this the standard MDM functionality?!)
    E-mail address: massupa@nexus
    Sequence Number: 001
    E-mail address: satita@nexus
    Sequence Number: 003
    E-mail address: win@nexus
    Sequence Number: 002
    When it gets syndicated to ECC, its order was maintained incorrectly with incorrect IDs:
    E-mail address             ID
    massupa@nexus        001
    satita@nexus              002   -
    > should be 003
    win@nexus                 003  -
    > should be 002
    we checked both the XML Files and the IDOC and found that it has the same order maintained in SAP MDM
    massupa@nexus        001
    satita@nexus              003
    win@nexus                 002  
    But how come the IDs were changed in R/3?
    Many thanks in advance!

    Hi Mike,
    As per your requirement, i feel that for ID either you can create a new field say sequence ID in this e-mail addresses table of MDM and thus can syndicate it or can also use ID as key using remote key concept. I mean for this e-mail addresses table, you can set property Key mapping = yes  in MDM Console and thus can use this IDs as key for this email address e.g. for massupa@nexus you can save ID as Key.
    So during syndication, map this field with target IDOC structure field and I mean Remote Key under e-mail addresses table with IDOC ID target field. In this way you can have correct IDs with their corresponding email addresses.
    Kindly let me know if you are looking for something else.
    Regards,
    Mandeep Saini

  • Change of customer address copied to linked vendor address

    Dear.
    When I change the customer master address using XD02 the system automatically copy this to the linked vendor master address..
    I need to maintain different address how can I avoid this automatic change ?
    Thanks.

    are you certain that this autochange  is not a customized functionality in your system?

  • How to get customer and vendor street addresses 4 and 5?

    I need to know what table/field has the customer and vendor street addresses 4 and 5 stored in to them and how to access these fields.
    This is for mapping on a LSMW customer and vendor data conversion.
    Thanks!
    Scortt

    Thread should be moved to
    Such fields do belong to address management tables. eg:ADRC-NAME3, ADRC-NAME4...
    In other words they do not belong to customer master data so they are not reachable directly from customer master data fields.
    The link is KNA1-ADRNR = ADRC-ADDRNUMBER
    You might face difficulties in the mapping except if you plan to process in LSMW both DEBMAS idocs AND ADRMAS idocs
    Alain

  • CATT - vendor/customer master address field length over

    Dear all,
       when use CATT to record vendor/customer master,the address some fields length are over recorded field length(ex. ADDR1_DATA-NAME4,ADDR1_DATA-STR_SUPPL3...etc)
    is there any config in CATT to solve this kind of problem?

    When you are doing your LSMW batch input recording, on selection screen (where you specify the sales org, distribution channel, division, account group, etc) please put a flag on "Use central address management" checkbox (SAPMF02D 0100 >  USE_ZAV).
    In this case you should be able to see and fill the desired fields.

  • 0Employee/Vendor/Customer Email Address

    Hello,
    Does anyone know how to get the email address into BW for an employee, vendor, or customer?  The email address resides in the R/3 table ADR6, however, the email address is not referenced by the employee/vendor/customer number.  So I'm not sure how to make the link from employee/vendor/customer master data to the corresponding email address.  Any suggesstions would be greatly appreciated.  Thanks!

    Hi Shelly,
    Create a generic funciton module on tables KNA1,.LFA1..with ADRC..
    Example:-
    For customers go to KNA1 table..for a customer number..and get the field <b>ADRNR</b>.. Retrieve the email info from table ADRC field <b>FLAGCOMM6</b> based on the address number <b>ADDRNUMBER</b>. Check if the SMTP info is populated in this field for given address number..
    Same is the case with vendors..
    Go to KNA1 get the addressnumber and retrive the mail info from ADRC table based on address number
    Regards
    Manga(Assign points if it helps!!)

  • Check on vendor email address change before saving PO

    Hi All,
        I need to check Is there any change in Vendor Email address in PO before
    saving. I am trying to find userexits.
    I found some like EXIT_SAPMM06E_012, But here I am not getting complete
    Vendor address...
    Req: I am maintaing multiple email address for Vendor at PO header level.
    Here is the path:  PO Header --> Address tab --> Click on Address Details
    --> Here we can maintain(Insert/ Delete/Change) multiple e mail address.
    So I need to check is there any change in email address before saving.
    Could you please any body help me on this....
    Thanks
    Rays

    Hello Rays,
    One base question,
    Are you going to check the vendor email address manually before saving the PO?
    The vendor address in the puchase order is copied from the vendor master so you can maintain email address (single or multiple) in the vendor master before creating the purchase order. At the time of purchase order creation/save, you can change the default email address and use this to trigger PO to vendor.
    By the way, user exit EXIT_SAPMM06E_012  (Check Customer-Specific Data Before Saving) is used for custom field not for SAP std field.
    Hope this helps.
    Arif Mansuri
    Reward the points if answer is helpful.

  • Vendor Change address

    Hi All,
    In vendor change address(xk02),  the field values of "PO Box "  & " Postal Code" field were 680 and 15106 respectivly. Now when i am just editing the field value of "PO Box " from 680 to Null (blank) & saving, i am getting the error "Specify PO Box for PO Box Postal Code". I am not changing " Postal Code" field value which is 15106. Need to know why is this error is coming.
    Thanks

    Hi,
    As per the scenario, as you don't want to change you your postal code so  you can maintain you postal code in street address heading which is just above  P.O.Box address heading. Also go still if fhe problem persists, then go to customizing and make both fields under P.O Box address as display only.
    I hope this helps.
    Regards,
    Tushar Patankar

  • Vendor / Customer Master Report

    Dear Experts,
    Would you please inform me if there is any standard report in SAP which generates master for all the customer / vendors created, having below mentioned fields:
    SAP Code
    Vendor / Customer Name
    Address
    Contact Details
    Telephone no
    Mobile No
    E-Mail id
    Company Code
    Date of code creation
    Nature of vendor / customer
    Date of Birth / Incorporation
    PAN No.
    TAN No.
    Service Tax Registration No
    Bank Details
    Tax code attached to them
    Thanks & Regards,
    Ripon Paul

    dear friend,
    please try S_ALR_87012179 (customer list) and S_ALR_87012086 (vendor list)
    you would also try to build sap queries based on KNA1 , LFA1 tables
    good luck!

  • Maintain Vendor for the excise invoice

    Dear Guru's,
    While creating goods receipt (In STO Process), I am facing the following error,
    "Maintain Vendor for the excise invoice"
    How to solve this one.
    Regards,
    CS

    Hi CS,
            Check whether you had maintained the vendor(supplying plant) in J1ID and also check whether excise indicator 1 is there.
    And also check whether vendor (supplying plant ) is linked with customer in vendor master in Account control tab and also check whether vendor master (supplying plant) is linked to your customer master in control data ....
    Hope this will serve you..
    regards,
    Patil

  • In STO process, am getting error in GR"Maintain vendor for Excise invoice "

    Hello
    In STO process(MM route) I have prepared excise invoice by J1IS. While preparation of  J1IS i have enterd customer(recieving plant as customer).I have also mainatin the the supplying plant as vendor in J1ID. But when i am trying to capture the excise invoice at recieving plant during GR am getting error "Maintain vendor for Excise invoice "
    Kindly suggest
    Regards
    Manish

    dear sir
    please check in customer master record , in control Data tab, vendor master assigned .
    if not assigned the vendor master in customer master.
    regards
    jrp

  • Ship to Party / Customer address is not correct in Third party PO Printouts

    Hi,
    I am creating Third party PO, concevrted from Qutation-SalesOrder -automatic PR to PO.   In these  POs,  Ship to Party address is replaced by Vendor's address in PO Printout(ME9F).
    How to avoid this? Is there any setting avilable in SD or MM.
    This problem occures in Production server with only few orders-  not in all POs  and in Quality Server it is working fine without any problem.
    In all problematic POs, it is observed that Customer code appaers in PO -Delivery tab in field "Address" insted of in field" Customer" 
    Please try to give solution,
    Thanks & Regards
    Ajay.

    hi
    VOPA
    - select sales document header
    - click on partner procedures
    - double click on "TA-standard order"
    - here you will see the partner function & the columns & the entries shoulbe as under:
    Func..........Desc................Not changeable.............Mandat. Func.......Source............Seq.
    SP.........Sold to party...............X.....................................X.....................---.................--
    SH.........Ship to party..............--...................................X....................*.-..................--*
    BP.........Bill to party................--...................................X.....................-..................--
    PY...........Payer......................--...................................X.....................-..................--
    This setting will allow you to change the partner in the sales order.
    Hope this clarifies your doubt.

  • Maintain Vendor Excise details - MIGO error

    Hi all........
    Im doing Stock transfer from one plant to another plant within a company code through stock transport order.
    I created STO in receiving plant, after the I created outbound delivery in VL10B and PGI in VL02N in supplying plant. With Post Goods Issue Material document I created Excise Invoice in J1IS.
    While doing MIGO in receiving plant I hve to enter the same Excise Invoice number which I created in supplying plant.
    When I enter the EI number system is recognizing the number.  But the problem is when I click on save its giving error "Maintain Vendor Excise details".
    In sto we will not mention any details then y system is giving this error.
    Please suggest.
    reg
    Durga Ram

    Hi Durga
    There are few check points to resolve this problem
    --Check for vendor master for plant XYZ & in control data we have to maintained the customer no. e.g. 999 for XYZ
    ---Check in J1ID Chapter id,Material and Chapter Id Combination whether you have maintained or not, if not maintained it
    --- Check J1ID whether you have maintained the Vendor excise Details for That supplying plant, if not Maintained it.
    i hope this will get resolved your problem
    Thanks

  • Vendor/Customer Account Group and Master Records

    Hi Gurus,
    Please tell me during implementation Vendor/Customer account groups and Master Records will be prepared by FI Consultants or MM, SD Consultants?
    Waiting for reply
    ThankYOu

    Dear Verma
    It is the usual practice that FI consultants should prepare Account group and also maintain General data and Company code date in Vendor/Customer masters. SD and MM consultants are informed by FI to maintain Sales and Purchase organization respectively by SD and MM consultants.
    If this helps please reward with points.
    Best Regards
    Kesav

Maybe you are looking for

  • I can connect to wireless network, but it doesn't work

    I am able to connect to my wireless network from my iPad and iPhone, but it's not working.

  • Drag and drop image problems, Keynote

    I have used keynote for years, however, all of a sudden, I  (and other keynote users at my school) can no longer directly drag image files from the Finder into the the Keynote navigator side bar. Any help please? We are all running Mountain Lion.

  • Some Menu Bar Icons will not appear upon restart or boot up

    my menu bar icons for some reason will not appear at the top of my screen some will show but the Airport icon, Fax Menu, Spaces icon, battery meter and I don't have to many icons as some people do I have to go to System>Library>CoreServices>Menu Extr

  • Burning CD's from SVHS videotapes

    I am working with attorneys who want me to turn SVHS deposition tapes into CD's for them to use on Trial Manager Software for PC. Can I do that with a Power MacG5 and if so, how?

  • Packing Split Stereo Files in a Take (Comp) Folder

    Hi everybody is it possible to pack Stereo Split Files in a take-folder. I can do this with interleaved files, but not with split stereo files.. Thanks Bernhard