Select form table /SAPAPO/ORDMAP fails

Hi,
I'm performing a system copy of an SCM system. The procedure includes executing the following select statement in the MaxDB database:
"select LOGSYS… from "SAPR3"."/SAPAPO/ORDMAP…"
The command failed due to the following error "Base table not found;-4004 POS(16) Unknown table name:/SAPAPO/ORDMAP"
I looked at dba_tables and found that the table's owner is SAPLCA, I tried also the above statement using this owner, but it didn't work either.
Selecting from some of the SYS tables is working, but none of the tables which belong to SAPLCA (according to dba_tables table) worked.
Can anyone please help to find out the content of /SAPAPO/ORDMAP?
Thanks,
Shiri.

Hello Shiri,
I saw that the similar question was posted in the opened the OSS message 558872/2006 on queue BC-DB-LCA. Correct?
As you are using liveCache & APO, you are SAP customer, and I would like to recommend you to work with SAP support in the message 558872/2006, or, if it's NOT your message, open the new one for SAP on queue BC-DB-LCA or 'BC-DB-LVC'.
If you are performing the Homogenous liveCache copy using backup/restore procedure, please review the SAP notes 457425 & 877203.
-> run the SQL statement as DBA user ( default :'SUPERDBA' ) & check that 'SAPLCA' user is listed:                                                       select * from domain.users   
[ you could use the SQLSTUDIO, logon as superdba user, or dbmcli tool:
  dbmcli -d <LCSID> -u <control>,<control>
  dbmcli on <LCSID>>sql_connect superdba,admin
  dbmcli on <LCSID>>sql_execute select * from domain.users
  dbmcli on <LCSID>>exit
-> Run the SQL statement as SAPLCA user ::                   
   select * from tables where owner='SAPLCA'      
[ you could use the SQLSTUDIO, logon as SAPLCA user, or dbmcli tool:
  dbmcli -d <LCSID> -u <control>,<control>
  dbmcli on <LCSID>>sql_connect saplca,<pwd>
  dbmcli on <LCSID>>sql_execute select * from tables where owner='SAPLCA' 
  dbmcli on <LCSID>>exit
-> Run the SQL statement as SAPLCA user ::                     
   select LOGSYS, count(*) from "SAPLCA"."/SAPAPO/ORDMAP" group
   by logsys
[ you could use the SQLSTUDIO, logon as SAPLCA user, or dbmcli tool:
  dbmcli -d <LCSID> -u <control>,<control>
  dbmcli on <LCSID>>sql_connect saplca,<pwd>
  dbmcli on <LCSID>>sql_execute select LOGSYS, count(*) from "SAPLCA"."/SAPAPO/ORDMAP" group
   by logsys
  dbmcli on <LCSID>>exit
Thank you and best regards, Natalia Khlopina

Similar Messages

  • Viewing form in Preview Mode Failed. Error: Table not found  [131-183]

    Hi,
    I have created a user form in screen painter in SBODemo. Created UDT, UDF & Registered UDO through my SDK code.
    Everything works fine.
    But when i run my addon on any other DB, and open my custom form it gives an error : Table Not Found.
    I have checked the UDT's , UDF's & my UDO, all are in place and getting created in the DB.
    I tried checking the Form again in screen painter everything is in line. But when i try preview in screen painter it gives an error
    Viewing form in Preview Mode Failed. Error: Table not found  [131-183].
    I can't figure out the issue, i have checked my codes & forms many times.
    Regards
    John

    hi john smith,
    Check your screen painter, probably some fields are defined without the "@" character in front.
    for fields, check the "U_".
    nd.Q

  • How to open  business partner Properties selection form(OCQG table)

    Dear all ,
    Is there any object for business partner Properties which are stored in OCQG table
    Can anybody tell me
    how to open the properties selection form as incase of
    Financials->Financial Reports->Accounting->G/l Accounts and Business Partners-> Click on Properties Button
    I want to open this form  is there any way to do it
    Thank you
    Atul

    Hello Atul,
    With the sbo sapbouicom object you can for example simulate a buttonclick.
    I suggest that you use in your code:
    ActivateMenuItem("13057") //(G/l Accounts and Business Partners)
    and then you simulate a click on the property-item/button.
    Hope this helps.
    Best regards Teun

  • Select * from table as of Scn fails in powercenter

    Hi all, I have written the below query in SQL override of a Powercenter mapping. This fails with 'FROM keyword not found where expected' error. Can you please suggest how else I can fetch last committed data from my source?Select * from table AS OF SCN <Scn no>

    Hi All, I have multiple flat files which i need to load in a single table.I did that using indirect option at session level.But need to dig out on how to populate substring of header in name column in target table. i have two columns Id and Name. in all input file I have only one column 'id' with header like H|ABCD|Date. I need to populate target like below example. File 1                                    File2     H|ABCD|Date.                      H|EFGH|Date.1                                            42                                            5  3                                            6 Target tale: Id    Name1     ABCD2     ABCD3     ABCD4     EFGH5     EFGH6     EFGH can anyone help on what should be the logic to get this data in a table in informatica.

  • Problem in displaying data onto Form after selecting from table.

    Hi there,
    I keep hitting this error when I tried to display the data after the selection from table. Using backing beans w data control to do it
    Err: java.lang.ClassCastException: java.util.Collections$SingletonList cannot be cast to java.lang.Integer
    Table used ArrayList to retrieve out the wanted data. E.g uses A object
    To display: selected data to retrieve the selected row to display as a read-only form layout below the table. E.g. need to get A.getName() to match with B object B.getName() then uses the B object to retrieve out the data.
    Anyone know how to do it?

    Hi
    use the follwing code
    int rowcount = wdContext.node<Name>().size();
    while(rs.next())
    IPrivate<ViewName>.I<Name>Element tabnode =wdContext.node<Name>().get<Name>ElementAt(i);
    tabnode.nodeAuthoriseNode().invalidate();
    tabnode.nodeAuthoriseNode().addElement(0,authele);
    tabnode.nodeAuthoriseNode().setLeadSelection(0);
    wend
    Regards
    Dhinakar

  • Html form for select * from table a

    Hi all,
    I m looking for report on header/footer part from one apex pages
    which will display context from table a, like sql statement
    select * from table a, written in html.
    Is any examples in java script/html select from tables
    (and same insert into table A (...) select * from table b)
    thanks,
    Gordan

    Hello Gordan,
    Do you want to show the whole report or just some data of it?
    If it's for ex just the name and address you could create two items and have a process or computation to fill it with your select statement.
    If it's the whole report, just create the report and put it in for ex. Region 1. In your page template you can specify that Region 1 needs to come into the footer.
    Regards,
    Dimitri
    -- http://dgielis.blogspot.com/
    -- http://apex-evangelists.com/
    -- http://apexblogs.info/

  • Problem while selecting a table after creating the dblink

    Hi,
    We have created the dblink for oracle to sql server and it created successfully,
    But while selecting the table from oracle we are getting the below issue,
    select * from "sysdiagrams"@omniyat;
    ERROR at line 1:
    ORA-00942: table or view does not exist
    [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name
    'sysdiagrams'. {42S02,NativeErr = 208}[Microsoft][ODBC SQL Server Driver][SQL
    Server]Statement(s) could not be prepared. {42000,NativeErr = 8180}
    ORA-02063: preceding 2 lines from OMNIYAT
    Kindly provide us the solution to resolve this issue.
    Regards
    Sham

    Please see:
    Odbc Connection From Oracle To SQL*Server Fails With Errors Ora-28546 and Ora-2063 When Using Connection via Database Link. (Doc ID 1389492.1)
    To BottomTo Bottom
    Error 08001,NativeErr = 11 Instance Invalid or Not Running Connecting to SQL*Server Using Dg4MSQL (Doc ID 1349023.1)
    How to Resolve Common Errors Encountered while using Database Gateways (DG4IFMX, Dg4MSQL, DG4SYBS), DG4ODBC or Generic Connectivity (Doc ID 234517.1)
    Thanks,
    Hussein

  • "Select" Physical table as LTS for a Fact table

    Hi,
    I am very new to OBIEE, still in the learning phase.
    Scenario 1:
    I have a "Select" Physical table which is joined (inner join) to a Fact table in the Physical layer. I have other dimensions joined to this fact table.
    In BMM, I created a logical table for the fact table with 2 Logical Table Sources (the fact table & the select physical table). No errors in the consistency check.
    When I create an analysis with columns from the fact table and the select table, I don't see any data for the select table column.
    Scenario 2:
    In this scenario, I created an inner join between "Select" physical table and a Dimension table instead of the Fact table.
    In BMM, I created a logical table for the dimension table with 2 Logical Table Sources (the dimension table & the select physical table). No errors in the consistency check.
    When I create an analysis with columns from the dimension table and the select table, I see data for all the columns.
    What am I missing here? Why is it not working in first scenario?
    Any help is greatly appreciated.
    Thanks,
    SP

    Hi,
    If I understand your description correctly, then your materialized view skips some dimensions (infrequent ones). However, when you reference these skipped dimensions in filters, the queries are hitting the materialized view and failing as these values do not exist. In this case, you could resolve it as follows
    1. Create dimensional hierarchies for all dimensions.
    2. In the fact table's logical sources set the content tabs properly. (Yes, I think this is it).
    When you skipped some dimensions, the grain of the new fact source (the materialized view in this case) is changed. For example:
    Say a fact is available with the keys for Product, Customer, Promotion dimensions. The grain for this is Product * Customer * Promotion
    Say another fact is available with the keys for Product, Customer. The grain for this is Product * Customer (In fact, I would say it is Product * Customer * Promotion Total).
    So in the second case, the grain of the table is changed. So setting appropriate content levels for these sources would automatically switch the sources.
    So, I request you to try these settings and let me know if it works.
    Thank you,
    Dhar

  • How does "Forms Table Test" work?

    Hey guys,
    I want to use a "forms table test" on the order management lines form, but it doesn't show any reaction.
    In which forms do I use table forms test?
    best regards
    dewi

    Very simple. This table existed in Oracle Version 3 and was used prior to PL/SQL for performing computations. The dummy column is just that. I always returns one row, one column if you select from it.
    Now: DON'T DROP THIS TABLE!!!!!! I decided to see what would happen I did drop the table. Ever hear of INSTANCE CRASH? The Oracle Kernel uses this table Internally for consistency purposes. Shame on Oracle for saying in Version 6 that this table is no longer needed. Also, if your application does a select <sequence name>.nextval from DUAL, change your code as you'll see LOTS of excessive IOs from using this table.

  • Reading table: /SAPAPO/AM_ALERT or using FM: /SAPAPO/AMPLLP_SDP_ALERTS

    Hello all,
    I am trying to build a logic that retrieves the database alerts from the table: /SAPAPO/AM_ALERT.
    Problem is the mapping of the OBJECT ID's on this table where I encounter some for which I cannot find a correspondence.
    Currently I have the following:
    OBJECT ID1 = Macro Book
    OBJECT ID2 = Data view
    OBJECT ID3 = ???
    OBJECT ID4 = ???
    OBJECT ID5 = ???
    OBJECT ID6 = ???
    This fields have a content with some ID. I have tried to check either this ID's are the material ID from /SAPAPO/MATKEY or the location from /SAPAPO/LOC but there is no findings.
    Does anyone know the correct mapping and how to properly read the table?
    This is because I would need to filter the database alerts retrieved from this table by product/location...
    As an alternative does anyone know about how to correctly populate the import parameters of FM: /SAPAPO/AMPLLP_SDP_ALERTS?
    I believe this would also be an option to read the database alerts.
    Thank you all.
    Joao

    AAL,
    I have never tried to delete alerts under the condition where there are several million entries, so I cannot speak from memory.  I had a similar problem once with BackOrder Processing logs, which caused me all kinds of grief to reorg....
    If you have an old version of APO (3.1 and previous) there are some notes that may be helpful.  Search on OSS under /SAPAPO/AMON_REORG.  Particularly http://service.sap.com/sap/support/notes/513553.  These problems have mostly been corrected in later versions.
    As far as your question,  the two 'times' you asked about refer to the record creation date.  Records that are older than the absolute date/time will be deleted.  Relative Date time refer to 'difference from today'.  I would start with a very old value under 'absolute', say around the date that your first alerts were created.  To avoid session timeout issues, I would create a variant which selected only the oldest records, and then run in background.  I would try first to select only one alert monitor application, preferably one that has the smallest number of records, to start.  Once these are fully reorg'ed, move to another A/M application.
    For internal table storage, there are settings that your Basis Team can make, that may improve the situation.  Print the error log and take it to your Basis team.
    Best Regards,
    DB49

  • Pages (5.2) document unable to select a table within it

    Hi all:
    I created a form for my business back with Pages '09 (the best up until this point).  I have a number of tables within the form and, until now, I cannot select all of them for editing, moving, etc.  I double-click over the table and nothing.  I select all (Command + A) and the table gets highlighted, but you cannot select it.
    I've tried Bring All To Front, Move All To Rear, etc. and that doesn't work.
    Any ideas?
    I'm desperate!

    Hi again Jerry,
    Ok, I should have tried this at the beginning, but I think I've freed it.  It must be a bug in the conversion from Pages '09 to 5.2.  I Copied All > Opened New (blank) > Pasted.  The entire form is identical without Duplicating and now I'm able to select the table within it.
    Is there a way to notify Apple of this?  I find this version of Pages excedingly full of errors and counter-intuitive.
    Thanks again!

  • 9ASVTTY (Safety Days Supply) UoM in table '/sapapo/tspaplob'

    Hello All,
    We faced an issue whereby the safety days supply was being displayed in Base UoM of the product like 'EA'. After further exploring this issue and comparing with standard SAP Planning Areas we found that a value of '10' has to be maintained against 9ASVTTY for field UOM_PLAN in table /sapapo/tspaplob.
    After making this change the safety days supply is being displayed in DAYS again. Although the issue is resolved I still want to know what is the significance of maintaining this value '10' in the table. Also can we maintain a unit like 'D' or 'H'. After maintaining this value in the table I dont see any corresponding change in the Planning Area for 9ASVTTY, field 'UoM'.  
    An early reply is highly appreciated.
    Thank You.
    Abhi.

    Hi All,
    There is this function module called by the Planning Administration view, called CONVERSION_EXIT_CUNIT_INPUT.  Below is a code extract pointing to where exactly does the system equate D to "10"
    IF sw_use_buffer EQ space
        OR language NE sy-langu.
          SELECT * FROM t006a UP TO 1 ROWS WHERE spras EQ language
                              AND   mseh3 EQ input.
            output = t006a-msehi.
          ENDSELECT.
        ELSE.
          t006a_s_tab-mseh3 = input.
          READ TABLE t006a_s_tab WITH KEY t006a_s_tab-mseh3 BINARY SEARCH.
          output = t006a_s_tab-msehi.
        ENDIF.
        PERFORM get_t006b USING    language mseh3
                          CHANGING output l_return_code.
    From this code extract, we see that the value mapping of UoM is actually in table T006A.  If you equate the UOM_PLAN field in the Planning Area field, with MSEHI of table T006A, the value at field MSEH3 or table T006A would reflect in the planning book.
    Hope this helps

  • Diff b/w select endselect and select into table............

    what is the difference b/w
    Select
    Endselect
    and select into table....
    Akshitha..

    Hi,
      When ever u want to append data into the workarea then use select ... endselect. When u r appending data into the internal table then use select. Also when u use select single then also use only select.
    Eg: Using only Select
    data : begin of itab occurs 0,
    lifnr like lfa1-lifnr,
    end of itab.
    select single lifnr from lfa1 into itab.
    data itab like lfa1 occurs 0 with header line.
    select * from lfa1 into table itab.
    Eg: Using Select .. endselect.
    data : itab like lfa1 occurs 0,
    wa like lfa1.
    select * from lfa1 into wa.
    append wa to itab.
    endselect.
    Regards

  • Sometimes Local Address not in ARP table and Ping fails (network problem?)

    I see something like this on our network a couple of times a week.
    The same replies have been received from different hosts.
    ping fails
    local subnet machine is not in arp table
    ping fails
    local subnet machine is not in arp table
    traceroute may or maynot succeed
    If traceroute succeeds an entry is in the arp table
    if traceroute fails no entry will be in the arp table.
    A netstat -s, ont the local host, doesn't show any thing strange except that udpNoPorts=10844982 (Unfortunately I don't know what udpNoPorts is)
    The remote host IS UP.
    Does anyone have an idea as to why this is happening?
    Can our 100mb network, which is not that busy, be loosing that many ICMP or ARP messages?
    This is a problem because I'm the guy getting paged if a system is down.
    Local host is Solaris 7 on same subnet at IP 168.173.8.8
    Remote hosts are usually NT boxes.
    /usr/sbin/ping -svR stpaul_web2 56 3
    ----stpaul_web2.agribank.com PING Statistics----
    3 packets transmitted, 0 packets received, 100% packet loss
    /usr/sbin/arp stpaul_web2
    stpaul_web2 (168.173.8.143) -- no entry
    /usr/sbin/ping -svR stpaul_web2 56 3
    ----stpaul_web2.agribank.com PING Statistics----
    3 packets transmitted, 0 packets received, 100% packet loss
    /usr/sbin/arp stpaul_web2
    stpaul_web2 (168.173.8.143) -- no entry
    /usr/sbin/traceroute stpaul_web2
    1 stpaul_web2.AGRIBANK.COM (168.173.8.143) 2995.868 ms 0.231 ms 0.211 ms
    /usr/sbin/arp stpaul_web2
    stpaul_web2 (168.173.8.143) at 0:1:2:cc:a3:51
    Any help is greatly appreciated.
    Ks

    Hi,
    I Think you need to do Teaming on the servers.
    ++ configure etherchannel between switch and the server.
    configuring etherchannel b/w 4503 and server:
    ================================
    http://www.cisco.com/en/US/tech/tk389/tk213/technologies_configuration_example09186a008089a821.shtml
    Sample NIC Teaming - HP NICs with Cisco Switches (EtherChannel) :
    ==============================================
    http://support.citrix.com/article/CTX434260
    There are several NIC teaming technologies available today from  switch vendors.  Cisco uses the term “EtherChannel.”  Various switch  vendors use various terms, and these may or may not provide the same  exact functionality. Use of EtherChannel technology requires support  from the server hardware vendor, NIC vendor, and Layer-2 switch vendor.
    Hope this helps
    Cheers
    Somu
    Rate helpful posts

  • Error when selecting bkpf table

    select single belnr
         into it_data-belnr
         from bkpf
         where awkey = it_vbrp1-vbeln and
               blart = 'RV'.
    above code i am using for selecting bkpf table , actually key field are not useful in this case & hws to use index.
    plz reply.
    Thanks,
    Jyotsna

    Hi,
    select single belnr
    into it_data-belnr
    from bkpf
    where awkey = it_vbrp1-vbeln and
    blart = 'RV'.
    In above query what is it_vbrp1-vbeln? if it is internal table you are missing some thing like For all entries in it_vbrp1.Check it once.

Maybe you are looking for

  • How many users on router? run torrent

    I share my router and I have "off-peak" internet time 2am to 8am - I needed a script to see if I am the only user on-line so that my torrents don't suck up the other people's bandwidth... This works: #!/bin/bash # should torrent run? # using a router

  • Frequent Apache crashes on win nt 4.0 server

    Hi, In our production environment we use Portal 3.0.9.8.0 and the 9iAS is on a win nt 4.0 server and the 8.1.7.0.0 rdbms is on another win nt server (3-tier). Other products on the 9iAS are Discoverer and Web Forms and Reports. The apache webserver i

  • Adobe cs2 bug, then can't reinstall

    Please help me i'm pulling my hair out. My whole suite decided one day that when you load up whatever application all the tables, click down menus etc are blank. From the tool bar to the file, image menus along the top. I uninstalled the lot and went

  • XI installation on Windows + Oracle

    Which dvd's should be downloaded from Service.sap.com/swdc for installing XI on windows with oracle database ... Thanks in advance

  • Creating connection error?

    hey all, i have created an application which when run through eclipse works 100% as expected. but when exported as a .jar i recieve an error from conecting to the database in question. String URL = "jdbc:mysql://82.110.105.79:3306/web79-j-clarkhou",