Query on Inventory Cube 0IC_C03

Hi All
When running a query on Inventory Cube, I get some of the values like this "[2,000]" and the value is not taken into account in the total row.
Any Idea about the "[Value]"?
Thanks
Dror Golani

Hi,
Probably it could be a NUMC data type.Just check.
venkat

Similar Messages

  • Selective Deletion on Inventory Cube 0IC_C03 via Calendar Day

    Hello Group
    I am trying to do a selective delete to our inventory cube 0IC_C03 and found there is not an option to select day.
    Does anyone have any thoughts on how do delete using day? Please note that my cube has been compressed and I do not have a request in the cube.
    Thanks
    Frank

    Hi Frank,
    REPORT  ZRSDRD_SEL_DELETION                     .
    DATA:
        l_thx_sel   TYPE rsdrd_thx_sel,
        l_sx_sel    TYPE LINE OF rsdrd_thx_sel,
        l_s_range   LIKE rsdrd_s_range,
        l_t_range   TYPE rsdrd_t_range,
        l_t_msg     TYPE rs_t_msg.
    ******************* 0CALDAY *****************
    l_s_range-sign   = 'I'.
    l_s_range-option = 'EQ'.
    l_s_range-low    = '20030308'.
    *l_s_range-high   = .
    l_s_range-keyfl  = 'X'.
    APPEND l_s_range TO l_t_range.
    l_sx_sel-iobjnm   = '0CALDAY'.
    l_sx_sel-t_range  = l_t_range[].
    INSERT l_sx_sel INTO TABLE l_thx_sel.
    CLEAR l_s_range.
    REFRESH l_t_range.
    ************** 0PLANT **********************
    l_s_range-sign   = 'I'.
    l_s_range-option = 'EQ'.
    l_s_range-low    = 'PLNT'.
    *l_s_range-high   = .
    l_s_range-keyfl  = 'X'.
    APPEND l_s_range TO l_t_range.
    l_sx_sel-iobjnm   = '0PLANT'.
    l_sx_sel-t_range  = l_t_range[].
    INSERT l_sx_sel INTO TABLE l_thx_sel.
    CLEAR l_s_range.
    REFRESH l_t_range.
    ************** 0MATERIAL ****************
    l_s_range-sign   = 'I'.
    l_s_range-option = 'EQ'.
    l_s_range-low    = 'MATERIAL'.
    *l_s_range-high   = .
    l_s_range-keyfl  = 'X'.
    APPEND l_s_range TO l_t_range.
    l_sx_sel-iobjnm   = '0MATERIAL'.
    l_sx_sel-t_range  = l_t_range[].
    INSERT l_sx_sel INTO TABLE l_thx_sel.
    CLEAR l_s_range.
    REFRESH l_t_range.
    CALL FUNCTION 'RSDRD_SEL_DELETION'
         EXPORTING
              I_DATATARGET      = 'ZICRT_C37'
              I_THX_SEL         = L_THX_SEL
              I_AUTHORITY_CHECK = 'X'
              I_THRESHOLD       = '1.0000E-01'
              I_MODE            = 'C'
              I_NO_LOGGING      = ''
              I_PARALLEL_DEGREE = 1
              I_NO_COMMIT       = ''
         CHANGING
              C_T_MSG             = L_T_MSG.

  • Inventory cube 0IC_C03 ,Stock on particular date

    Hi All,
       We are trying to get the stock on a particular date using cube 0IC_C03 ,but we are unable to get the total stock on a given date.
    1)Ex: I want stock on 01.12.2009 ,but in the query output I am getting  null values.
      I am only getting the total stock quantity on the loaded date for ex:04.01.2010(which is my data loading date in to the cube).
    2)And when we restrict 0calday with <=01.12.2009 ,i have to get the total stock till 01.12.2009
    Thanks&regards,
    Sunitha

    Hi,
    Check
    Treatment of historical full loads with Inventory cube
    Setting up material movement/inventory with limit locking time
    1)Ex: I want stock on 01.12.2009 ,but in the query output I am getting null values.
       I am only getting the total stock quantity on the loaded date for ex:04.01.2010(which is my data loading date in to the cube).
    For 2LIS_03_BX it will give the extracted date only
    2)And when we restrict 0calday with <=01.12.2009 ,i have to get the total stock till 01.12.2009
    try with below options.
    Use :
    0VALSTCKVAL   " for Value
    0VALSTCKQTY   " for Qty
    0CALMONTH        " for Month
    Use the above combinations in New Selections in columns and go it.
    For Qty Opening:
    New Selection bad drag abd drop following things
    0VALSTCKQTY   " for Qty
    0CALMONTH        " for Month and restrict with less then or equalto option variable (single value, user input)  and set the offeset
                                   value = -1 bcoz if user will give 12.2009 , so it will display 11.2009 closing stock, this is opening for 12.2009.
    For Qty Closing:
    New Selection bad drag abd drop following things
    0VALSTCKQTY   " for Qty
    0CALMONTH        " for Month and restrict with less then or equalto option variable (single value, user input) .
    In the same way build for Value and other Keyfigures on 0IC_C03.
    And
    Drag & drop
    0MATERAIL
    0PLANT  " Give some Input Variable.
    See the steps.
    Treatment of historical full loads with Inventory cube
    Setting up material movement/inventory with limit locking time
    If it is BI 7 then for BX in in DTP in Extraction Tab you need to select Extacrion mode = NON-Cumulative option.
    Thanks
    Reddy

  • No Selective Deletion on Inventory Cube 0IC_C03 via Calendar Day

    Hi,
    I need to repair my Inventory Cube <b>0IC_C03</b> for a certain date. To do that, I need to perform a <i><b>Selective Deletion</b></i> on the Cube and perform a <b>FULL REPAIR REQUEST</b> limited on that day only.
    But to my surprise, I could not find a Calendar Day entry in the "<i>DeletionSelection</i>".
    Is there a workaround or do I need to switch on anything?
    --Jkyle

    Hi Roberto,
    You are too humble! Everybody knows you are the <b>ONE</b>
    (he heh from the <b>MATRIX</b> movie)
    Anyway, I dont think Export Datasource would help. As you may know, Inventory Cube <b>0IC_C03</b> uses 2LIS_03_BX and 2LIS_03_BF data sources. This <b>CUBE</b> is somehow special.
    To cut this problem short, I'll go straight to the point. <i>How could I perform INIT via 2LIS_03_BX and 2LIS_03_BF w/o R/3 downtime at all</i>? The reason I came to this <i>Selective Deletion</i> thing is to patch up the mess the INIT would introduce when there are users around by using a REPAIR FULL REQUEST only for that single day...
    I hope you get what I mean...
    Thanks!
    --Jkyle

  • Difference between Inventory cube 0IC_C03 and 0CP_IC_C1

    Hi Gurus
    I'd like to ask what's the difference between this 2 cubes in inventory? 0IC_C03 and 0CP_IC_C1 ? Any help will be much appreciated. Thanks in advance
    - Kit

    Hi,
    Well I am not an expert on Inventory but this is what I know:
    0IC_C03 - LO Cockpit cube - Standard Inventory qty and values. This can be used for all purpose on a generic basis. This is not customized for any specific Industry sector. A standard ECC can use this as well as Retail can use this.
    0CP_IC_C1 - This is also an Inventory cube containing value and quantities but this is more specifically designed for CP industry sector (Consumer Products). Here the BW transaction keys are different meaning that events/movement types specific to CP industry transactions will generate these transaction keys which gets updated to BW.
    Also the cube 0CP_IC_C1 KPIs are average figures on the stock quantities and values (Exception Aggregation: Average Over Calendar Days). Whereas in 0IC_C03 the KPIs (NCKFs) are based on last value (Exception Aggregation: Last for Calendar Days)
    Therfore if you are not aiming at Consumer Products Industry specific implementation, I would recommend 0IC_C03 cube.

  • Customization of Inventory Cube - 0IC_C03

    Hi gurus,
    I need to implement the Inventory for my client using the Std cube 0IC_C03.
    Here the client wants me to take the Total stock as the sum of the following stocks in MARD Table
    LABST - Unrestricted
    UMLME - Stock in Transfer
    EINME  - Restricted Use
    SPEME - Blocked
    RETME - Return              
    In the Standard Content we are considering only Stock in transfer & Blocked stock.
    Please help me in suggesting what are the changes needed in Transformations for both 2LIS_03_BX and 2LIS_03_BF.
    Thanks in Advance
    Seshu

    Hi ,
    The fields LABST - Unrestricted
    UMLME - Stock in Transfer
    EINME - Restricted Use
    SPEME - Blocked
    RETME - Return
          The fields other than blocked and Stock in transfer are not present in the datasources  2LIS_03_BX and  2LIS_03_BF .
      If you need these fileds , you can go ahead with a function module datasource based on MARD , MSEG tables from where you can take these fields directly .
    You can also refer to the links below for other options
    Datasource for MARD table
    Re: MARD Table  -  Not giving Stock in Transit Value
    If in case the relevant fields are not seen in the datasource , you can go to transaction LBWE, CLICK ON 03 :Inventory Controlling(your case), click on maintainence tab and just drag the required fields to the left .
    Also you need to delete and fill the setup tables after this step.

  • Valuation class in Inventory cube 0IC_C03

    I have to include valuation Class in standard cube 0IC_C03.Please help me with your inputs.
    what are the keyfigures I should assign in the update rule for valuation class chracteristics?.
    Thanks in advance for your time and help
    null

    Hi,
    hope that you already included the valuation class object in the Infocube and communication ( source structure ), the it should assign automatically. if not please go to the update rule and assign to the key figure which are not active using charateristics tab in the update rule. suggestion is assign for all the Key figures and then activate the update rule.
    Regards,
    Vishwanath.

  • Damaged inventory cube 0IC_C03

    Hi all,
              My inventory cube is damanged because some data is not loaded via delta.
    what i done is i stopped the back ground job which is running for compression of the request.i done Init with full repair request loaded missing data.(_03_BF). full load.
             now my question is setting up marker for BF . my opening stock is around 2006. I loaded from 02.2007 to till the date. It is not a historical data(Because it after 2006). current data.
    can i do compression with marker or without marker.
    pls help me this is very important for me.
    thanks .

    Hi
    About the Marker - understood........I did....without checking it.   that is not the issue. Please see below the detail of the error log. Listcube does not show any entries. the range of posting dates i loaded was 1/1/2000 to 1/10/2010....valuated stock only..........
    this is the error message..........
    Multiple entries found with NCUMTIM 'unlimited'; compression not possible
    Message no. DBMAN380
    Diagnosis
    The time dimension contains multiple entries for which the time
    reference characteristic (NCUMTIM) is set to 'unlimited'.
    The value 'unlimited' is the maximum possible value for the time
    reference characteristic. This value is reserved for markers in
    non-cumulative InfoCubes and cannot be used for standard transaction
    records.
    System Response : Compression is terminated.
    Procedure : Contact your system administrator.
    Procedure for System Administration
    To allow compression to be carried out, the entries must first be
    removed from the InfoCube.
    To do this, you can proceed as follows:
    1. Delete all packages that contain records in which the time reference
    characteristic has the value 'unlimited'. You can identify these
    packages by using transaction LISTCUBE.
    2. Reload these packages and create a rule in the transformation that
    maps the value 'unlimited' to a year before 9000.
    3. Using transaction RSRV, then delete all entries that are no longer
    used from the time dimension.
    The InfoCube can be compressed again.

  • Inventory Cube 0IC_C03

    How do we compare the date BW with R/3 for the cube 0IC_C03?

    Hi Krish,
    Check this link to get document
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7a5ee147-0501-0010-0a9d-f7abcba36b14
    Regards
    Prakash

  • DataMart from Inventory Cube (0IC_C03)

    I want to use the daily inventory cube to data mart and load to a cube/ods otherwise.  I am aware that the values of non cumulative kf will not be available but that is okay I need the value of the cumulative kf.
    Is there any issues or problems that people can see if I data mart from this cube? Thanks

    Hi Niten,
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/8f/da1640dc88e769e10000000a155106/content.htm
    Also check the Integartion (last) section in this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a62dee07211d2acb80000e829fbfe/frameset.htm
    Bye
    Dinesh

  • How to revert request posting in inventory cube 0IC_C03

    Hi Experts,
    We are doing inventory at our storage. We have one problem
    By mistake 2 delta requests are posted in 0IC_C03 cube and it is compressed.How to revert back the last delta request.
    Thanks

    Hi ,
    You can revert bcak by doing Selective Deletion.
    You search for a field Load Date in cube, If ypu have that field pls go ahead and give yesterdays or todays load date as per your requirement as selections and delete the data selectively.
    Else if you dont have load date then, you need to do small work around........Go to PSA and put filter on Posted date or created on date or some time fields and figure out the list of dates.
    Based on above dates you can clean up the previous records from cube by doing selective deltion.
    Regards
    SujanR

  • How history tables like MBEWH applied to Inventory cube 0IC_C03

    Hi BW Gurus,
    Need your advice on this. How actually we can applied history tables like MBEWH, MARCH, MCHBH, MKOLH, MSKUH link with the cube? Is it create as master data or create customer exist to 2LIS_03_BF data source?
    As my concern is how actually MonthYear data in this history table can map to transaction cube.
    Appreciate your help. Thanks.
    Regards,
    Jeff ([email protected])

    HI  Ramanjaneyulu ,
    Follow these steps & PDF FILE AT THE END.
    1. Activation:
    Activate the extract structure MC03BF0 for the corresponding DataSources
    2LIS_03_BX/2LIS_03_BF in the LO cockpit (transaction code in R/3: LBWE).
    2. Initialization:
    Initialization of the current stock (opening balance) in the R/3 source system with
    DataSource 2LIS_03_BX (transaction code in R/3: MCNB)
    Data is added to the setup table MC03BX0SETUP.
    3. Setup of statistical data:
    You can find the setup of statistical data under transaction SBIW in the R/3 system or use transaction code OLI1BW for material movement and transaction OLIZBW revolutions.
    4. Loading the opening stock balance (2LIS_03_BX):
    In the InfoPackage, choose the upload mode “Create opening balance”.
    5. Compressing the request:
    Compress the request containing the opening stock that was just uploaded. Make sure the "No marker update" indicator is not set. Please consider note very carefully 643687 before you carry out the compression of requests in stock InfoCubes.
    6. Loading the historical movements:
    Choose the upload mode "Initializing the delta process".
    7. Compress the request:
    After successfully uploading the historical material movements, the associated request has to be compressed. You must make sure the "No marker update"
    indicator is set.
    8. Start the unserialized V3 update or queued delta control run:
    Transaction code: SBIW. Data is written from the extraction queue or central update table into the delta queue (transaction code in R/3: RSA7). Data is now available for extraction for BI system.
    9. Start delta uploads:
    Successive (for example, daily) delta uploads can be started with the DataSource
    2LIS_03_BF from this point in time on.
    <b>PDF ON INVENTORY:</b>
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328
    Thanks,
    kiran

  • Queries from the Standard Inventory Cube 0IC_C03

    What are the advantages/disdvantages of building the queries which have been delivered with the 0IC_C03 off a multicube.  If no disdavantages any reason why SAP have not delivered a multicube with the model?  Thanks

    I dont see any disadvantages building the same queries off a multi. Many companies have a std to build queries of multi rather than the basic cube. Multi's most of the time are paired of several cubes and not rather on a single IC. So i dont think SAP can anticipate different needs of hell alot of customers.

  • Compress the request of inventory cube 0ic_c03

    Hi experts,
    I want to compress the infocube 0ic_c03 daily for the delta requests through process chains.
    In the process chain, process types there are 2 options:
    1.Collapse only those requests that were loaded XXX days ago
    2.Number of requests that you do not want to collapse
    Which one i should select and how many days i need to go.
    I want to the daily delta request to be compressed.
    Pls guide me accordingly.
    Regards,
    Nishuv.

    Hi,
    Inventory data is non-cumulative data and we usually keep 30 days. Once compressed we cannot make any changes if there are any errors on particular day. We had problem when FICO consultants changed valuation in the systems directly and we were not aware of that. Later when values in the FICO is different in Inventory then we figured out that there were some manual changes in FICO. Luckly we didn't compress those requests. Later thru some routines we fixed the issue.
    Thanks
    Srikanth

  • Enhancement of Inventory cube ( 0IC_C03)

    Hi,
    I would like to include movment type and reason for movement in this cube .
    The respective fields (of MSEG table) of R/3 are BWART,GRUND.
    Does it make sence to enhance the datasource 2LIS_03_BX by this fields .
    I observed that these fields are avialble in Extraction structure MC03BX0.But these are not yet availble in the DS 2LIS_03_BX .
    With rgds,
    Anil Kumar

    Hai Anil ,
    Pls understand following things when it comes to inventory .
    It's handled using 3 datasources
    2LIS_03_BX , 2LIS_03_BF & 2LIS_03_UM .
    First step is to Perform Stock initialization in R/3 side
    using data source 2LIS_03_BX . At that moment ..all the closing stocks (Stocks at that moment)
    for all stock materials are marked & taken as opening stock into BW .
    It doesn't deal with movement type at all at this stage ...
    and it is a one time job .
    secondly , You need to run Statistcial set up for Material Movements using
    This will inter fill the datasource 2LIS_03_BF ...which is specifically designed to handle movement types
    Here all your historical/current/future movements are passed to BW only thru this data source .
    So u need to update Movement Type thru this data source in BW . As i Know Movement type is already available
    in this datasource ..only you need to include it in cube & connect thru update rules .
    3rdly , You need to run Statistcial set up for revaluation data  using
    This will inter fill the datasource 2LIS_03_UM ...which is specifically designed to handle Revaluations without any
    movement type .
    One thing to remember here is Movement type can be given for report drill downs . But what happens is
    You will see the effect of drill down on movement type as follows
    Hint1 : Storage location not Blank (Not #) and Movement type # - Opening Stock during initialization (Filled from 2LIS_03_BX DS)
    Hint2 : Storage location will be '#' and Movement type "#" is Revaluation data (filled from 2LIS_03_UM DS )
    Hint3 : Movement type is proper(i.e No #) & Storage location is also proper (i.e No #) is the proper movement data filled from 2LIS_03_BF
    datasource
    One thing is all 3 of them can be validated perfectly with R/3 system . So you should not treat that as errors in BW results
    User should be aware of this things before he drills down on movement type . No other Go !!
    I hope this clarifies all your doubts ! can also assign some points !!
    Any thing else cointact me .
    -Gururaj

Maybe you are looking for

  • Decimal places in the BCC field

    Hello, I created a field in the xml to save a field of type double, but only allows up to three decimal places. <property name="freight" data-type="double" column-name="freight" display-name-resource="freight" category-resource="categoryBasics" >    

  • How to change my country without giving credit card info

    I want to be on the American market

  • How to open photos large enough to edit or view?

    I am unable to view photos in any size larger than the basic thumbnail.  When I double click, the photo remains small.  When I go to full screen mode, the photo remains small but is centered in the middle of the full screen.  It is very difficult to

  • Serious bug

    Working on my site in Muse when suddenly PINK!!     The whole document became pink! It should be white. I can't find where it has come from or why it's there. It only exists in edit, not in preview mode. The pink background also exists in the master

  • Page deploy to apps i got below error

    Hi All. I deploy the page to apps at that time i got the lov error. total page is working fine but only lov is not worked. plz help me. Error Page Exception Details. oracle.apps.fnd.framework.OAException: oracle.jbo.NoObjException: JBO-25003: Object