InfoSet Query no data returned

Hi,
I've created InfoSet Query and Query respectively for the same InfoSet. However, only Query returns data and the InfoSet Query returns no data.
Best regards,
ts

Hi Venkat,
This is BW forum and never post/include your issue in other threads.
if your facing problem about plant data then please post your issue at SAP MM forum.
MM forum link can find below link.
SCN Site Index 
How to create a discussion:
http://scn.sap.com/docs/DOC-46003
Thanks

Similar Messages

  • How to populate query multiple data returned as arrraylist?

    I am new to JSP and likes to know as mentioned in the subject.
    There are total 3 files.
    createUser.jsp -> Here I have to pupulate TITLE form field drop-down.
    TitleDAO.jsp -> Business logic has written to get DB records of titles.
    TitleBean.jsp -> getter/setter bean object.
    Now Here I am pasting all 3 files.
    TitleBean.java
    ===========
    package com.model;
    public class TitleBean {
         int titleID = 0;
         String title = "";
         public void TitleBean(){
              //nothing for now
         public void setTitleID(int titleID){
              this.titleID = titleID;
         public int getTitleID(){
              return this.titleID;
         public void setTitle(String title){
              this.title = title;
         public String getTitle(){
              return this.title;
    TitleDAO.java
    ============
    package com.model;
    import java.util.ArrayList;
    import java.sql.DriverManager;
    import java.sql.Connection;
    import java.sql.Statement;
    import java.sql.ResultSet;
    public class TitleDAO {
         public ArrayList<Object> getTitles() {
              Connection con = null;
              ResultSet rs = null;
              Statement stmt = null;
              //compose the SQL query
              String sql = "SELECT titleID,title FROM titleMaster ORDER BY titleID";
              // create object for returning data back to calling code
              ArrayList<Object> AL = new ArrayList<Object>();
              try {
                   //load the driver     
                   Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
                   //set the connection string URL
                   String connectionUrl = "jdbc:sqlserver://localhost:1433;"
                             + "databaseName=MyFirstServletDB;user=hitesh;password=hitesh;";
                   //make connection with database
                   con = DriverManager.getConnection(connectionUrl);
                   //create the statement with connection object
                   stmt = con.createStatement();
                   //get the data into result set
                   rs = stmt.executeQuery(sql);
                   //System.out.println("Recordcount==="+rowCount);
                   //looping through result set
                   TitleBean tbObj = new TitleBean();;
                   while(rs.next()){                    
                        tbObj.setTitleID(rs.getInt("titleID"));
                        tbObj.setTitle(rs.getString("title"));
                        AL.add(tbObj);
                        System.out.println("TitleID="+rs.getString("titleID")+", Title="+rs.getString("title"));                    
                   //close all objects
                   if(rs != null) rs.close();
                   if(stmt != null) stmt.close();
                   if(con != null) con.close();
                   //set null to the objects
                   rs = null;
                   stmt = null;
                   con = null;
              } catch (ClassNotFoundException e) {
                   System.err.println("Error ClassNotFoundException: " + e.getMessage());
              catch (Exception e) {
                   System.err.println("Error: " + e.getMessage());
              return AL;
    createUser.jsp
    ===========
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
         pageEncoding="ISO-8859-1"%>
    <%@page import="com.model.TitleDAO"%>
    <%@page import="java.util.ArrayList"%>
    <%
         TitleDAO tdObj = new TitleDAO();
         ArrayList<Object> getTitlesRs = new ArrayList<Object>();
         getTitlesRs = tdObj.getTitles();
         //show values came from DAO object
         for (int i = 0; i < getTitlesRs.size(); i++) {
              out.println("<br>Object[" + i + "]=" + getTitlesRs.get(i));
    %>
    =========================
    Please guide me also if there is any other GOOD way to get data of this kind?
    Thanks in advance.
    Edited by: hiteshpatel1979 on Dec 5, 2007 4:16 AM

    Try out following way, fetch bean data from Arraylist.
    for (int i = 0; i < getTitlesRs.length; i++)
    out.println("<br>Object[" + i + "]=" + getTitlesRs.getTitleID();
    out.println("<br>Object[" + i + "]=" + getTitlesRs[i].getTitle();

  • Problem with infoset/query: Some data are missing

    hi all,
    i created an infoset and a query with tables AGR_AGRS (composite/single roles) and AGR_TCODES (tcodes in roles)with SQ01/02.
    Problem is that some roles without tcodes dont appear in the report(no data in AGR_TCODES)
    I tried to change properties of joints in SQ02 (external) but it doesnt work..
    Any idea? Let me know if you need further info,
    julien

    Hi Sujay,
    My infoset is built like this:
    agr_define_____________agr_agrs___________________agr_texts
    .............................................. |_______________________agr_tcodes____________________agr_texts
    I tried to change  agr_define_____________agr_agrs and agr_agrs_____________agr_tcodes using left inner joing but no result.
    I appreciate your help,
    Julien
    Edited by: JULIEN LEGAL on Aug 16, 2010 9:47 AM

  • Infoset query: Runtime Errors  TSV_TNEW_PAGE_ALLOC_FAILED

    Hi
    I have searched the forum and could not find suitable solution for my problem.
    We have an infoset query whose data source is an ABAP program and this is within our BW system only. Earlier it used to run perfectly fine. Recently, due to the increasing data, the load for the same is failing because of memory issue with runtime Error  TSV_TNEW_PAGE_ALLOC_FAILED . The dump occurs within 5-7 minutes of the data load. Once, we give some more filter selections in the infopackage, it runs fine.
    Our problem is neither we can increase the memory any further nor we want to give filter selections in the infopackage. Also, once we execute the ABAP program alone, it runs fine.
    Any help to solve this problem is appreciated.
    Cheers
    Chanda

    Hi,
    There are 3 ways to avoid this kind of problem:
    1) Reduce the data set - if it is possible to process this in smaller
    chunks then please do. This is an infoset query - please be more restrictive in your selections
    - please refer to note 354657.
    When you work with infosets that use tables or joins then it is
    possible to read packages (from Rel. 6.10 on). When you work with
    infosets that use logical databases or data retrieval programs than
    it is not possible to read packaged - by technical restrictions.
    That means that the query is executed completely taking all restrictions
    into account and the result is stored internally.
    2) Re-allocate some of the unused shared memories to program memory.
    A prime candidate for this is Roll and Page "In Memory" values.
    Alternative memory management via PHYSMEMSIZE generally overallocates
    roll and page memory. Please reduce the amounts allocated to the "in
    memory" part (see ST02) using the parameters below, for instance:
    rdisp/ROLL_MAXFS....Total amt of ROLL (Filesystem+SHM); in 8KB blocks
    rdisp/ROLL_SHM......Shared memory element of Roll; in 8KB blocks
    rdisp/PG_MAXFS......Total amt of Page (Filesystem+SHM); in 8KB blocks
    rdisp/PG_SHM........Shared memory element of Roll; in 8KB blocks
    =>Filsystem amt = MAXFS - SHM
    60MB or so each in memory should be sufficient.
    This should allow an extra 260Mb or so for process memory.
    Bear in mind however that Roll_SHM MUST be greater than 10% of
    Roll_MAXFS.
    This will not affect alternative memory management operation in any way.
    3) Reduce the em/global_area_MB from 128 to 64MB.
    These measures should give you ~320MB additionally per work process.
    To get even more - if there is a 64 bit machine in the landscape then
    redirect the load there.
    I would like for you to review the SAP Note 712664. Although
    the Notes 20527, 369726 and 166551 specifically refers to this
    and has helped resolve multiple performance problems.
    I hope it can help you.
    Fran.

  • Infoset Query Returns Wrong Data

    Hi there exports,
    I created a infoset query based on 3 DSO's 0PUR_O01 (Purchase Order Items), 0PUR_DS03 (Purchase Order Item Schedule Line) & a Z-DSO (Material Consumption).
    I need information by PO Number (Item, Material) and the total consumption for that material from the Z-DSO irrespective what the item & PO Number is.
    My link to Z-DSO is material & plant. My problem is that the info from the orther 2 DSO is triple when I run my query.
    Any suggestions?
    Thank you
    Dirk

    Hi,
    This issue arrises due to the infoset property, ie. Infoset provides intersection of data.
    So for a single combination of material and plant in Z-DSO, there might be multiple (here 3)records in other two DSO so you get the triple amount in Query.
    Inorder to overcome it you must ideally join the DSO in a infoset based on the same key fields..
    Hope it helps..
    Regards..
    Umesh.

  • Issue while extracting data using Gen DS of Type Infoset Query

    Hi All,
    We have a Generic Data source created using the Infoset query. I get some data discrepency when i am extracting the data with the same DS. The data for the Field Amount in the R3 and the PSA  is different. When i try to check the same using the RSA3 T-Code i am unable to execute the Gen DS in R3 production where as its working fine in R3 Dev, and i am able to execute the other DS in the R3 production using the RSA3 T-code.
    My concerns ::--
    1. if the DS is working fine in R3 Dev in RSA3 the y i am facing the problem in Production.
    2. Y i am getting the different data in R3 and PSA since PSA shuld be the replicate of R3?
    3. How can i resolve this problem.??
    Thanks in Advance
    Regards

    Thanks venkat,
    I am having the authorization to execute the query in R3 production, As  i am able to execute the other DS in RSA3 . But not able to execute this DS i had also checked it is active n working fine when loading the Data.
    There is only one routine ie to transfer rule  from lower to upper of a char value.
    As der r routines in Update Rule but i have to get the same data in PSA which is der in R3.
    The Routine of Update Rules will be executed when loading the data to the Targets right so the data may b vary in Data targets but y i am getting different data in PSA .
    Pls thru some light.
    Regards

  • Problem in InfoSet Query data

    Hello All,
    I have a specification to develop an infoset query in HR.The problem i am facing is i need  particular PERNR's listed in output of query which satisfy few condtions like p000-massn = 31 and p0000-massg = Ub or Uc. this is an example of one condition. I tried to wirte my code in record processing and end of selection( before listing) . but there is no data coming at all.
    Please suggest how to go about this .
    Thanks in advance
    Nidhi.

    Hi Nidhi,
    Please write your code in Record Processing event of code section of Infoset . And instead of IF , use CHECK condition statement.
    CHECK P0000-MASSN = '31' AND ( P0000-MASSG = 'UB' or P0000-MASSG = 'UC' )
    OR P0000-MASSN = '91' AND P0000-MASSG = 'UE'
    OR P0000-MASSN = '10' AND P0000-MASSG = 'U2'.
    CHECK SY-SUBRC EQ 0.
    Edited by: Dinesh Tiwari on Oct 1, 2009 1:42 PM

  • OTL I am trying to wright a SQL query that will return the date the timesheet was submitted and date/time it was approved, can anyone guide me on this?

    Hi
    I am trying to wright a SQL query that will return the date the timesheet was submitted and date/time it was approved, can anyone guide me on this?
    I basically need person name who submitted, date - time it was submitted for approval, then the person who approved it and the date - time that it was approved
    Thanks
    Ruby

    Ruby,
    you can start with HXC_TIMECARD_SUMMARY table for submitter detail. But for approver details, i think you need WF tables to get the data for item type HXCEMP.

  • Generic Data source with Infoset Query

    Hi All,
    Please provide me the links or PPT's or Information or PDF's for the creation of the Generic Data source with Infoset Query or
    Please explain in clear steps how to create Generic Data source with Infoset Query.
    Thanks & Regards,
    Ravi

    Oopps...being a BI guy, always think of BW
    I have never created, though I will suggest to follow this:
    A query can be created to extract information from master records i.e Infotypes. For example, by creating a query , the data relating to an employee contained in various Infotypes can be extracted.
    Proceedure :
    Decide on the various Infotypes we want to make the query. Decide on the area where we want to query i.e Global area or Standard area. Standard area is client specific and globel area will include all clients.
    Menu : HR u2013 PM u2013 Admn - Information System - Adhoc Query
    Select area standard and select the user group already created
    Creation of new query :
    TC SQ03 - Select Environment u2013 Select Standard Area - Enter -- If new user group is to be created, enter name of the user group, click on create and enter necessary information and exit after saving
    TC SQ02 - Enter name of the Infoset u2013 Create u2013 enter name of Infoset - Data source -- > Table join by basis table u2013 give name of table e.g pa0000 - Enter - Click on insert table if we want to include more tables u2013 give name of table one by one and after finishing, place cursor on the joining lines and right click to delete unwanted relationships - check - and go back - field groups - include all table fields - click on generate button - go out
    TC SQ03 - Select user group - eg. Payroll
    Infoset - Enter name of newly created Infoset
    Assign users and Infosets - Assign infosets - put tick on payroll - save and go back
    TC PAAH - Expand the nodes and put tick on relevant fields depending upon necessity
    Save the query by giving the same name as infoset for easyness..
    Thanks...
    Shambhu

  • Data load failure with datasource Infoset Query

    Dear Experts,
    I had a data load failure today,where i am getting data from the datasource which was built on Infoset Query.
    we had a source system upgrade and when i checked Infoset query in the development of Source sytem  im getting the below message :
    "Differences in field EKES-XBLNR
         Output Length in Dictionary : 035
         Output Length in Infoset : 020
    Message was saying Adjust the INFOSET,I dont have authorisation to create the transport in the source system.I requested the respective person to Adjust the Infoset and also to regenerate the same and move to production system.
    I think this will solve my problem,Please correct me if am wrong.
    Regards,
    Sunil Kumar.B

    Hi Suman,
    i am still facing the problem even after adjusting the Infoset.The problem is we are facing the short dump with length mismatch.
    when i checked the Infoset we are taking the field xblnr from table EKES and data element for teh field was XBLNR_LONG(char-35) but when i checked the datasource in RSA2 the dataelement for XBLNR was showing as BBXBL(char20).
    i think this was causing the problem and i checked in SQ02 we will take the field directly from the table and how there is chance to change the dataelement.
    Please help me to correct the same.
    Regards,
    Sunil Kumar.B

  • Infoset query of vendor payments at the cost distribution level

    We would like an infoset query of vendor payments at the cost distribution level of the document.  The issue seems to be joining vendor to the document cost distribution lines. 
    1.) BSAK + BSIK can be combined with an infoset data structure but only contain the vendor line of a document;  the cost distribution lines are not in the tables. 
    2.) BSIS + BSAS can be combined with an infoset data structure but lack vendor data and joins (to a vendor source) are not an option with data structures.  Vendor data added with an additional field is too slow to be a primary selection field. 
    3.) Logical data base KDF in an infoset returns only the vendor line of a document, not the cost distribution lines. 
    4.) Logical data base BRM in an infoset can have vendor from BSAK/BSIK attached by an additional field but performance is too slow to be useful.  Joins are not an option in a logical data base infoset.
    5.) Complete data is lacking when table joins between document cost distribution tables and vendor data tables are possible, (SPL actual line item table & BSIP or FMIFIIT & FMIFIHD).  BSIP lacks AB documents (reversals).  FM tables lack general ledger only documents. 
    6.) BSAK and BSIK together have complete vendor data but joins of both to a basis table do not work well.  Left outer joins are too slow, inner joins won’t work since the tables have mutually exclusive data. 
    It would be ideal to have vendor in BKPF, like FMIFIHD has, but it isn't a field.
    Does anyone know of any other options?  I have seen the helpful thread on How to Read BSEG Efficiently

    Hi,
    This is SAP Business one reporting and printing forum. Please find correct forum and repost above discussion to get quick response.
    Please close this thread here with helpful answer.
    Thanks & Regards,
    Nagarajan

  • Infoset query of vendor payments at the cost distribution level of the document

    We would like an infoset query of vendor payments at the cost distribution level of the document.  The issue seems to be joining vendor to the document cost distribution lines. 
    1.) BSAK + BSIK can be combined with an infoset data structure but only contain the vendor line of a document;  the cost distribution lines are not in the tables. 
    2.) BSIS + BSAS can be combined with an infoset data structure but lack vendor data and joins (to a vendor source) are not an option with data structures.  Vendor data added with an additional field is too slow to be a primary selection field. 
    3.) Logical data base KDF in an infoset returns only the vendor line of a document, not the cost distribution lines. 
    4.) Logical data base BRM in an infoset can have vendor from BSAK/BSIK attached by an additional field but performance is too slow to be useful.  Joins are not an option in a logical data base infoset.
    5.) Complete data is lacking when table joins between document cost distribution tables and vendor data tables are possible, (SPL actual line item table & BSIP or FMIFIHD & FMIFIIT).  BSIP lacks AB documents (reversals).  FM tables lack general ledger only documents. 
    6.) BSAK and BSIK together have complete vendor data but joins of both to a basis table are not an option.  Left outer joins are too slow, inner joins won’t work since the tables have mutually exclusive data. 
    Does anyone know of any other options?

    Hi,
    This is SAP Business one reporting and printing forum. Please find correct forum and repost above discussion to get quick response.
    Please close this thread here with helpful answer.
    Thanks & Regards,
    Nagarajan

  • Infoset Query - Long run times

    Hi All,
    I was running a Bex query on top of an infoset query a few days ago with no problems and very good performance.  Now, returning any number of records it runs and timesout.  I know that there will be recommendations related to statistics and possibly those related to the active table of the ODS.  I have checked these and they have been recently updated.  In fact, when I manually update the statistics the behaviour is the same.  The structure of the infoset has not changed.
    We are running 3.0B on DB2. 
    Any ideas?
    Robert Zovic
    Arinso International

    Hi Giridharan,
    you check whether the hierarchy SIDs are updated properly, structure, to date are all fine.
    check the difference between X and Y hierarchy.
    Regards,
    Prakasha A

  • Infoset query BI 7.0

    Hi All BW gurus ,
    i want a clear picture how to create an infoset query and when to go for infoset and infoset query in GENERIC Extaction . anyone pls send the screen shots how to create and extract data to bw side from  infoset query  ,
    my email is [email protected],
    100% points will be assined to the gurus
    regards
    Sherwin

    <b>Look at</b>
    http://help.sap.com/saphelp_erp2004/helpdata/en/92/43ec39d0383f09e10000000a11402f/frameset.htm
    Re: Infoset
    https://www.sdn.sap.com:443/irj/sdn/thread?threadid=199410&messageid=2217326
    https://www.sdn.sap.com:443/irj/sdn/thread?threadid=189150&messageid=2113030

  • Infoset Query

    Hello Experts,
    I have created a query on infoset in BI 7.0.
    Infoset is built on Cube and DSO. Both have data.
    And the infoset also has the expected query result data.
    But still when I ran the query I did not get data.
    I tried to run the query by using Reporting agent as well, no use.
    Please advice..

    Hi..
    Could you try this:
    tcode, RSISET
    Add the name of your infoset
    click on activate icon
    You are also able to check the data using the icon InfoSet Data Display.
    And check all the filters that you have used in the query.
    Regards,
    Debjani..

Maybe you are looking for

  • Report server not starting up

    We are using oracle 9iAS version 1.0.2.1.0 v1. our Report server is not starting up with error Error 1075 The dependency service does not exists or has been marked for deletion. How to find out the dependency service

  • SUBMIT works in one server and fails in another!!

    Dear All, I have the following SUBMIT statement that works in one server perfectly and fails in another with SY-SUBRC 8 [ Error in job scheduling (JOB_SUBMIT) ].   SUBMIT riaufk20 EXPORTING LIST TO MEMORY AND RETURN WITH SELECTION-TABLE seltab. Below

  • Issue with TTE - External System ID does not exist!

    Hi dear Gurus, We followed the SAP Best Practice to set up our CRM 5.0 system and it seems to have opened the Pandora's box for us. When we try to create a service contract, there was an error message in the header complaining that the external syste

  • Two-page layout for scrapbooking

    How do I put two 12x12 scrapbooking layouts next to each other on photoshop elements 12? I want to line up a picture that spans the gap in the middle of the photo book. I have a laptop with windows 8.

  • MySQLNonTransientConnectionException

    Could someone read this and maybe suggest some different approaches to resolving this?? ERROR MSG: •Connection verification failed for data source: mysqldbv2 com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create conne