BW-SRM TRFC Error when loading PO data

Hello,
We are implementing an extended classic scenario in SRM. Invoices are created on R/3. All data is loaded into BW. When loading the PO data into BW, we receive the error message: 'For purch. order 4320000040 backend source system is empty even with extd sc'
In SRM, where the PO was created, the PO is present and in the tables EKKO and EKPO in R/3 as well. Does anyone have an idea why this error occurs?
Grtz

Hi Juno,
Do you get this for this particular document or all the postings?
THanks and Regards
Subray Hegde

Similar Messages

  • Error when loading the data from PSA to ODS......

    Hi BW guru's,
    i am facing one problem while loading the data from PSA to ODS.so please help me in this regard.
    Please give a step by step guidelines for me...
    the error while loading the data from PSA to ODS is "There are no PSA tables for these selection criteria","An error occurred when reading PSA data".
    thanks in advance,
    ashok.

    hi ashok,
    u can push data from  psa to ods, for this goto the psa in rsa1>psa>goto that request>rightclick>select " schedule update Immediately ", then data will moved from psa to ods.
                                                 or
    In ods > delete the failed request>goto the processing tab-->select 3rd option   " psa and then subsequentially to data targets ", --> schedule the infopackage.
    bye
    sunil

  • Error when load sptial data by using sqlldr

    Currently, I have a shapeFile, so I have used shp2sdo tool to convert shapeFile to Oracle Spatial database. But when using sqlldr tool, I get the following errors:
    ----- Log file content ------
    SQL*Loader: Release 10.2.0.1.0 - Production on Sat Mar 24 09:13:07 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Control File: /home/oracle/street.ctl
    Data File: /home/oracle/street.ctl
    Bad File: /home/oracle/street.bad
    Discard File: none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 64 rows, maximum of 10000000 bytes
    Continuation: 1:1 = 0X23(character '#'), in next physical record
    Path used: Conventional
    Table STREET, loaded from every logical record.
    Insert option in effect for this table: TRUNCATE
    TRAILING NULLCOLS option in effect
    Column Name Position Len Term Encl Datatype
    ID FIRST * | CHARACTER
    NAME NEXT * | CHARACTER
    NULL if NAME = BLANKS
    GEOM DERIVED * COLUMN OBJECT
    *** Fields in GEOM
    SDO_GTYPE NEXT * | CHARACTER
    SDO_SRID NEXT * | CHARACTER
    SDO_ELEM_INFO DERIVED * VARRAY
    Terminator string : '|/'
    *** Fields in GEOM.SDO_ELEM_INFO
    X FIRST * | CHARACTER
    *** End of fields in GEOM.SDO_ELEM_INFO
    SDO_ORDINATES DERIVED * VARRAY
    Terminator string : '|/'
    *** Fields in GEOM.SDO_ORDINATES
    X FIRST * | CHARACTER
    *** End of fields in GEOM.SDO_ORDINATES
    *** End of fields in GEOM
    Record 1: Rejected - Error on table STREET, column GEOM.SDO_ELEM_INFO.X.
    error converting data
    ORA-01722: invalid number
    Record 2: Rejected - Error on table STREET, column GEOM.SDO_ELEM_INFO.X.
    error converting data
    ORA-01722: invalid number
    Record 3: Rejected - Error on table STREET, column GEOM.SDO_ELEM_INFO.X.
    error converting data
    ORA-01722: invalid number
    Record 4: Rejected - Error on table STREET, column GEOM.SDO_ELEM_INFO.X.
    error converting data
    ORA-01722: invalid number
    Record 5: Rejected - Error on table STREET, column GEOM.SDO_ELEM_INFO.X.
    error converting data
    ORA-01722: invalid number
    Record 6: Rejected - Error on table STREET, column GEOM.SDO_ELEM_INFO.X.
    error converting data
    ORA-01722: invalid number
    Record 7: Rejected - Error on table STREET, column GEOM.SDO_ELEM_INFO.X.
    error converting data
    ORA-01722: invalid number
    -------- this is my control file ---------------
    LOAD DATA
    INFILE *
    TRUNCATE
    CONTINUEIF NEXT(1:1) = '#'
    INTO TABLE STREET
    FIELDS TERMINATED BY '|'
    TRAILING NULLCOLS (
    ID,
    NAME      NULLIF NAME = BLANKS,
    GEOM COLUMN OBJECT
    SDO_GTYPE INTEGER EXTERNAL,
    SDO_SRID INTEGER EXTERNAL,
    SDO_ELEM_INFO VARRAY TERMINATED BY '|/'
    (X FLOAT EXTERNAL),
    SDO_ORDINATES VARRAY TERMINATED BY '|/'
    (X FLOAT EXTERNAL)
    BEGINDATA
    1|A|
    #2002|8307|
    #1|2|1|/
    #106.408265|10.461029|106.409036|10.461789|106.409561|10.462392|
    #106.410520|10.463381|106.411527|10.464443|106.412017|10.464956|
    #106.412563|10.465536|106.413615|10.466630|106.414564|10.467624|
    #106.415333|10.468458|106.415749|10.468869|106.416368|10.469524|
    #106.417304|10.470526|106.418107|10.471318|/
    2|B|
    #2002|8307|
    #1|2|1|/
    #106.410156|10.461118|106.406821|10.463133|106.405549|10.463909|/
    3|C|
    #2002|8307|
    #1|2|1|/
    #106.405221|10.464159|106.404133|10.464773|106.403267|10.465291|
    #106.402926|10.465558|106.402158|10.465981|/
    4|D|
    #2002|8307|
    #1|2|1|/
    #106.402341|10.460738|106.403378|10.461422|106.403476|10.461504|
    #106.403562|10.461580|106.403633|10.461660|106.403768|10.461844|
    #106.404904|10.463687|106.405034|10.463842|106.405130|10.463947|
    #106.405221|10.464017|/
    5|E|
    #2002|8307|
    #1|2|1|/
    #106.405443|10.463815|106.406002|10.462394|/
    Have anyone can help me? Thanks

    I've seen folks work around similar problems by temporarily changing their NLS parameters (warning: you probably don't want to do this on a heavily used or production system). I know you said you changed them, but it might be worth another try.
    On NT save the registry entry for NLS_LANG. I think it is at:
    HKEY_LOCAL_MACHINE->SOFTWARE->ORACLE->KEY_YOURORACLEHOME
    Make the NLS_LANG registry value AMERICAN_AMERICA.WE8MSWIN1252
    Restart the database.
    Load the data
    Reset the registry entry
    Restart the database.

  • DB Connect Error when loading tha data to BI

    Hi All,
    When I am loading the data thru DB connect I am getting the following error.
    Unknown error while uploading data from the DB table     
    Errors in source system     
    Kindly suggest how I can resolve this error.
    Thanks
    Sathiya

    Hi, it is a general message error.
    Please check note 1062350 and 1046507 as a possible solution.
    [1062350-Error when migrating DB connect Data Sources|https://service.sap.com/sap/support/notes/1062350]
    [1046507-SP 11: Error in DB connect for DB2, DB4 and MS-SQL-Server|https://service.sap.com/sap/support/notes/1046507]
    I hope I can be helpful.
    Thanks,
    Walter Oliveira.

  • DTP Error when loading Master data from DSO to InfoProvider

    Hi Experts,
        My DTP is failing when I am running a DELTA load from DSO to the InfoProvider. The errors are either duplicate records or overlap of Dates etc.
    Thanks,
    SB.

    Hi Gopal,
       Here is the info on error message.
    " There are duplicates of the data record 1 & with the key '00000000038 &' for characteristic EPROPERTY &. "
    Hope this helps in understand the DTP error.
    Thanks,
    SB.

  • Processing overdue error when loading master data

    Hello,
    While loading data for master data infoobject, i'm getting peculiar error like processing overdue. what might be the problem.
    Please respond as soon as possible it is very urgent.
    REGARDS,
    SRINIVAS OLETI

    hi,
    is this your first upload ? the rfc connection to source system is established well ?
    try to check in monitoring
    - tab 'status', click step by step analysis, what's the status of 'RFC to source system success ?' grey ?
    - transaction st22 and sm21, any message ?
    - check menu 'environment' - shortdump - in datawarehouse, check for source system also, then transaction rfc, ale management, system log ...

  • Caller 09 is missing error when loading

    Hi,
    I'm getting the above error when loading transaction data from source system. (connected to Oracle system with DBLink so the source system is Myself). This system has just been upgraded to 3.5 but I had similar issue in Dev prior to the upgrade so I don't think its upgrade related.
    Full error message is that the datasource must be replicated. Timestamp in source system and timestamp in BW are different.
    I've tried the following (several times).
    1. Replicated datasource (by right clicking on source system underneath infosource), then used program RS_TRANSTRU_ACTIVATE_ALL to activate the transfer structures.
    2. Replicated datasource then manually activated transfer structure, communication structure, regenerated underlying programs of transfer structure and PSA program.
    3. I've already logged off and back on
    4. I've gone into RSA5, and reactivated the extract structure.
    In the infosource, if I display its status, its has last changed timestamp of today. But in the error message I'm getting a timestamp of 25.05.06 for source system and 25.1.2003 for BW (bearing in mind they are both in fact BW).
    Any ideas? Please help !!
    Thanks
    Sue

    Hi,
    Re: Errors when uploading ODS to infocube
    1. Activate transfer rules that belongs to the data source
    2. Activate the ODS
    3. Activate the update rules (infosource to ODS)
    4. Activate the update rules (ODS to infocube)
    5. Right-click at the ODS, choose 'Generate Export Data Source'
    6. Replicate the data source
    Shreya

  • Error 1 when loading external data

    Hi BW( Best and Wise) friends,
    I am not able to load data into my infocube. My source system is a PC file.
    Message <b>"Error 1 when loading external data is displayed."</b> when scheduled.
    When I checked the error details using Monitor button,
    During extraction, the data request was arranged(indicated by green mark),but there was error in <b>data request(red).</b>
    During extraction,data request was received (green),but there was some error in <b>data selection(red).</b>
    Anticipating good solution.

    HI all,
    1.The flatfile matches with the transfer structure
    2.The file is a “.csv” format file only.
    3.The path is correct
    I had chosen comma as my data separator.
    I had declared fields in the following way in the XL csv file
    Name of the candidate – text
    Name of the party- text
    Age-number
    Number of votes gained –number
    Calendar day –text.
    I had already tried the following.
    When I clicked the preview in the “external data” tab  of the infopackage, a window showing the preview parameters is opening. When I clicked the tickmark, message “error 1 when loading data is displayed.
    4. The details tab of the monitor showed the following:
    Overall status : Errors occurred: or: Missing messages-red
    4.1)Requests(messages):Errors occurred-red
           Data request arranged-green                       
           Error in datarequest-red
    4.2)Extraction(messages):Errors occurred-red
           Data request received-green
           Error occurred in data selection-red
    4.3)Transfer(IDocs and TRFC):Everything ok-green
           Info IDoc 1: Application document posted-green
           Info IDoc 2: Application document posted-green
    4.4)Processing(data packet): No data-yellow
    I had initiated the discussion in the forum with this  information only.
    Regards,
    Balaji
    Message was edited by: balaji vijayakumar

  • ORA-00054 error when loading Oracle table using Data Services

    Hello,
    we are facing ORA-00054 error when loading Oracle table using BO Data services
    (Oracle 10g database, BODS Xi 3.2 SP3)
    Test Job performs
    1- truncate table
    2- load table (tested in standard and bulk load modes)
    Scenario when issue happens is:
    1- Run loading Job
    2- Job end in error for any Oracle data base error
    3- When re-running the same Job, Job fails with following error
         ORA-00054: resource busy and acquire with NOWAIT specified
    It seems after first failure, Oracle session for loading the table stays active and locks the table.
    To be able to rerun the Job, we are forced need to kill Oracle session manually to be able to run the Job again.
    Expected behaviour would be : on error rollback modifications made on table and BODS stops Oracle session in a clean way.
    Can somebody tell me / or point me to any BODS best practice about Oracle error handling to prevent such case?
    Thanks in advance
    Paul-Marie

    the ora-0054 can occure depending how the job failed before. If this occures you will need the DBA to release the lock on the table in question
    Or
           AL_Engine.exe on The server it creates the Lock. Need to Kill Them. Or stop it..
    This Problem Occurs when we select The Bulkloading Option in orclae  We also faced the same issue,Our admin has Killed the session. Then everything alright.

  • How to avoid 'duplicate data record' error message when loading master data

    Dear Experts
    We have a custom extractor on table CSKS called ZCOSTCENTER_ATTR. The settings of this datasource are the same as the settings of 0COSTCENTER_ATTR. The problem is that when loading to BW it seems that validity (DATEFROM and DATETO) is not taken into account. If there is a cost center with several entries having different validity, I get this duplicate data record error. There is no error when loading 0COSTCENTER_ATTR.
    Enhancing 0COSTCENTER_ATTR to have one datasource instead of two is not an option.
    I know that you can set ignore duplicates in the infopackage, but that is not a nice solution. 0COSTCENTER_ATTR can run without this!
    Is there a trick you know to tell the system that the date fields are also part of the key??
    Thank you for your help
    Peter

    Alessandro - ZCOSTCENTER_ATTR is loading 0COSTCENTER, just like 0COSTCENTER_ATTR.
    Siggi - I don't have the error message described in the note.
    "There are duplicates of the data record 2 & with the key 'NO010000122077 &' for characteristic 0COSTCENTER &."
    In PSA the records are marked red with the same message (MSG no 191).
    As you see the key does not contain the date when the record is valid. How do I add it? How is it working for 0COSTCENTER_ATTR with the same records? Is it done on the R/3 or on the BW side?
    Thanks
    Peter

  • "Error occurs when loading transaction data from other model" - BW loading into BPC

    Hi Experts,
    I'm having a problem with my data loading from BW, using the standard Load InfoProvider Selections data manager package.
    If I run for a period without data it succeeds (with warning) but if there is data to be extracted I get the following error:
    Task name CONVERT:
    No 1 Round:
    Error occurs when loading transaction data from other model
    model: AIACONS. Package status: ERROR
    As it runs ok when there isn't data it appears there is something preventing the movements of data out of the cube itself, rather then a validation issue.
    Has anyone encountered similar or have any ideas as to the problem?
    Best,
    Chris

    Hi Vadim,
    It's not specific to the transformation file as I have tried with others for the same BW cube and get the same result.
    We get a warning when we try and validate the transformation file:
    "Error occurs when loading transaction data from other model".
    This only appears in the validation pop up and doesn't throw up any warnings about the transformation file itself.  The validation log says:
    Validate  and Process Transformation File Log
    Log creation time
    3/7/2014 16:09
    The result of validation of the
      conversion file
    SUCCESS
    The result of validation of the
      conversion file with the data file
    FAIL
    Validation Result
    Validation Option
    ValidateRecords = NO
    Message
    Error occurs when loading transaction data from other model
    Reject List
    I can't find any errors anywhere else.
    Best,
    Chris

  • Error occurs when loading transaction data from other model

    Hello Experts, I am trying to validate my transformation file and I can see peculiar behaviour of the transformation file. Even though the transformation file is not complete/  complete with all the mappings, i am getting the same error as above.
         I can see options, mapping and conversion sections are validating successfully and throwing the above error.
    Incomplete Transformation File
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT= 10
    ROUNDAMOUNT=
    *MAPPING
    CUSTOMER = *NEWCOL (NO_CUST)
    Validating the transformation files
    Validating options...
    Validation of options was successful.
    Validating mappings...
    Validation of mappings was successful.
    Validating conversions...
    Validation of the conversion was successful
    Creating the transformation xml file. Please wait...
    Transformation xml file has been saved successfully.
    Begin validate transformation file with data file...
    [Start test transformation file]
    Validate has successfully completed
    ValidateRecords = YES
    Error occurs when loading transaction data from other model
    Validation with data file failed
                           I am getting the same error with complete transformation file also. Please let me know where I am doing the mistake or is it a system error?
    Thanking you
    Praveen

    Hi,
    By
    *MAPPING
    CUSTOMER = *NEWCOL (NO_CUST)
    you want CUSTOMER to receive a fixed string "NO_CUST"?
    If so use,
    *MAPPING
    CUSTOMER = *STR (NO_CUST)

  • Error 4 when loading external data

    hi all,
    I have unchecked uncheck currency conversion for external systems in my info package and then loaded the data from a flat file.
    and then i am getting the below errors.
    cost -> cannot be converted to currenecy (since cost contains currency item)
    netval_inv -> cannot be converted to currenecy (since cost contains currency item)
    /bic/zntwthpm -> cannot be converted to currenecy (since cost contains currency item).
    if i check the option
    currency conversion for external systems in my info package
    then i am getting error 4 when loading external data.
    Can anyone help me out!!!
    thanxs
    haritha

    Hi haritha,
    Please check whether your file whcih you are loading is open , when you are starting the Infopackage.
    Also please check this SAP Note 600246 - RSAR 234: Error 4 when you load external data.
    What is your BW System (Version/Patch)
    Thanks.
    CK

  • Error 3 when loading external data

    Hi Gurus!!
    I am trying to load data from a flat file into a Cube. The load is done by a process chain and have worked perfectly before. The file is located on the application server.
    Now I get the following error:
    Cannot Update Request REQU_DESUFKD2XA1LDREQ0KEJZ2TJC in Data Target
    Error 3 when loading external data
    The file looks ok when i compare it with the ones i received earlier.
    Any ideas what this error 3 is all about?
    Thanks in advance!
    Pontus

    Hi
    I Have had trouble raching the network for some time.
    Problem solved. My misstake, It was the cube that were set to transactional.....
    I will credit A.H.P.
    Thanks everyone!
    Regards
    Pontus

  • Error occurs when loading transaction data from other cube

    Hi Gurus,
    I'm currently working on a Transformation File for loading Transactional Data from BW to BPC but a error message is displayed "Error occurs when loading transaction data from other cube". I have already checked permissions for my user, double checked my transformation file and the dimensions, made all conversion files needed and the message has not changed.
    Can anybody help me to solve this problem?!
    Thanks a lot & Best Regards,
    HH

    Hi,
    Here, the Transformation File & Conversion File. I have already tested both with another different InfoCube and they work but no for the one needed.
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT=
    ROUNDAMOUNT=
    *MAPPING
    Category=*NEWCOL(ACTUAL)
    P_0BASE_UOM=0BASE_UOM
    P_0BUS_AREA=0BUS_AREA
    P_0COSTCENTER=0COSTCENTER
    P_0FUNDS_CTR=*NEWCOL(null)
    P_0GL_ACCOUNT=0ACCOUNT
    P_0LOC_CURRCY=*NEWCOL(MXN)
    P_0MATL_TYPE=*NEWCOL(null)
    P_0VENDOR=0VENDOR
    P_DataSrc=*NEWCOL(UPLOAD)
    P_ZMATERIAL1=0MATERIAL
    P_ZMATERIAL2=*NEWCOL(null)
    P_ZMATL_CLASS=*NEWCOL(null)
    P_ZMATL_TESP=*NEWCOL(null)
    P_ZRATIO=*NEWCOL(KF_inpmdInt)
    Time=0CALMONTH
    SIGNEDDATA=0TOTALSTCK
    *CONVERSION
    Time=Time_conv.xls
    EXTERNAL     INTERNAL
    201101          2011.JAN
    201102          2011.FEB
    201103          2011.MAR
    201104          2011.APR
    201105          2011.MAY
    201106          2011.JUN
    201107          2011.JUL
    201108          2011.AUG
    201109          2011.SEP
    201110          2011.OCT
    201111          2011.NOV
    201112          2011.DEC
    Thank you for taking at glance to the files.
    Best Regards,
    HH

