/sapapo/stockanc is missing in liceCache

Hi all,
I have installed liveCache on MaxDB.
During SNP planning I'v reciving dump - /sapapo/stockanc does not exist.
I'm checking through LC10 - command db_execute select * from /sapapo/stockanc
And it returns that there is no such table.
Do not know what to do. I'm thinking to create this table manually. But do not know what is the tabke structure...
Can anyone hint this?

> I have installed liveCache on MaxDB.
No, you didn't.
Either you installed the correct liveCache package or a MaxDB.
There's no way to install a liveCache onto or over another MaxDB installation!
> During SNP planning I'v reciving dump - /sapapo/stockanc does not exist.
>
> I'm checking through LC10 - command db_execute select * from /sapapo/stockanc
> And it returns that there is no such table.
Ok, so likely the first part of my reply already explains it.
It might also be that you've setup the wrong schema to use or skipped the liveCache initialization.
I propose to read the installation guide for liveCache and to follow it thoroughly.
> Do not know what to do. I'm thinking to create this table manually. But do not know what is the tabke structure...
Negative!
If tables are missing, something else (something more important) already went wrong.
This other thing needs to be fixed first.
regards
Lars

Similar Messages

  • LiveCache - LC10 message - Index issue

    hi,
    LiveCache - LC10, - Problem Analysis ->Performance -> Database Analyser -> bottleneck report
    The message read as follows:
    LiveCache- Bottle-neck messages:
    2 tables contain > 1.000.000 records but only 20.000 rows will be sampled for statistics.
    Table SAPR3./SAPAPO/ORDKEY contains 8247892 rows(205921 pages), sample rows 20000
    Table SAPR3./SAPAPO/STOCKANC contains 1319385 rows(25413 pages), sample rows 20000
    Looks this would affect the processing and the delay may be an issue for CIF queue processing.
    Wondering, if sampling could be increased ? is there any oss note available to do this.  This index is implemented using BADI
    Any input on this issue is appreciated.
    Thanks,
    RajS

    Please check the following notes regarding changing the sample of the statistics run:
    Note 808060 - Changing the estimated values for Update Statistics
    Note 927882 - FAQ: SAP MaxDB Update Statistics
    Kind regards,
    Mark

  • SNP Optimizer  With Runtime Errors

    I am Trying to run SNP Optimizer.
    The actions performed on SNP Interacive planing book is Selected the Product Locations in Selection window and When trying to load data or click optimizer it is giving a  runtime error.
    The Error Says: A table is refered to in a SAP open SQL statement that either does not exit or is unknown to the ABAP dictonary.
    Table involved is /SAPAPO/STOCKANC.
    Please , can anyone help me understand. What the error is and how to go about it?
    That would be a great help.
    Thanks
    GAyatri

    Hi Gayatri,
    Very first check is already mentioned in the error message.
    Did you check that the table "/SAPAPO/STOCKANC" exists in your system? When you would dispplay the table in SE11, you should see against the table name that it should show up as "active".
    Click on "check" and then "activate" button if the table is not active. This would make it active.
    Alternatively take help from your ABAP colleagues.
    (Table should have a description "Key and Descriptive Data for Stock". You should also try to find out if recently some OSS note was applied which is causing this kind of issue)
    Thanks - Pawan

  • Error while trying activate planning area

    Hi APO Gurus,
    I am faced with a problem of not being able to activate a planning area although my live cache is operational. This is a fresh installation of APO and when I view the Model (000) and Active Version (000) I see the message at the bottom saying - "Live Cache is not available" although my Live Cache is active and operational
    Further, when I tried to activate the PA I got an error message Internal Error [/sapapo/OM_TS_CHANGE_TG].
    I get a dump with the following message on trying to save the active version with changes
    Runtime Errors         DBIF_RSQL_TABLE_UNKNOWN
    Date and Time          03.04.2009 11:39:44
    Short text
    A table is unknown or does not exist.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "/SAPAPO/SAPLDM_LC_SQL" had to be terminated because
    it has
    come across a statement that unfortunately cannot be executed.
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    A table is referred to in an SAP Open SQL statement that either does not
    exist or is unknown to the ABAP Data Dictionary.
    The table involved is "/SAPAPO/ORDKEY " or another table accessed in the
    statement.
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    Please check the entries in the system log (Transaction SM21).
    Internal call code.........: "[RSQL/OPEN//SAPAPO/ORDKEY ]"
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "DBIF_RSQL_TABLE_UNKNOWN" " "
    "/SAPAPO/SAPLDM_LC_SQL" or "/SAPAPO/LDM_LC_SQLU12"
    "/SAPAPO/OM_ORDKEY_SELECT_SIMID"
    Your inputs will be of great help
    Regards,
    Vijay Swaminathan

    Dear Vijay Swaminathan,
    The short dumps with error DBIF_RSQL_TABLE_UNKNOWN have occured because the two important SQL tables /SAPAPO/ORDKEY and /SAPAPO/ORDMAP were missing in liveCache.
    This problem has occured because liveCache has not been initialized  correctly.
    To rectify the problem please initialize the liveCache with transaction LC10. After liveCache is initialized successfully the two required SQL  tables will be created in liveCache by the report  /SAPAPO/DELETE_LC_ANCHORS that has been specified as liveCache init follow up report (see transaction LC10   > button 'Integration'   > tab 'Administration report').
    Please also ensure that the checks indicated in the second tab of transaction /SAPAPO/OM13 shows green lights.
    This should solve the problem.
    Regards,
    Tibor

  • Pegging Overview - base tables

    Hi All,
    I have a requirement where in i need to find the tables where data is stored for Pegging Overview :
    transaction - /SAPAPO/RRP3 .
    i know that there is ome thing called as live cache which helps populate data during run time.
    But there has to be some place where the Purchase Requistions / Planned Orders/ Purchase Orders are saved for the function module like
       /SAPAPO/OM_ORDER_GET_DATA  --- one level of pegging relationship
       /SAPAPO/EFPL_ORD_NET_GET  --- pegging relationship across the entire strucuture
    to get the data at run time.
    Could any one please help out ???
    Regards,
    Vidya

    Hi Vidya,
    LiveCache not just helps populate data during run time but contains some tables itself for performance reasons. These are called anchor tables. As of SCM 5.0, we have 3 such tables.
    The following are those 3 table.
    /SAPAPO/ORDKEY     information about orders in APO
    /SAPAPO/ORDMAP     information about orders in APO for the transfer between APO and R/3
    SAPAPO/STOCKANC     as of SCM 5.0: table contains stock anchors. Further details can be found in note 837744
    I guess the first 2 tables should contain the data youa are looking for.

  • Licecache table missing Table MATRIXINDE does not exist in the database wit

    Hello,
    We recently done a system copy of our APO system, everything went well. in case of Livecache there are 2 problem
    1) when we do the integration for LCA/LDA/LCA while we mentione the Livecache server it is not taking the host name , it is only picking the IP address of the livecache server. If we tried host name, it times out.
    2) once we give the IP address as livecache server  we can start the live cache server. Bure there is only two tables in it
    when we run
    transaction Livecache Check (/SAPAPO/OM03) we get the erro i.e.Table MATRIXINDE does not exist in the database with ID LCA
    runtime error DBIF_RSQL_TABLE_UNKNOWN
    When we look into the tables there are only 2 tables in it
    AAPSYSNAME
    LCA_WARNINGS
    when I compare with other system...it is missing a lots of other tables..
    We did re-initialized the livecache.
    Appreciate your help in this

    Hello Sudhir,
    1) Did you create the SAP ticket where this issue is reported?
    2) It's good to know more details about the APO version, liveCache/LCA versions on your
        source & target systems.
        What note or document did you follow to do a system copy of our APO system?
    3) Please pay attention to the recommendations in the SAP notes:::
             877203     Post steps after the Homogenous liveCache copy usi u2026
             886103    System Landscape Copy for SAP SCM
    Thank you and best regards, Natalia Khlopina

  • Field /SAPAPO/MARM-GEWEI unit missing for product 000000008660000814 PAL

    Hi Experts,
    I found CIF error in SMQ2. The error states "Field /SAPAPO/MARM-GEWEI unit missing for product 000000008660000814 PAL '.
    I checked the data in MM03 , where alternate unit of measure is PAL. One PAL Is 96000 EA.and i found  GRoss Weight and NET Weight is showing Zero.
    I checked the same in /sapapo/mat1 , it is showing 1PAL = 5760 ea.and i found  GRoss Weight(2, 078.440 and NET Weight(1,800.32) .
    How to rectify thsi error. Please let me know.
    Thanks,
    Manasa.

    Hi Rishi,
    Thanks. Please check teh OSS Notes Note 1519355 - Field /SAPAPO/MARM-GEWEI unit missing for product and advice me.I am pasting the same notes below.
    Summary
    Symptom
    Field /SAPAPO/MARM-GEWEI unit missing for product
    Other terms
    /SAPAPO/MAT067, UOM
    Reason and Prerequisites
    The reason of the error is, that the 'Unit of Weight' is missing for the alternative unit of measure(UOM) in the material Master Data.
    Solution
    From R/3 perspective,
    If no gross or net weight is maintained in a unit of measure, it is not nessesary to maintain a unit of weight. However CIF in APO checks the field GEWEI for all entries of table MARM. If the field GEWEI is blank in any of the MARM entries then you will get the error message . The following are ways to correct this error;
    1) Delete the alternative UoM in APO for the product in /sapapo/mat1. Afterwards process the faulty queue and all alternative UOMs will be correctly available in APO and thus, the masterdata is consistent.
    2) Maintain the 'Unit of Weight' that is missing for the alternative units in the material masterdata in R/3. Afterwards retransfer the masterdata to APO.
    3)use the userexit EXIT_SAPLCMAT_001 (where you can change
    MARM and MARMX values) and maintain the missing 'Unit of Weight'so that MARM-GEWEI is filled before transfering the masterdata to APO.

  • Missing Button for Favorites in APO Transactions SAPAPO/AMON1

    Can anyone help here
    I am missing the Favorites button in transaction SAPAPO/AMON1 - Alert Monitor Display. I need to know what object
    controls this so I can create a new role and assign access as needed to selected Admin staff who will assign user access to required Favorites for
    general users
    My login is fine but normal user logins the button is not available which is normal although I need to know what authorisation control this
    Thanks

    I do not think this is Security Related at all.
    Some Software Components (probably the GUI) are not installed on your machine Properly.  Please reinstall the FULL SAPGUI.  If this does not help also see if any SAP SCM-APO Patches are Incorrectly Installed.  In this case you have to check with the Basis Person on the team and together if you cannot figure please raise an OSS to SAP.
    Hope this is helpfull in terms of a 'direction' to go for.
    Ambrish Mathur

  • Missing Shift number from /sapapo/ppl1

    Hi Experts,
    Can anyone tell what could be the reason of missing Shift # from transaction /sapapo/ppl1.
    Any OSS notes on this?
    any help will be appreciated.
    Thanks,
    Vipul Shah

    Check OSS note :
    Note 616646 - PPL: Display of shift number
    The number of the shift where processing starts is not always displayed in the production list.
    Also Note 350983 - PPT: Production list and print function
    Manish

  • Entries missing in /SAPAPO/PBMVWOBJ table

    Hello All,
             When I try to add or delete the keyfigures in the planning book then the corresponding actions are executed in the table /SAPAPO/PBMVWOBJ (I hope this is the standard behavior). After our upgradation we have added few keyfigures to our customer specific planning books. But these keyfigure entries are not getting reflected in the table /SAPAPO/PBMVWOBJ. Due to this our deployment is not working. Can some one please explain me how the entries are updated to this table?
    Thanks in advance.
    Regards,
    Siva.

    Hi,
    Any Help pz..
    Regards
    Anil

  • Missing key figures from planning area after recent transports

    Hi,
    We are facing an issue of data not loaded to the planning area , realized this after planning book does not show any values in the current week bucket. However the required values show up in the Infocube. Our setup is as below on SCM 7
    external FILE---> FILE DataSource -
    >CUBE -
    > /SAPAPO/RTSINPUT_CUBE program -
    > Planning area ---> planning book
    Recent transports included selelction variant for the above program and now we see that some Key Figures are missing from Planning area from the KEY FIG assignement tab option from the above RTSINPUT_CUBE program.
    Can any one please help
    Edited by: AAL123 on May 19, 2011 11:25 AM

    Hi,
    Did you check what all change objects have been selected in your trasport request which is causing this?
    Best Regards,
    Chandu.

  • Configuration Missing in Purchase Requisition in ECC

    Hi we have a scenarios,need your help to map it into system...
    Existing scenario--we give SFG to
    we are taking SFG from a vendor and Returning him FG.Now to procure the SFG we need a pr at our location...PR is getting created but the source of supply is missing in PR  although transportation lane has been created betw

    Hi,
    Check if the material is extended in the vendor location (/SAPAPO/MAT1) in the active model 000.
    If it is extended, then try to create the PR manually in RRP3. Is the source assigned if you do it?
    f the source is assigned when you do it manually and it is not when you run your SNP, the I would think you have a loop. If this is the case, a Quota can help to overwrite this loop..
    Kind Regards,
    Mariano

  • Message no. /SAPAPO/CIF236

    I am getting this error "Message no. /SAPAPO/CIF236" when I run CCR Delta Report in our SCD Client.  We have just newly connected our SCD client to our ID1 client and I am running the delta for all Sales Orders. 
    Any ideas why I am getting this error for Sales Orders.

    Hi,
        /SAPAPO/CIF236 messages indicates that few Sales Orders are in not in APO but they are there in source system.
    So in same transaction /SAPAPO/CCR, under Sales Order hierarchy, you can see which sales order nos. are missing in source system.If you want to send them back to source system, you can click on Button Send to R/3 .
    I hope this will help to run Delta for sales orders.
    Regards,
    Saurabh

  • Unable to see demand history in APO SPP via transaction /SAPAPO/SPPMDH

    Hello
    We are trying to view aggregated sales history data in APO SPP via transaction /SAPAPO/SPPMDH
    We have loaded sales order data from flat file into DSO 9ARAWDAT & infocube 9ADEMAND. We can see the data in the cubes & also via the standard queries attached to 9ADEMAND cube.
    Also we are able to adjust sales order item level data via transaction /SAPAPO/SPPMRD: Adjust Raw Data .
    However we are unable to see any data when we try to adjust aggregated demand history via transaction /SAPAPO/SPPMDH.
    The replenishment indicator is stocked & the forecast periodicity is maintained as well.
    Could you please let us know if anything is missing? Thanks in advance

    Santanu Paul wrote:
    Hello
    >
    > We are trying to view aggregated sales history data in APO SPP via transaction /SAPAPO/SPPMDH
    >
    > We have loaded sales order data from flat file into DSO 9ARAWDAT & infocube 9ADEMAND. We can see the data in the cubes & also via the standard queries attached to 9ADEMAND cube.
    >
    > Also we are able to adjust sales order item level data via transaction /SAPAPO/SPPMRD: Adjust Raw Data .
    >
    > However we are unable to see any data when we try to adjust aggregated demand history via transaction /SAPAPO/SPPMDH.
    >
    > The replenishment indicator is stocked & the forecast periodicity is maintained as well.
    >
    > Could you please let us know if anything is missing? Thanks in advance
    Hello,
    Check this stuff (from help.sap.com) we had a quite similar issue, until we've fixed it:
    For the demand categories we defined to be in your system, you have transferred the DataSources 9ADEM_CAT and 9ADEM_CAT_TXT as well as InfoSources 9ADEM_CAT and 9ADEM_CAT_TXT to the Business intelligence system (BI system) in SAP SCM and activated them. You have transferred the following InfoPackages for these InfoSources:
    ●      Load Master Data from APO
    ●      Load Texts for Demand Categories from APO
    Note
    Each time you change the relevant for forecast indicator of a demand category, you have to reactivate the master data of characteristic 9ADEM_CAT.

  • Generate DP BOM check box without any description - /SAPAPO/CURTO_GEN_DP

    I am using APO 5.1.  In transaction /SAPAPO/CURTO_GEN_DP, there is a checkbox that is blank right below the "Expl. Quantity" field.  I am trying to determine the purpose of that check box.  Just recently since support stack 12, I am finding that if it is not checked some of the input components will be missing.  When checked all the input components are created correctly from the SNP PDS.
    Thanks for any insight,
    Brian Houston

    Hi Brian,
    Stanimir  is right. The label should have the text "Do not consider Transportation lanes to other locations". You can check note 1448356 which describes the problem and provides you with a manual solution.
    Hope it helps!
    Cheers!
    Stefan

Maybe you are looking for