Customer master data updation from one system to another system

HI  Experts,
I have an issue with customer master data updation from one system to another system. And here only one field is not updating properly from one system to another system. and we found this is through idoc , but we don't find field in any segment.
and the field is called ADDR1_DATA-HOME_CITY.
and this will displayed as different city in address column.
but as per the notes given in help , it is by program , form through only passing. but not able to trace and as per my analysis ADRC table , ADRNR  had this field HOME CITY.
And this is for some customers updating wrong one from one system to another system , and for some customers field itself not updating in address column.
please can you suggest any one. here are screenshot for your reference.

that is not enough, it was enough in times before 40b release, but this was in the  last century
Please read OSS note 384462 - Master data and addresses
it explains what you have to do for ALE

Similar Messages

  • Customer master data copying from one sales order to other

    Hello Friends,
    I have requirement on customer master data maintenance, When ever i create a customer in one sales area it has to copied automatically to other sales area.Even if i change also system should replicate the changes to same customer in other sales area.
    How can i achieve this?
    Please help me

    Hello,
    Create Common Distribution Channels & Common Divisions.
    This will make sure that Master Data you create for one Sales Area is valid for other Sales Areas also...
    Proceed here:
    IMG - Sales and Distribution - Master Data - Define Common Distribution Channels
    IMG - Sales and Distribution - Master Data - Define Common Divisions
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • QM master Data copy from one client to another client

    Hi QM guru...
    Kindly suggest me how i will copy all  qm master data  from one client to another client
    QM master Data like....Catlogs. MIC inspection method. sampling...etc
    Kindly suggest me how i will copy all master data
    Thanx
    Regards
    Akil

    Dear Akil,
    I think that LSMW can be of help in this case.
    Otherwise, please check with your ABAPer whether any BDC is there for mass uploading of master data.
    Regards,
    Kaushik

  • Purchase Order Data transfer from one client to another client

    Suppose i have created some purchase orders in one client( development server) and that are accurate according to our need .
    Now instead of creating same purchase orders again in production server is a useless task.
    SO i want to upload these purchase order directly from SAP development client to production client.
    How to execute this task.
    Please help me  out.
    I think it needs ALE concept .
    I know the ALE concept but i never uploaded the transaction data through ALE only i have uploaded the MASTER DATA.
    For eg i have transfered the material from one server to another server but never transfered the purchase order.
    CAN anybody help me out with simple example then it will greatful to me.
    Thanks a lot

    hi u can use BAPI to call that PO FROM ONE CLIENT TO ANOTHER CLIENT.
    FOR that, use, data: wa_destination type gsval.
      CASE sy-sysid.
        WHEN 'DVH'.
          CONCATENATE 'DVC' 'CLNT' '021' INTO wa_destination.
        WHEN 'QAH'.
          CONCATENATE 'QAC' 'CLNT' '129' INTO wa_destination.
        WHEN 'SUH'.
          CONCATENATE 'SUC' 'CLNT' '222' INTO wa_destination.
        WHEN 'PRH'.
          CONCATENATE 'PRC' 'CLNT' '222' INTO wa_destination.
      ENDCASE.
    call function  BAPI_PO_CREATE DEATINATION WA_DESTINATION
    COMMIT
    REWARD POINTS IF THIS IS USEFUL

  • Copy Version-Budget data copied from one version to another-How to view Data in Copied Version.

    Dear All,
    Budget Data is copied from one Version to another Version using Tools>copy Version option. How can you view Data copied to new Version, when you receive a message Version is successfully copied.
    I think we can do that by selecting appropriate version in the version dimension while accessing the Forms or in Smart View.
    Can you please let me know how to do this or different options available with this process.
    Thanks in Advance for your valuable time...

    A form to check the data with the correct POV, a Smart View query, excel addin retrieve, financial report, export data, report script, take your pick.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Remove double records during data upload from one InfoCube to another

    Dear Experts
    We have transactional financial data available in an InfoCube including cummulated values by period . Some companys have 12 reporting periods (0FISCPER3) and some companys have 16 periods (but all 16 periods are not always filled) . The data must be prepared for a consolidation system which expects only 12 periods. Therefore I bulit up a routine with the following logik:
    If period > 12, result = 12, else result = source field.
    But as the data target is (must be) an InfoCube the new values with reporting period 12 are not overwritten, but summarised instead. This means the original records with period 12 and the new records - see example:
    Records before transformation:
    Period   Amount
    12          100
    13           120
    Records after transformation in the InfoCube:
    Period   Amount
    12          100
    12           120
    This would lead to the following aggregation:
    Period   Amount
    12          240
    But as the values per period are cummulated, the consolidation system only needs the last period. So there should be only  one record left in the InfoCube:
    Period   Amount
    12           120
    Is it possible to delete dublicate records or do you have any other idea to to keep only the record with the last period (e.g. period 13) and to assign the value 12?
    Thanks a lot in advance for your help!
    Regards
    Marco

    Hi,
    You have two options here, you can put DSO in between the Datasource and infocube, and load the delta using the change log.
    Second is use delete the overlapping request from the infocube, it will delete the previuos requests and load the new request.
    Check the below article:
    [Automatic Deletion of Similar or Identical Requests from InfoCube after Update|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0431c48-5ba4-2c10-eab6-fc91a5fc2719]
    Hope this helps...
    Rgs,
    Ravikanth

  • Copy data pages from one workspace to another in JDev 10.1.2

    Hi:
    I have a workspace-1 that has a model and viewcontroller projects. No, I created another wrokspace-2. I created the same model. When I tried to copy the data pages from workspace-1 to workspace-2, it didn't allow me. Can't this be done? Have I to create the datapage every time from the, Component pallette and Data controls.

    Hi,
    In JDeveloper 10.1.2 there is no refactoring support for this. You can always copy the files on the filesystem and add them to the second workspace
    Frank

  • Data loading from one table to another

    Hi,
    I want to load some data from a temp table to a master table. The master is having 40million records and the temp table is having 23 million records. Master table is having around 50 columns and we are adding 4new columns and the temp table is having 5columns. The data for these 4new columns are available in the temporary table also the employee column is there in common to these two table.
    I used a stored procedure to load the data, whcih uses a cursor. But its taking more that 6hours to load.
    Can any one suggest me a good technique to load data faster?
    Thanks,
    Santhosh.

    hi consider this case scenario which matches with yours.
    first of all you have to update not insert in master table.
    master table = emp with columns (emp_id, emp_name, emp_designation)
    to this original master table you added two more columns emp_salary, emp_department
    so now your master table looks like emp_id, emp_name, emp_designation, emp_salary, emp_department
    but when you do select * from master table, the last two columns salary & department are blank.
    Now you have another temp table with folllowing columns (emp_id, emp_salary, emp_department)
    now emp_id is common to master & temp tables & you want to put values from temp table into master tables? I think this is what ur trying to do..
    so for the above case the query i would write is
    update master_table m set m.emp_salary=(select t.emp_salary from temp_table t where
    t.emp_id=m.emp_id);
    commit;
    Regds.

  • Data transfer from one frame to another

    Developers
    I am new to swing :)
    I am working on employee information system. I am taking some employee information
    (say name, address, telephone) on frame1 and after clicking
    next button which is on frame1, displaying that information on frame2.
    On frame2 I am taking some more information about that employee and after clicking
    on next button of frame2, I am displaying all information from both frame1 and frame2 on
    frame3. On frame 3 there are 2 buttons say save and back.
    If user clicks on save his information will be saved in DB or if user click on back
    he will be forwarded to back frame.
    So how can I proceed? How and where can I store the information from frame1 and frame2
    which I am displaying on frame3
    With anticipatory thanks

    I agree with the card layout idea, but in general, if you want to store data together that comes from multiple views, then using the Model/View/Controller pattern is often the way to go.
    The main idea is to have one class (the model) that stores all the data, one or more views that can display and update it, and a controller class to tie everything together and give access from the outside world. Often, in simple cases, the controller and view are in the same class, but in your case, perhaps not. Alternatively combining the model and controller may make sense, and then just have separate view classes.

  • Error while data shifting from one table to another table

    i have two tables.
    in one table i dont have constraints.in anothe rtable i have constraints.
    my requiremnt is i have to shift data from unconstrained table to constrained table
    while shifting data any constaint violation is there system hasto raise error by specifying the error
    in below example it should be ename,esal values not null.
    i tried with save exception but it gives only error.i want error by mentiong that column names also ie ename,esal is not null
    if ename value only null then it should be give ename is null
    create table tablea (eno number(10), ename varchar2(20) not null, esal number(5) not null)
    create table tabl (eno number(10), ename varchar2(20) , esal number(5) )
    DECLARE
    TYPE tabl_tab IS TABLE OF tabl%rowTYPE;
    tab tabl_tab;
    -- create an exception handler for ORA-24381
    ERRORS NUMBER;
    dml_errors EXCEPTION;
    PRAGMA EXCEPTION_INIT (dml_errors, -24381);
    BEGIN
    SELECT *
    BULK COLLECT INTO tab
    FROM tabl
    WHERE rownum<=2;
    -- add '_SR' to the job_id of the most senior employees
    FORALL i IN tab.FIRST .. tab.LAST SAVE EXCEPTIONS
    insert into tablea values tab(i);
    EXCEPTION
    WHEN dml_errors
    THEN
    rollback ; --roll backs all the good records updation
    -- Now we figure out what failed and why.
    ERRORS := SQL%BULK_EXCEPTIONS.COUNT;
    DBMS_OUTPUT.put_line ('Number of statements that failed: ' || ERRORS);
    FOR i IN 1 .. ERRORS
    LOOP
    DBMS_OUTPUT.put_line ( 'Error #'
    || i
    || ' occurred during '
    || 'iteration #'
    || SQL%BULK_EXCEPTIONS (i).ERROR_INDEX
    DBMS_OUTPUT.put_line ( 'Error message is '
    || SQLERRM
    (-SQL%BULK_EXCEPTIONS (i).ERROR_CODE)
    END LOOP;
    END;
    how to implement that.

    it should give error as ename column is not null

  • Is there a way of swapping all data over from one ipad to another ipad and vice verse?

    Another family member and I both have iPad 3, they have with 3g and mine just wifi. We are discussing swapping so I can have the 3g feature as its more useful for me. Is there a way of swapping all their data to my ipad and my data to their ipad so it is a straight swap?

    What you want to do would be no different that restoring your current content to a brand new iPad. You should both do as described below and then erase your respective devices and make the swap.
    First ... and you both want to do this.... Transfer purchases from your iPad into iTunes on your computer, backup the iPad and then sync with iTunes.
    These two articles will explain how to do that.
    Transfer purchases.
    http://support.apple.com/kb/HT1848
    How to backup and restore from a backup
    http://support.apple.com/kb/HT1766
    You may want to import photos from the device to your computer as well so that you can sync them back at a later time. Your camera roll photos are stored in the backup, but it never hurts to be proactive.
    Read about importing photos here.
    http://support.apple.com/kb/HT4083
    After you have transferred purchases, backed up and transferred photos, you can erase your iPad before you swap devices. Settings>General>Reset>Erase all content and settings. That will completely wipe your devices.
    Now you can swap and you will both be starting from scratch like you did when the iPad was new.
    When you re-activate the new iPad, the one you are getting from your family member - toward the end of the activation process you will be given the opportunity to restore from an iCloud or iTunes backup. You want to select the iTunes option. So you will have to connect the iPad to your computer's iTunes and restore from the backup and then sync with iTunes.
    Restoring from the backup will recover all of you app data and settings, syncing with iTunes will recover all of your apps, books, photos, music and other media

  • Data Loading from one table to another in the Same Database based on conditions .

    Hi ALL ,
    I have 2 tables Products and Product_info .
    Product_info table Product_id is Primary key but not an identity column so auto increment of number needs to be performed from the Package only .
    Requirement is :
    IF the Product_ID is = 20 and Date lies in the previous month not the current month in the Products table then 
    insert into the Product_info table based on below mentioned information .
    1.If the Name  has tap then ignore it completely don't perform any insert for it.
    2.If the Name has Zork in it then perform 2 inserts in the Product_info table having Product_info_id's 1 and 2 .
    3.If the Name doesn't contains Zork or tap insert it in the Product_info table having Product_info_id 4.
    Very new to SSIS package development it will be helpful if you can provide detailed information .
    Source Table (Products table )
    ID
    NAME
    Product_ID
    Date 
    Area_ID
    1
    P_tap_rus
    20
    13-01-2014
    3
    2
    Enc_sap_top
    10
    15-01-2014
    4
    3
    Yorl
    20
    05-02-2014
    5
    4
    zork
    20
    20-01-2014
    6
    5
    fadbt
    10
    22-01-2014
    6
    6
    xyzzz_oprt
    20
    28-01-2014
    5
    7
    def_type_ru
    20
    06-02-2014
    2
    8
    acd_inc_tup
    10
    07-02-2014
    3
    9
    bnf_dlk_fbg
    20
    03-02-2014
    4
    10
    rtyui_vnmghj_sfdl
    10
    12-01-2014
    5
    11
    wlwf_10103_123
    10
    04-02-2014
    9
    Destination table  (Product_info)
    Porduct_ID
    ID
    Area_ID 
    Product_info_ID
    Column1
    1
    3
    5
    4
    As NameString doesn’t contain Zork or Tap 
    2
    4
    3
    1
    As Id is 4 so 2 inserts one for 1 and other for 2 in the Product_info_id column
    3
    4
    3
    2
    4
    6
    5
    4
    5
    10
    5
    4
    6
    11
    9
    4
    Please let me know if any other information is required .
    Thanks
    Priya

    Hi Priya,
    You mentioned this was coming from two tables right? I believe I would try to perform the transformations with T-SQL in my source (If this is a possibility for you). Below is an example of something you could do.
    WITH CTE
    AS
    SELECT ID, Product_ID, [Date], Area_ID,
    CASE
    WHEN Name like '%Zork%' THEN 1
    ELSE 4
    END AS Product_Info_ID
    FROM [YourTable]
    WHERE Product_ID = 20 and MONTH([DATE]) = MONTH(DATEADD(MM, -1, GETDATE())) AND NAME NOT LIKE '%tap%'
    SELECT *
    FROM CTE
    UNION
    SELECT ID, Product_ID, [Date], Area_ID, '2' AS Product_Info_ID
    FROM CTE WHERE Product_Info_ID = 1
    I hope this helps, Regards.

  • Data Migration from one division to another division

    Hi,
    I am in service industry project where unbiiled/unearned/revenue accounts gets hit through SD.
    Now due to restructuring one division is splitting into 3 division.So we need to migrate the data from that one division into new 3 division for which we have a identifier.
    The actual problem is different reconcilliation accoount is mapped to each division.So how to move the open items of old division in to 3 new division means unbilled/unearned rev.
    Thanks in Advance
    Regards,
    Satya

    hi
    pass a manual JV.

  • Urgent ,Copy data form from one folder to another

    Hi all,
    I want to know how to copy a bulk of data forms in a folder X to another folder Y.Both X and Y folder under a common parent folder Z.
    Thanks,
    ColDFire

    If you wanted to just move them then you could of done it in planning.
    Otherwise you can try using LCM or the formdef utility to export to xml, update the folder name in the xml then import back in.
    Try it with one to see if it works, I doubt it will work if the folder name is the same but under a different parent.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How can I switch a data plan from one line to another?

    I have 5 lines on my account in a Nationwide Family Plan. I have a question about these two lines:
    A: Smartphone, 2GB Data
    B: Smartphone, 4GB Data Promo
    Line A has been using about 3GB every month due to no wifi access, while Line B uses less than 1.5 GB a month as they work from home.
    I can't see upping Line A's data as the next available tier is the 5GB for $50/month, and there is literally no way I would ever consider a Share Everything plan, they are just too expensive for my needs (i have unlimited on my line and use 5-9GB a month)
    Is there any way I can swap the data between the two phone numbers? Or just switch the phone numbers between the two phones? I can always swap the SIM's myself (they are 4G devices).
    Thank you for any input you may have!

    Your suggestion is to trade phone numbers. For example your example is Mom has XXX-555-1111 and Dad has XXX-555-2222. They would have change to Mom with the 2222 number and Dad with the 1111 number. All their contacts would have to call a new number to get that person.
    For the OP to keep the numbers associated with the original person (Mom-1111 & Dad-2222) it isn't possible to switch phone numbers associated with a specific line's contract and features.

Maybe you are looking for