Maybe you are looking for

  • User-Exit OR a BAdi for the Purchase order create.

    Hi, I am looking for a User-Exit or a BAdi which is fired when the Purchase order is being created in the SRM server via Web template. The requirement is as follows: There is a flag(Check box) at the the item level, Basic Data tab. This flag is calle

  • Cannot ping ibook with multiple admin accounts

    i am trying to set up remote control across a LAN, and have had success with two iMac G5's controlled from my dual G5. the problem is that i can't connect to an iBook with exactly the same settings and firewall config. in trying to troubleshoot, i ha

  • Distribution Scripts Question ???

    Hello please could someone clarify the following for me... I have a simple application object that from DISTRIBUTION OPTIONS\APPLICATION FILES copies some files from a network drive to C:\ I then from DISTRIBUTION OPTIONS\DISTRIBUTION SCRIPTS\RUN AFT

  • PA & Recruitment correspondance

    Hi frdiends, I have to create letters through word processing but I don't have any idea on this issue If any one knows about this could u please let me know the process. Your help must be required since it is very urgent. Awaiting your favorble reply

  • Imac, Elements 12

    Hi For your information, I have a Canon EOS 700D, and uses Canon's RAW in collaboration with Elements 12. When I have finished editing my photos, I convert them to JPEG and moves them into Iphoto. I am a iMac user and suddenly many of my psd images i