Data retrieval in Maintainess views

Hai experts,
i am unable retrive data from the view V_TVFK.
it gave error
*"V_TVFK" is not defined in the ABAP Dictionary as a table, projection view or database view. *
thnaks
sitaram

hai
  chowdary,
   it is not possible to retrieve data from maintenace view.
it is only possible to retrive data from a table or database
/ projection views defined ddic.
Maintenace views are used to maintain data of an application object together.Data from several tables can be joined and summarized data can be seen of this view based on primary key join relationship using SM30.U make any changes  or view the data there only.
if useful, reward points.
By
G.V.K.Prasad
Edited by: PRASAD GVK on Apr 13, 2008 3:36 PM

Similar Messages

  • Viewing the results of a "Data Retrieval Rule"

    Viewing the results of a "Data Retrieval Rule"
    RC2008.3 SANDBOX
    ORACLE 10g
    Websphere 6.1
    IE6 & 7
    Hello:
    Does anyone know if there is a log available that will show the SQL that is sent to the server during a DataRetrievalRule?.
    I had my rule working at one time, and now my values are returning blank.
    So I am hoping that there is a log somewhere so that I can see what is going on.
    thank you
    Daniel
    Safeway Inc.

    The idea here is to not drag and drop a datastore as a target, but to create this datastore directly in the interface. You can then use this interface as source of another interface.
    here is the doc... Let me know if you need more help.
    Target Datastore
    An interface can have only one target datastore. There are two possibilities for this datastore:
    A permanent datastore, corresponding to a datastore that already exists in a model.
    A temporary datastore, that does not yet exist in a model, and which will thus be created dynamically by the interface, in either the work or data schema of the logical schema of the Staging Area specified on the Definition tab of the interface.
    The target datastore, with the mapping for each column, is displayed on the right of the Diagram tab.
    To edit the properties of the target datastore, click on the datastore title. The properties panel will appear at the bottom of the window.

  • How to select the data from a Maintainance View into an internal table

    Hi All,
    Can anybody tell me how to select the data from a Maintainance View into an internal table.
    Thanks,
    srinivas.

    HI,
    You can not retrieve data from A mentenance view.
    For detail check this link,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
    Regards,
    Anirban

  • Discoverer workbooks return no data found on preseeded views

    We have just upgraded to R12 from 11.0.3. We decided to do a fresh install of Discoverer 10G instead of trying to upgrade our old version of Discoverer. When trying to create a query in the pre-seeded views for Accounts Payable, Accounts Receivable, General Ledger, Order Management or Margin analysis, the worksheets all come back no data found. I can retrieve data from the preseeded views for Invnentory, shipping, cost management and purchasing. I have reviewed note 732826.1 and it appears that MOAC is my issue. However, where I am having issues is knowing what is the minimum that I need to set up on MOAC for Discoverer to work correctly. Has anyone done this?

    Hi,
    Are you using a seeded or custom responsibility? You need to have the organization system profile set up for the responsibility and the initialization of the session must set the VPD policy context. There are a number of ways of doing setting the policy contexts.
    Rod West

  • Slow data retrieval on 8i

    I am using oracle 8i database on Windows 2000 server on compaq
    proliant 350 server machine. The problem is that sometimes
    connecting from a client is very slow and after connection data
    retrieval is also slow. I am usring TCP/IP and net8. I came to
    know from internet that there is a patch which is actually a
    work around to solve this problem. Can anybody help me to locate
    this patch?
    Thanks in advance.
    G. Rajan.

    You can probably prove that this is the issue by creating a retrieve using the excel addin or smart view to replicate the form and see how long it takes to retrieve.
    You will also see in the essbase app logs how long it is taking to perform the retrieve.
    Cheers
    John
    http://john-goodwin.blgspot.com/

  • Data retrieval failed

    Greetings all,
    i'm having a problem in order to retrieve data from oracle 10g views.
    Notes: Data retrieval from other tables are just fine. Some views are created for me in order to share some data from other databases. As far as i concern, we actually use the same syntax (as retrieving data from table) in order to retrieve data from view. This is my codes:
    if (($_POST['barcode'] != "") || ($_POST['sname'] != "") ) {
    include("conn.php");
         if (!$conn){
              echo "Error!Cannot connect to database, please try again later";
              exit;
         @mysql_select_db($db);
                   $sname = strtoupper ($_POST['sname']);
                   $barcode = strtoupper ($_POST['barcode']);
                   $ss = strtoupper ($_POST['ss']);
                   print $sname;
                   print $barcode;
                   print $ss;
                   if ($barcode != ""){
                   $stid = OCIParse($conn, 'SELECT NAMA FROM VIEW_A WHERE SEM=:ss AND BAR=:bc');
                   oci_bind_by_name($stid, ":bc", $barcode);
                   oci_bind_by_name($stid, ":ss", $ss);
                   }elseif($sname != ""){
                   $stid = OCIParse($conn, 'SELECT NAMA FROM VIEW_A WHERE SEM=:ss AND NAMA=:sn');
                   oci_bind_by_name($stid, ":sn", $sname);
                   oci_bind_by_name($stid, ":ss", $ss);
                   $r = OCIExecute($stid);
                   $row = oci_fetch_array($stid, OCI_ASSOC + OCI_RETURN_NULLS);
                   if ($row==0)     
         ?>
    No Records!
    <?php
                   else
                   while (($rows = oci_fetch_array($stid, OCI_BOTH))) {
         ?>
    Name:: <?php echo $rows[0]; $rows['NAMA'];?>
    <?php }}} ?>

    I didn't understand what real problem you have?
    If you missing one row of data, it's because you don't print the first row out.
    If you mean that results are not ordered, then you need to add an ORDER BY clause to the queries.
    PS you have a mysql call in there. Also you mix the old and new OCI function naming style.

  • Active data retrieval

    I've created a report using an external data source, and set an active data retrieval interval.
    However, when i update a field, using sqlplus, it doesn't update the report.
    With an internal data source, it works fine.
    Can you help me with this?

    Theoretically, yes.
    Instead of using a External Data Source as the basis for the report, you could create a data object that is a replica of of the external source. And then you can have changes to the external data source, be replicated in the data object through an EL plan. I recommend this, since Enterprise Link resembles the ETL portion of any data warehouse, which should in charge of handling data cleansing and uploading. IMHO, this may result in data duplication, but you're better off than having your client hit that reprompt button every time she wants to view the report.

  • Data retrieval failed for the subreport

    Hi All,
    I m getting this error whn i try to bind a sub report within a report,
    Data retrieval failed for the subreport, 'Subreport2', located at: E:\Anil\Sample.rdlc. Please check the log files for more information.
    Thanks,
    Anil Kumar Dhiman

    Hi Anil,
    This is a know issue which you can see in the link:https://connect.microsoft.com/SQLServer/feedback/details/648560/subreport-with-shared-dataset-throws-error
    This issue occurs only on Business Integrated Development Studio (BIDS) and use a shared dataset in subreport. And it is fixed in SQL Server Reporting Services 2012. So you can avoid this issue by changing the shared dataset to embedded dataset or deploy the
    shared dataset to Report Server and view report on Report Manage.
    If you have any questions, please feel free to ask.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Refresh/Update data in a materialized view

    Hi,
    I have question about the data in a materialized view and how it is refreshed. My mat view has all my dimension-ids and my (for my specialize needs) aggregated measures from my fact table. I used the mat view wizard to create my view - which works perfectly. But now I wonder if I have to create some sort of mapping(?) or some sort of trigger to refresh the data in the mat view. Or is the data automatically refreshed when I start my fact table mappings. I use OWB 11gR2
    thx

    MVs have properties for refresh - you an refresh based on schedules or when dependent data is committed or manually.
    Cheers
    David

  • Is it possible to maintain table data in a maintenance view

    hi all,
    is it possible to maintain data in a table by using maintenance view.

    Hi,
    if you maintain texts of your objects in different languages it's better to use a maint. view:
    example
    1) ZTAB01 - CU-Data
    2) ZTAB01T - texts to CU-Data
    3) ZTAB01_V - maint.-view of 1) and 2)
    hope that helps

  • Use evdre to query data from a SQL View

    Hi all
    I believe that it is possible to use evdre to query data from a SQL View. If this is possible then how does one go about setting it up in the evdre options (assuming that the view has already been created)?
    Regards,
    Byron

    Byron,  perhaps this is no longer supported, it might be worth opening up a case at service.sap.com on this.  However, I did find the following on Page 11 of the "Usages and Considerations of EVDRE" pdf file.  This doc is imbedded in the helpfile for BPC 7 SP5 (which was released in August of 2009, well after note 1315011 was last updated.
    It looks like you are limited to one custom view per application, since you have to name the view in a parameter at the APPLICATION level.  Go into BPC Administration, login to the application related to the custom view, choose "Set Application Parameters" and enter the name of the view to the Application Parameter called "EVDRE_QUERYVIEWNAME"  If it is not listed, go ahead and create it at the bottom of the Application parameter screen.
    Also:  I interpreted the following info from Page 10 of the same doc:
    In your EVDRE, set the following options:
    QueryEngine: MANUAL
    QueryType:  enter either NEXJ  OR TUPLE  see below:
    NEXJ  - Use two-dimensional queries using the nonemptycrossjoin function
    TUPLE  - Use two-dimensional queries using tuples"
    And I'm assuming you'd enter a Y for the following two parameters:
    QueryViewName
    "..to enforce the query engine to use a used-defined SQL view of the fact tables, when trying to read the values using SQL queries. This option is typically used in conjunction with the SQLOnly option (see below). "
    Option SQLOnly
    "..to enforce the query engine to only execute SQL queries, when reading data. This can be achieved using this option."

  • How to retreive data from a maintainence view?

    Hi all,
    I have used select query to retreive data from a maintainence view. But it gave me a syntactical error that XYZ is not in abap dictionary , it's a database / projection view?
    So can't we get data from a view using select query?
    Please share if u have answers.
    Thanks & regards,
    Chandru

    Hi,
    Maintenance view will be created for database tables only.
    Just display the maintainence from SE11 and click Tables tab in the screen
    Here you can find the list of tables used to created for Maintainence view.
    YOu can use these tables to write SELECT.
    If you give us the maintainence table, we will help you.
    Thanks,
    Ramakrishna

  • Exporting data from a materialized view in Oracle 10g

    Can anybody tell me how to export data to a remote server and import data in that remote server without using ftp utility. Actually I want to export the data from a materialized view to the remote server and import the same in the remote server.
    If everything works well, I'll put the exporting and importing in a cronjob.
    Please let me know how can I do that if that's possible .
    Any reply would be appreciated.
    Thanks.

    Here is what I'm trying to do.
    I created materialized views using multiple base tables in my local server and the base tables got populated using a long process.
    Now I want to copy those data alone to some remote server since it doesn't have any base tables in it. For now, the remote server should depends on the localserver's data. I'm going to use the remote server's data for some testing purposes.
    I know it is easy to create mat.views in the remote server but it doesn't have I don't want to do that now. I just want to copy the snapshots from my local server to the remote server.
    Please let me know how to do that.
    Thanks.

  • How do I figure where is the data in a materialized view coming from

    Hi: when I run select NAME, OWNER from dba_mview_refresh_times, I see a number of materialized views. How do I find more details about this view i.e where is the data coming from and which fields. The source table that is in another database changed. But the view on my database where the materialized view exist has not changed. I want to confirm from where is data coming in this view
    TIA
    Ravi

    SQL>  select * from dict where table_name like 'ALL%MVIEW%'
    TABLE_NAME                     COMMENTS                                                             
    ALL_BASE_TABLE_MVIEWS          All materialized views with log(s) in the database that the user can s
                                   ee                                                                   
    ALL_MVIEWS                     All materialized views in the database                               
    ALL_MVIEW_AGGREGATES           Description of the materialized view aggregates accessible to the user
    ALL_MVIEW_ANALYSIS             Description of the materialized views accessible to the user         
    ALL_MVIEW_COMMENTS             Comments on materialized views accessible to the user                
    ALL_MVIEW_DETAIL_PARTITION     Freshness information of all PCT materialized views in the database  
    ALL_MVIEW_DETAIL_RELATIONS     Description of the materialized view detail tables accessible to the u
                                   ser                                                                  
    ALL_MVIEW_DETAIL_SUBPARTITION  Freshness information of all PCT materialized views in the database  
    ALL_MVIEW_JOINS                Description of a join between two columns in the                     
                                   WHERE clause of a materialized view accessible to the user           
    ALL_MVIEW_KEYS                 Description of the columns that appear in the GROUP BY               
                                   list of a materialized view accessible to the user                   
    ALL_MVIEW_LOGS                 All materialized view logs in the database that the user can see     
    ALL_MVIEW_REFRESH_TIMES        Materialized views and their last refresh times  for each master table
                                    that the user can look at                                           
    ALL_REGISTERED_MVIEWS          Remote materialized views of local tables that the user can see      
    13 rows selected.

  • Hide data in a table view

    Hi,
    I need to hide data in a table..Only column headers required to display.. I tried by (display column headers only) in view..It is showing only column header in the view ..But when iam displaying the table in dashboard it displays data also..another approach i took is to hide data from column properties ...Custom css display:none.. it is working fine..But the thing is it will not display data in other views also.I need to hide data only in table view..any helps will be appreciated.. Thank you

    Hi Aswin,
    Try this....
    Take columns twice and first set which is use in table view (use display:none)
    and second set use in pivot table and exclude first set columns........
    Cheers,
    Aravind

Maybe you are looking for

  • How can I format toshiba canvio USB 3.0 Hard drive (Windows 7 w/U3 software preinstalled) for mac?

    Purchased Toshiba part number HDTC605XL3A1 - 500Gb USB 2.0 & 3.0 external 2.5-inch self powered hard drive through Amazon. On two different MacBooks (both Core i5--1 Air and 1 Pro) we can't get the drive to show up using Disk Utility nor can we scan

  • How to install a scanner in CS5

    I'm trying to get my Epson V30 scanner working in Photoshop CS5. I had it working in CS3, just wondered what the procedure is for getting it installed to work in CS5. Thanks for the help. Dan

  • Some advice for full screen

    Ok, don't know if anyone remembers on the old consoles such as the commodore 64 and the Amiga's when a game would load, the screen would be a series of lines of colours scrolling up and down the screen randomly. No, i want to make my webpage so that

  • Drivers for G550

    hi,         My audio driver for windoes xp for G550 notebooks gives an error when installed............ I've a problem in installing it.....please help me out.....

  • View Table values

    Hi, Can anyone suggest how to see values of tables whose  Display and maintance is not allowed. For example Transp table: CDATA Thank you very much.. Regards, Thomas.