No data added while loading 2lis_03_bf into 0IC_C03

Hi,
I'm trying to implement the inventory management Best Practice with infocube 0IC_C03. I've already read the How To... document and the forum but i still can't make it work.
I loaded the infocube with intial stock via 2lis_03_bx datasource. That step come correctly. The problem is when i try to load movement data into the infocube. I got 623 data records transferred in initial delta load from R/3 but 0 added to the cube (i've checked that in the manage section of the infocube). I tried to debug the update rules but i still cannot find the problem. Since i'm not changing anything from the business content i dont understand why this is happening.
Thanks in advance.
Regards,
Diego.

Diego, I think your problem looks common as there was much ado regarding this before in the forum.
Try to search for the topics
'2LIS_03_BF Concerns' by juwan carlos or
'2LIS_03_BF upload problem' by Peter Torres
as i am sure they solved this issue.
This was posted by Roberto Negro:
"Please check if in your PSA the process key (0PROCESSKEY and 0BWAPPLNM) has been filled.
If not, as I think, no key figures are updated because, in each update routine, the system checks the content of the PROCESSKEY. If this field has no contents, then no data is written into the InfoCube because of the IF condition in the update rules. So that you MUST activate the determination of the process key!
This is done with the help of Transaction MCB_ which you can find in the OLTP IMG for BW(Transaction SBIW) in your attached R/3 source system. Here you can choose your industry sector. 'Standard' and 'Consumer products' are for R/3 standard customers, whereas 'Retail' is intended for customers with R/3 Retail only.
You can display the characteristics of the process key (R/3 field BWVORG, BW field 0PROCESSKEY) by using Transaction MCB0. If you have already set up historical data (for example for testing purposes) by using the setup transaction OLI1BW into the provided setup table MC03BF0SETUP, you unfortunately have to delete this data (Tx LBWG).
After you have chosen the industry sector by using MCB_, perform the setup again, so that the system fills a valid transaction key for each data record generated. Then load this data into your connected BW by using 'Full update' or 'Initialization of the delta process'.
Check whether the system updates data into the 0IC_C03 now.
If all this is not successful, please see Note 315880, and set the application indicator 'BW' to active using Transaction 'BF11'.

Similar Messages

  • SAPSQL_ARRAY_INSERT_DUPREC while loading 0MAT_PLANT into BW

    Hi,
    I am getting the below error as a short dump while loading master data object 0MAT_PLANT in BW.This is a source system dump.
    "SAPSQL_ARRAY_INSERT_DUPREC"
    I was now asked to identify the duplicate records so that the R/3 team could delete the same and we could re-run.I dont really see any way to through which i could get this done. Could anyone help me in this regard.I need to supply the erroneous record details so that R/3 could fox. Could there be an queries that i could run using site article combinations to find out this?
    I use version 2.0 B of Business Warehouse.
    Regards,
    Jitu K

    Hi Jitu,
    In the InfoPackage that loads 0MAT_PLANT you can try to set Processing as PSA and Subsequently Update into Data Target, and also check the Ignore Double Data records. I think this setting should be there in version 2.0 B too and will prevent the dump caused due to dupplicate data records.
    Hope this helps...

  • Changing master data record while loading Transaction data

    Hello All,
    We have a requirementt to change one of the master data field(FLAG) while loading on the transaction data.
    we get the material info in the Master data. and in the sales order item data also we get the material.
    While loading the Transaction data, I have to set a FLAG field has "s" in the Master data material based on the Key selection:
    Master data -  MAterial = Tramsaction - Data Material.
    I have written the code.. and implemented.. i get the correct records but i face huge performance issue. can any one guide me please
        DATA: itab1 TYPE STANDARD TABLE OF /bi0/pmaterial,
               wa_itab1 TYPE /bi0/pmaterial,
               w_tabix TYPE sy-tabix.
         IF itab1 IS INITIAL.
           SELECT * FROM /bi0/pmaterialINTO TABLE itab1.
         ENDIF.
         LOOP AT result_package ASSIGNING <result_fields>.
           READ TABLE itab1 INTO wa_itab1 WITH KEY
                              material =  <result_fields>-material.
           IF sy-subrc = 0.
             w_tabix = sy-tabix.
             IF <result_fields>-/bic/paa1c2033 IS NOT INITIAL.
               wa_itab1-FLAG = 'S'.
               MODIFY itab1 FROM wa_itab1 INDEX w_tabix TRANSPORTING FLAG .
             ENDIF.
           ENDIF.
         ENDLOOP.
         IF itab1 IS NOT INITIAL.
           MODIFY /bi0/pmaterial FROM TABLE itab1.
         ENDIF.

    Here are some performance tips:
    Add FOR ALL ENTRIES IN result_package WHERE material = result_package-material to your select statement
    After your select statement, add IF SY-SUBRC = 0.  SORT itab1 BY material. ENDIF.
    In your read statement, add BINARY SEARCH to the end of it
    At the end of your end routine, make sure to CLEAR itab1.
    You can also increase the number of parallel processes for your DTP, and DSO activation (assuming your target is DSO).

  • "Error in data selection" while loading

    hi,
    while loading data from one ODS to another(datamart) I, after extraction of some data packages successfully I m getting an error:"Error in data selection"
    i saw its help messages were
    1)error 7 when sending an idoc
    2)sql error in accessing table no 13
    3)error in source system
    in the source ods i have loaded thru init from R/3..
    please help

    Hi,
    Take a look on the cosulting note : 610938.
    In place of R/3 system you have to consider BW itself when you are reading the note.
    With rgds,
    Anil Kumar Sharma .P

  • How do I sort by date added while maintaining track order?

    Hello,
    I'm trying to do what I think is a simple function in ITunes. I'd like to sort by "date added" and have the tracks line up sequentially by track number. In other words, when in Itunes, I'd like to have (from top of the library to bottom) my most recent album with tracks 1-10, listed, and then the next recent album and so forth. Almost like a most recent album. You can of course sort by date added, and scroll all the way down to the bottom of the page, but then when Ituns plays, you start on the most recent album, it runs through that album, and then is done.
    Any thoughts?

    If you ever find the answer, I'd love to know as well. How odd is it that you can do this. I tried several searches for this in software hacks, and applications that let you alter icon views and the like. Can't believe the limited interest in correcting it either.
    I was looking for a way to display screen shots of various jpeg elements with files names that double as instructions in a tutorial. Icon view allowed me to see pictures in a large enough size to use as instructions with the corresponding file names. All I would have had to do was screen shots assembled into a PDF and I would have been done. Having to retype every instruction along with copy, and pasting into a new document and so forth is more than double the work for any set of pictorial instructions.
    Maybe Garage Band or some other application is the workaround until then. I'll let you know if I ever find a better workaround, or the solution.

  • Master data error while loading data

    Dear Masters
    Im getting below error while loading delta update for master data(Attr) through infopackage to only PSA. Im in BI 7.0
    When I checked Error message, Im getting 2 errors. They are
    1) Update mode R is not supported by the extraction API
    2) Error in source system.
    I checked source system is fine. im getting data also in RSA3
    Error message from the source system
    Diagnosis
    An error occurred in the source system.
    System Response
    Caller 09 contains an error message.
    Further analysis:
    The error occurred in Service API .
    Refer to the error message.
    Procedure
    How you remove the error depends on the error message.
    Note
    If the source system is a Client Workstation, then it is possible that the file that you wanted to load was being edited at the time of the data request. Make sure that the file is in the specified directory, that it is not being processed at the moment, and restart the
    Could you please help me to resolve this issue.

    Process chains might fail if the data source is not in sync between the source and the BW system. In such a case, go to the 'Source Systems' in transaction RSA1, find the datasource, right click and select 'Replicate Datasources'. Once this is done, the transfer structure needs to be activated as well. To do this in production, run the report RS_TRANSTRU_ACTIVATE_ALL with the source system name and the infosource name. This will activate the transfer structure.
    NOTE: For master data using direct upload the infosource name is the name of the info object itself.

  • Data missing while loading data for 2lis_06_inv

    Hi,
    We are loading data  in data-source 2LIS_06_inv from R3 system. While checking data, it was found that there is data difference between RSA7 and PSA level of data-source.
    Ex: I am getting 498 data-records in RSA7 for 2lis_06_inv , but I am getting 495 data-records at PSA level of data-source in BW level.
    That means 3 records are missing. Also run-time exceed error is showing but data is loaded successfully in system.
    Could you please help ?
    Thanks in advance
    Devesh Varshney

    Hi Suchitra,
    I have checked data-source:
    1) There is no selection is given in init selection.
    2) Last changed is done on 10 jan
    3) no user exit is return for data-source
    How can we check issue with function module which is used in data-source since it is standard data-source.
    Please help.
    Thanks in advance
    Devesh Babu

  • Error while loading metadata into planning using ODI

    Hi John,
    While trying toload members into planning using ODI the following error occurred. Please suggest
    java.lang.Exception
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)

    Hi John,
    While trying toload members into planning using ODI the following error occurred. Please suggest
    java.lang.Exception
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)

  • Data error while loading data using SQLLDR

    Hi Gurus,
    Kindly let em know the possible reasons for getting the below error returned by SQLLDR after loading data:
    x no of rows not loaded due to data errors in SQLLDR
    Could it be due to issues in control file?

    you'll find it well explained here :
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/part_ldr.htm#i436326
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/ldr_concepts.htm#i1004846

  • Error while loading sdoapi into server

    hi,
    i tried to load the latest sdoapi into an oracle 9i server using
    loadjava -r -resolver "((* SCOTT) ((* PUBLIC))" -u scott/tiger@gdfsuite -v d:\apps\JDeveloper\jdk\lib\sdoapi.zip
    i think that the follwing error causes the failing of the resolve process
    ORA-29545:badly formed class: at offset 429 of oracle.sdoapi.adapter.SDOGeometry.createPoint expecting
    a class-oracle.sql.Datum but encountered a initObj.
    at offset 464 of oracle.sdoapi.adapter.SDOGeometry.createPoint expecting a class-oracle.sql.Datum but encountered a init
    Obj.
    at offset 489 of oracle.sdoapi.adapter.SDOGeometry.createPoint expecting a class-oracle.sql.Datum but encountered a init
    Obj.
    at offset 706 of oracle.sdoapi.adapter.SDOGeometry.createPoint expecting a class-oracle.sql.Datum but encountered a init
    Obj.
    at offset 713 of oracle.sdoapi.adapter.SDOGeometry.createPoint expecting a class-oracle.sql.Datum but encountered a init
    Obj.
    another error is
    errors : class oracle/sdoapi/OraSpatialManager
    ORA-29534: Referenziertes Objekt SCOTT.oracle/sql/ARRAY konnte nicht aufgelwst werden
    can anyone help me? if you need the complete trace i can send it.
    regards matthias

    FYI - I don't know of anyone who has tried to load the api into the server.

  • Filling the date column while loading

    Hi,
    I have created a view which contains the field for inputting the date field, but I want when the view is loaded first time it should be prefilled with the 01.04.2009.
    Please suggest how can I do it.

    Hi
    Specify the value  in the attribute's (say var1 type dats) Property - Default Value as  '01.04.2009' in the context tab.
    Regards
    Arun.P

  • Date problem while loading the data

    Hi Guys,
    When we are extraction the data from the DataSource  0CRM_SALES_ACT_1, it is giving an error for 0calday.
    If the date is greater than 2012, it is giving an error. i.e., it is taking date upto 31.12.2012. If the date is greater than that date is giving an error as "date is later than factory calendar definition".
    In that case we are modifying the date in the PSA and make date less than 2013 and loading the data.
    Even we have done Transfer Global setting at the source system and we checked the factory calendar in SCAL tcode it is setup to 2098.
    Can you please advice how to solve the problem when we are loading the date which is greater than 31.12.2012.
    Thanks in advance
    Jagan

    Hi Jagan,
    In the info package selections tab.
    for 0CALDAY field give to value as 31.12.9999 and try loading you will get all the records
    Regards,
    Venkatesh

  • Error while loading metada into HFM Application

    Can any one help me out from this stage in hfm.I am getting these errors frequently.Please send your comments on this .
    Metadata Scan started at 21:41:36
    PASS I - Analyzing Section Headers
    PASS II - Validating member names and hierarchies
    Scenario
    Error: Member defined but not referenced in the hierarchy
    Scenario
    ActualEntity
    Account
    Custom1
    Custom2
    Custom3
    Custom4
    Currency
    Scan ended at: 21:41:36
    Elapsed time: 00:00:00

    You have a scenario which was defined, but is not attached to anything in the hierarchy section. Using the Win32 metadata manager, open the scenario dimension, and in the list tab check the box that shows orphans. Once you see which member isn't attached to the hierarchy, drag it where you want it, save and load the file.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error in date format while downloading it into excel

    Hi Experts,
    I created a report and when i download date from report to excel the date format is getting reversed.
    FOR example   Date in REPORT : 07//2010
                                        IN EXCEL: 201007
    Kindly give some idea to resolve this issue.
    Regards,
    Vishwa

    hello,
    Please change the data type of date field to Character (C).
    and pass the required date value.
    It shouldl make correct output to excel...
    Thanks.

  • Invalid Data Status while loading data in planning book

    Hi,
    Recently i got the error message "Invalid Data Status - Error reading  data - planning book cannot be processed further ". I was able to resolve that issue by running program /SAPAPO/TS_LCM_CONS_CHECK with options Repair and check Livecache anchor. Now Here is my question, i want to know why does the livecache anchor error occurred. What steps can i take in future to avoid this error?
    Regards
    Kartik

    Kartik,
    I couldn't say.  In all the years I have been using SCM, I have never been able to prevent all such errors from occurring, I have only been able to solve certain problems only under certain specific instances.  Usually, the 'solvable; problems I have seen are a result of poorly written enhancments or custom programs.
    One might speculate that the reason SAP provides these repair programs (yes, there are MANY inconsistency-repair type programs) because they believe that such errors are inevitable.
    Maybe you would be better served by just running such programs periocically in batch, as recommended by SAP.
    http://service.sap.com/~sapidb/011000358700000955412003E
    Best Regards,
    DB49

Maybe you are looking for

  • Blue thin line on the lower left iMac G4 Flat Panel

    Hi, since yesterday there is a blue thin line (0,039 inches (1 mm) thin; 35 inches (9 cm) long on the panel of my iMac G4 Flat Panel. It looks like drawing with a ruler, so straight and so fine. The line is on the left lower corner in a vertical posi

  • How could I export my contacts into numbers?

    I'm trying to export my conatcs list into a numbers format which it doesnt semto give me that option anywhewre,is ther a way to do this?

  • Time Capsule Connection failed

    Hello together. I was hoping that 10.5.3 will solve my problem but it wasn't the case. When I open finder and try to access the TC always for the first time I get the connection failed message. When I click on harddisk and than back to TC the connect

  • Business packages in BC

    Hello BW Experts, 1) what are business pacakges and analytical applications? 2) how can we activate them in BC? 3) how can we access business packages (campaign management) Suggestions appreciated. Thanks, BWer

  • Struts bean tag problem

    Say I've got a bean, i use <logic:present name="personbean" scope="request"> to load that bean in the jsp page. what should i do if i want to read a property which is actually a file name string, from that bean and include that string in the jsp page