IDoc issue - update address data vendor

We make use of iDocs to interface our vendor master data from an AS/400 system to SAP ERP.
But we now have an issue with the address data updates of the vendor.
If we check the vendor with XK03 - Environment - Field Changes:
Date: 12/02/2010
Field: City
New: LOUISVILLE KY 40290-1076
Old: CINCINNATI OH 45274-0124
But in XK03 the field city still contains: CINCINNATI OH 45274-0124 (and not the new updated city)
Table LFA1:
LFA1-ORT01: LOUISVILLE KY 40290-1076
LFA1-MCOD3: LOUISVILLE KY 40290-1076
Table ADRC:
ADRC-CITY1: CINCINNATI OH 45274-0124
ADRC-MC_CITY1: CINCINNATI OH 45274-0124
If we check WE05 ---> green flag, so no error while updating vendor master data (+ correct city is in E1LFA1M)
This is not always an issue - so not all vendors have this issue.  If we reinterface the same vendor later, the address data is upated without any issue.
How can this be solved?
Kind regards,
Lieselot...

Check if there is some custom code concerned or not.
If not, check sap notes, then ask sap support to help you solve the issue.
Otherwise custom code may handle incorrectly something, but I can't tell you what!

Similar Messages

  • Inbound idoc for updating delivery date of purchase order

    Hi All,
    Our vendor sends a delivery file consisting of delivery date and quantity(could be partial) for line items of a purchase order.
    I need to update the Purchase order line item with the delivery date and quantity sent from the Vendor. It should add a new confirmation line with custom confirmation category in the confirmation tab of the line item in the Purchase order.
    Each time we get a delivery file we need to add a new confirmation line in the confirmation tab of the purchase order line item.
    How can I get this working using inbound idoc processing? Which Idoc type should I use to solve my issue. Will ORDERSP work for my scenario?
    Thank you,
    Sonali.

    >
    sonali ashi wrote:
    > We have all EDI set up done for ORDERSP idoc in our system. Problem when I use this idoc type by default system is always adding confirmation catgeory 'AB' but we want our custom  category to be added instead of 'AB'.
    > Edited by: sonali ashi on Dec 23, 2010 9:47 PM
    Confirmation category used for order acknowledgement is define in configuation. You can change that from AB to your custom condition and EDI should pickup that.
    SPRO->Material Management->Purchasing->Confirmation->Define Internal Confirmation Category
    >
    sonali ashi wrote:
    > I have also noticed that 'AB' confirmation accepts only full quantity order acknowledgement through Idoc processing.
    > Manually I can add a "AB" confirmation for partial quantity but in the idoc processing it fails.
    > Edited by: sonali ashi on Dec 23, 2010 9:47 PM
    Check tolerance limit defined for confirmation category in 'Conformation Control' Node in SPRO at same level as above.
    Regards,
    Pawan.

  • Issue updating a date

    UPDATE environment_booker
    SET expiry = '30/12/2006'
    WHERE environment_name = 'Test name 1'
    gives the error
    ORA-01843: not a valid month. It is a format issue I guess.
    This is the table
    SQL> desc environment_booker;
    Name Null? Type
    ENVIRONMENT_NAME VARCHAR2(50)
    DESCRIPTION VARCHAR2(50)
    OWNERS VARCHAR2(50)
    EXPIRY DATE
    SQL>
    Any help would be great ?

    And here you should see the NLS_DATE_FORMAT.
    SQL> drop table table1
      2  /
    Table dropped.
    SQL> create table table1(col1 date)
      2  /
    Table created.
    SQL>
    SQL> insert into table1 select sysdate from dual
      2  /
    1 row created.
    SQL> insert into table1 values('30-dec-2006')
      2  /
    1 row created.
    SQL> insert into table1 values('31/12/2006')
      2  /
    insert into table1 values('31/12/2006')
    ERROR at line 1:
    ORA-01843: not a valid month
    SQL> commit
      2  /
    Commit complete.
    SQL> alter session set nls_date_format = 'DD/MM/YYYY'
      2  /
    Session altered.
    SQL> insert into table1 values('31/12/2007')
      2  /
    1 row created.
    SQL> insert into table1 values('30-dec-2008')
      2  /
    1 row created.
    SQL> commit
      2  /
    Commit complete.
    SQL>Cheers
    Sarma.

  • IDOC issue: updates MM02 with WF-BATCH instead the current job user

    We have a nightly scheduled batch job that changes the material master through IDOC. The IDOC processing for material master update is successful, except the changes are done with the WF-BATCH user id instead of the user who submits the job step. We are using SAP ECC 5.0. Can anyone help me on this where to change the settings/changes. Appreciate your help in advance.

    WF-BATCH - is an ID in SAP which processes batch workflow tasks.
    So if your IDOC posting triggers workflow task - it's going to be processed by WF-BATCH.

  • CCS-ISU - Change address data

    Hi there
    We are on CCS-ISU running version SAP ERP 6.04 with Enhancement Package 4 on NetWeaver 7.02.
    I have a request to change multiple street names in the system.
    Example:
    Old street: King George Highway
    New street: King George Boulevard
    Is there delivered functionality in SAP CCS-ISU that will mass update address data on customer accounts?

    Hi there
    Thanks for the information regarding the Quarterly Adjustment reports.  We have some questions/concerns before we proceed with the Quarterly Adjustment.
    Background:
    - Since the original migration in 2003, the Postal Regional Structure has not been updated.
    - There has been no regular import of current postal data
    - The Regional Structure currently contains outdated and incorrect address information
    - The original source of data was a combination of legacy data and Canada Post, but going forward we would like to use only Canada Post as the sole source of address information.
    -Ideally we would like to "wipe out" the existing Regional Structure and replace with ONLY Canada Post data
    Questions:
    1. Can the Quarterly adjustment functionality be used if current data has not been imported regularly? (there have been no imports of new data since the original implementation in 2003)
    2. The original source of data came from a blend of legacy and Canada Post, now we would like to replace all the data with Canada Post being the only source. Can the source of the data be changed? Will the relationship between the BP address tables and Regional Structure be maintained? Can the Regional Structure be "wiped out" and replaced with all new data?
    3. Are there any alternative methods to updating the Postal Regional Structure and all CCS addresses if the Quarterly Adjustment cannot be used?

  • IDOC capturing the old data from Vendor master instead of modified data

    Hello Friends,
    Could you please guide me on the below issue  ?
    Vendor master was changed with the address being modified at 1300 system time.   => change log shows as 1300
    Payment run and IDOC generation ( RFFOEDI1 ) was executed at 1400 system time.  =>  IDOC created time as 1400
    but  , Still the  IDOC captured the old vendor master address data onto the IDOC .
    this is very strange to me and no idea how this can happen.
    thanks
    Raghu V
    Edited by: Raghunandan Vasudevarao on Jan 27, 2011 11:29 AM

    Moderator message: I am sorry but I had to remove the "correct answer" as it was not correct.
    It is well possible to remove the purchasing view via archiving, since archiving of vendor masters is divided into 3 activities: archiving purchasing view, archiving company code views, archiving general data.
    Of course there are preconditions: you cannot archive purchasing data view if you had already created orders. In that case you have to archive the orders first.
    See the network graphic,  in SARA enter object FI_ACCPAYB, then click the icon for network.
    In that particular case you would even create inconsistencies if you delete a table entry.
    And before you delete table entries you should in general know about the relationship of tables.
    Just thinking that a vendor master is LFA1, LFB1 and LFM1 is much to short. Goto DB15, enter FI_ACCPAYB (this is the archiving object) in the lower part and see how much tables are returned. These are all tables that can have data if you maintain a vendor master.
    Now check all those tables if they have a relation to LFM1 and if they contain data
    what will happen if you delete the vendor despite of existing orders? you probably get a dump when you access the purchase order.

  • IDOC or Web service for Vendor creation/updation from XI to R/3

    Hi,
    We have a scenario whereby the vendor master details in R/3 need to be created/updated by the data sent from XI. We are on XI 3.0 and R/3 ECC5.
    The options that we need to analyse best suiting the requirement are whether to use Web Service or whether to use IDOC.
    I am not very experienced in the usage of Web Service so it will be very helpful if you could please help me with the scenario build up and how it will update the records in R/3.
    From the point of view of the IDOC usage, the standard IDOC CREMAS03 is available to update the Vendor master data whereby the data is sent to XI in XML format and the data is mapped to IDOC structure and pushed out to R/3. I have checked the SDN forums and there have been discussions baout certain settings that need to be configured first to enable this IDOC scenario.
    Can you please help me in analysing which option to go for and what are the pros and cons of both and the complexity of implementation and if there are any rerequisites that need to be met for either option?
    Please advice.
    Regards,
    Archana

    Hi,
    Thanks for the suggestions and I personnaly favour the IDOC. However, the solution is not only looking at creating new Vendors in the R/3 system but also looking at updating the existing Vendors with the incoming data form the 3rd party.
    Can the same standard IDOC create and update the vendors or do I need to look at 2 different IDOCs?
    There will be a daily polling of data files via XI. The file format is going to be .txt and will be comma seperated.
    Is there any way of checking in XI itself the file duplication before transferring the data to R/3 as and when the files are received?
    On R/3 side, we were currently thinking of going forward with ABAP proxy which can create IDOC and then send the mail or somehow inform the business that some data was incorrect and therefore the IDOC's were not created for them or should we do it via RFC?
    We will also go forward with the custom table contianing the file names received till now to check for the sequence serial number.
    Please advice.
    Regards,
    Archana

  • Idoc failed but updated the data

    Hello Gurus,
    I have a issue where the inbound idoc has failed but it has updated the data in the scheduling agreement.
    Kindly let me know how it is possible to update scheduling agreement when Idoc has status 51 ie failed.
    Helpful answers will be rewarded
    Thanks
    Suresh

    Hi,
    I am also surprised data is updated when idoc is failed.
    Please throw some thoughts on this.
    Thanks
    suresh

  • Using LSMW to update customer address data via RFBIDE00

    Hi, I wonder if anybody has dealed with same issue for using LSMW with program RFBIDE00 to update customer address data.
    We need to update the customer address data in the central address management data. Since those fields do not exist in basic structure of BKNA1, for example, C/O name, street 2 to Street 5, I am putting the mapping of the source fields to map to BIADDR2. However, all the data I mapped to BIADDR2 is not updating in the customer records. When looking into the code of RFBIDE00, the codes will only transfer the data from BIADDR2 if the customer account group is marked as consumer which our case is just a sold to, ship to, not consumer.
    Does anybody have faced this issue before? Where should the exact central address data be mapped to in RFBIDE00?
    We are using ECC6.0. Any advise is appreciated.

    Found the answer from SDN - not possible unless using some BUS.
    RFBIDE00 - Address data issue
    Thread closed.

  • Massive Update of Return Vendor flag and creation of Customer Data

    Dear.
    For many vendors I need to run a massive update of return vendor flag of purchasing data and creation of  the linked customer.
    I have tried to create a batch input recording using LSMW but the system send an error message WY164  It is not possible to copy data from field 'Returns with shipping proc.'
    How can I solve this problem ?
    Or do you know another solution to run a massive update of return vendor flag of purchasing data and  creation of  the linked customer ?
    Thanks

    hi,
    Pls go through the SAP note 447070...
    This may solve the problem...
    check it once..
    Regards
    Priyanka.P

  • Vendor master LSMW- Address data + Purchasing view

    Hello experts,
    I have created LSMW to  upload vendor master data (Address data + Purchasing data) using batch input method.
    Successful in uploading address details, but unable to get Payment terms and order currency in the transaction XK01.
    I don't know what is the problem. Can anybody help me out?
    Thanks.
    Mani.

    Hi,
    I also had to do the recording for XK01 only, but i executed it using Recording method.
    By using standard method you have to map your structure having all the fields present in
    the local file with the standard structure present in the 4th step of the LSMW.
    You have to check your fields Payment terms and Order currency are present in which
    standard structure in the 4th step by double clicking on each and every structure and then map
    your created structure with that standard struc.
    Hope it helps
    Regards
    Mansi

  • Password change issue when updating user data in SAP ABAP system

    Hi Guru's,
    One of my reconciliation tasks part of the reconciliation job I've created is doing some strange password updates.
    As you can see below the task selects all users part of my identity store that are part of the account attribute of the particular ABAP system.
    Once these users are selected the task updates different data like username, validto, ... but the task is updating a lot of other things that are not part of the destination tab. What is causing the biggest issue is the password fields that are updated in the ABAP system like, password, productive password, ...
    Can you please advise if I missed something and how to solve?
    Thanks a lot,
    Laurent

    Hello Steffi,
    Yes in the ABAP systems they have the same timestamp. No other jobs are running at the same time.
    It is only happening to a few users depending on the ABAP system. On some ABAP systems there are only a few users for which the PW is reset and other systems 300.
    Example below of a system where I updated all user. In my pass only the following attributes should have been pushed thru to the ABAP system.
    However the valid from, accounting number and password have been updated as well.
    Thx,
    Laurent

  • Does the 10.5.7 update address command+f finder search issues?

    Does the 10.5.7 update address command+f finder search issues?
    Search has been horrible under 10.5 in that it does not reliably find FOLDERS on network drives, only file names.
    Even when I am looking directly at a folder and I search for it will not appear in the command+f window.
    Also the stupidity of not allowing a specific search location.
    Has this been addressed? I have, at any given time, 3-4 mounted servers.
    I do not have a choice now to search a specific hard drive.
    10.4.11 gave me the option under "OTHERS" to select a specific place to search.
    The only choice I have in 10.5.2 is "SHARED". Which searches all drives when I only want to search one. Nor do I have a choice of searching just one of my two internal drives.
    I talked with Chris in apple engineering several months ago, who acknowledged that search problems are a known issue under 10.5 and this was being addressed but have not heard any more. I don't want to download an update unless these broken search issues have been fixed. This is a production machine and I cannot have downtime in the Dept.

    Have you filed a bug report or enhancement request with Apple?
    http://bugreport.apple.com/

  • RFBIDE00 - Address data issue

    Hi,
    I want to populate the street2 and street3 fields of the customer master when uploading master data with LSMW using standard program - RFBIDE00 (Batch Input Program).
    These fields are not available in structure BKNA1 provided by the standard program. I tried to use structure BIADDR2 instead. The data is converted properly and show in the structure. But, when I run the generated session, the fields for street2 and street3 are not populated.
    Has anyone done this?
    Much appreciate if you let me know how to do this?
    Thanks,
    Shyam

    Hi Shyam,
    Central address management fields cannot be transferred using the standard program. You have to do a second pass at it to get the full centrally managed address fields. Read documentation of the program. Here is an excerpt from it.
    <i>Additional address fields:
    There are additional address fields available due to linking the customer and vendor master and the respective contact person to central address management. This additional address information is stored in central address management's own tables not in the actual master tables (KNA1 for the customer master, LFA1 for the vendor master, KNVK for the contact person).
    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 person)
    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>
    If answered, please reward and close.
    Regards,
    Srinivas

  • How to update posting date in WINVE idocs

    Hi Expert,
    Is there any function module OR BAPI available to update posting date in physical inventory documnet (WINVE03) idocs.
    Regards
    Rajesh

    Hi,
    Please check whether BAPI_MATPHYSINV_POSTDIFF is useful in your case.
    With regards,
    Gokul

Maybe you are looking for

  • Time Machine backups stall

    Since updating to Mavericks it's very hard for me to get a complete Time Machine backup. Time Machine is backing up to an AEX moubnted harddrive and I never had any problems before the update. Now most backups will stall and I;ll notice a few days la

  • HT204370 my digital copy of a film downloaded but there's no sound or picture when it plays?

    I downloaded a digital copy of a film but when I tried to play it, there was no picture of sound on the itunes player. Can anyone help please?

  • Uploading Video into Apex workspace

    Hi, I am trying to upload a video into a workspace on apex.oracle.com, and I am having trouble finding any instructions on how to do so. Does anyone know how to upload a video into an apex workspace of if it can even be done? Thank You, Tami

  • JLable replace "\r\n" with a box, how do i remove box

    Hi I have a string where it has multiple lines sepearted by "\r\n" but when I print it in JLable it replaces it with little box at the end of each line. How do I remove that box. I am printing in a JLabel because that page which ha JLabels needs to p

  • Error installing TimesTen on Windows 7

    I get the following error when I try to install TimesTen 11.2.2.2.0 for Windows (32-bit) on Windows 7: http://i.imgur.com/szzGr.png. After I close the dialog, the installer exits. The error reads: "Error: -2 The system cannot find the file specified.