Unable to display table data in Review View

Hi Experts,
I have one main view and one review View .In my main view i have one table (Normal Table) and several other input feilds and text views....
If i click on review button in my main view, am able to see all the data in review view except table data.
How can i get the table data which i have entered in main view.. the same should display in review view.
I binded the same node in both main and review. and node is defined under component controller.
Any ideas?
Regards
Farooq.

Hi,
I think you already binded in review view also with same node. right? So data will move automatically and display in
review view also. In WDDOINIT of review veiw read data from that node and use bind_Table.
Cheers,
Kris.

Similar Messages

  • Is IE5.5 unable to display Spry Data?

    I've just finished adding a Spry Accordion to a page that's
    populated with Spry Data (XML data set from a MySQL table). The
    Accordion widget and data displays properly in Firefox, Opera, IE7
    and IE6 but fails in IE5.5. Likewise, Spry Data in Spry Tables
    doesn't appear in IE5.5.
    Is IE5.5 simply unable to display Spry Data?

    I'm developing my current project on a local development
    server, so I don't have a URL to show. However here's an example
    I've since found on the Adobe Labs site that exhibits the same
    behavior on my standalone installation of IE 5.5.
    http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample2.html
    I'm guessing that IE5.5 doesn't fully support XMLHttpRequest.
    So, I may just have to see if my clients think we can afford
    to abandon IE5.5 users or if I need to look for an alternative to
    the page I just developed. (Grrrr, I'm really tired of considering
    eight year old browsers.)
    Thanks for your response.

  • How to display table data without  using ALV  and table element.

    Hi,
            Its possible to display table data without using ALV  and table element.
           Every time i am fetching data based on (customer,status) fields and displaying these data in my output using alv
           (every time i am fetching single row data ),
           But problem is alv occupying more space in the output , i want to display data part only i dont want field names,
           settings and header data etc..things.
          Give solution to  display data part..
    Regards,
    Rakhi.

    Hi,
    Does you mean that you need ALV without default Function Toolbar...? If this is the case, the easy solution would have been to use Table Element rather. But, if you need to use ALV only without Function Toolbar, you can do away with that as well.
    In that case, after calling GET_MODEL, you need to add few more lines of codes to achieve your goal. Those lines are --
      DATA LV_VALUE TYPE REF TO CL_SALV_WD_CONFIG_TABLE.
        LV_VALUE = LO_INTERFACECONTROLLER->GET_MODEL(
    * Standard Filter Function setting to FALSE
        LV_VALUE->IF_SALV_WD_STD_FUNCTIONS~SET_SORT_COMPLEX_ALLOWED( ABAP_FALSE ).
        LV_VALUE->IF_SALV_WD_STD_FUNCTIONS~SET_FILTER_COMPLEX_ALLOWED( ABAP_FALSE ).
        LV_VALUE->IF_SALV_WD_STD_FUNCTIONS~SET_FILTER_FILTERLINE_ALLOWED( ABAP_FALSE ).
        LV_VALUE->IF_SALV_WD_STD_FUNCTIONS~SET_DISPLAY_SETTINGS_ALLOWED( ABAP_FALSE ).
        LV_VALUE->IF_SALV_WD_STD_FUNCTIONS~SET_VIEW_LIST_ALLOWED( ABAP_FALSE ).
        LV_VALUE->IF_SALV_WD_STD_FUNCTIONS~SET_SORT_HEADERCLICK_ALLOWED( ABAP_FALSE ).
        LV_VALUE->IF_SALV_WD_STD_FUNCTIONS~SET_HIERARCHY_ALLOWED( ABAP_FALSE ).
    * Standard Filter Function setting to FALSE Ends
    Here as you can easily notice that LV_VALUE is instantiated on CL_SALV_WD_CONFIG_TABLE. Now, using this LV_VALUE, you set standard functions as False to dis-allow their display.
    Hope this answers your query.
    Thanks.
    Kumar Saurav.

  • select to display table data.

    I'm having some trouble displaying some data with a <select>
    What I am trying to do is to use <select> to displays the countries and have a table that shows the state selected (once as a heading), a list of all cities, country code, area code and phone numbers.
    This is the xml structure:
    <AccessNumbers>
        <AccessNumber>
            <country>Argentina</country>
            <city>Buenos Aires</city>
            <countryCode>54</countryCode>
            <areaCode>11</areaCode>
            <phone>52582114</phone>
        <AccessNumber>
    <AccessNumbers>
    The problem I have is that my xml has the countries and cities repeated multiple times so in my <select> I can't filter out duplicate countries. Also, don't understand how to tie the <select> info to the table to display the correct data in the table based on the country selected.
    Can anyone help?

    Olavarrieta wrote:
    The problem I have is that my xml has the countries and cities repeated
    multiple times so in my <select> I can't filter out duplicate
    countries.
    These will be your datasets listing the original data and listing the countries filtering out duplicate countries
    var dsAccessnumbers = new Spry.Data.XMLDataSet("accessnumbers.xml", "AccessNumbers/AccessNumber");
    var dsCountries = new Spry.Data.XMLDataSet("accessnumbers.xml", "AccessNumbers/AccessNumber/country", {distinctOnLoad: true});
    Olavarrieta wrote:
    Also, don't understand how to tie the <select> info to the table
    to display the correct data in the table based on the country selected.
    Have a look here to give you an idea http://labs.adobe.com/technologies/spry/samples/data_region/DataSetMasterDetailSample.html
    The above example uses a different XML data structure, but with a bit of juggling, you will be able to make it work for the structure that you have in place
    Other articles worth noting:
    http://labs.adobe.com/technologies/spry/samples/
    http://labs.adobe.com/technologies/spry/samples/data_region/SetURL.html
    http://labs.adobe.com/technologies/spry/articles/data_set_overview/

  • Unable to edit table data, but not for all tables

    I have multiple tables in a schema. For some tables, I am able make edits to table data directly, i.e., context menu Table | Open, and the Data tab. When I am able to edit, I do get a pencil icon inside the cell I am editing/typing (and am able to commit the changes). When I am not able to edit, it does nothing (no error messages, sound, or visual cue). I thought it had to do with who owns the table object, but I log in as the same owner of the affected table objects.
    Any pointers would be greatly appreciated so I am equipped when asking the DBA.
    Thanks,
    OS: Windows XP Professional SP2
    Java(TM) Platform: 1.6.0_11
    Oracle IDE: 2.1.1.64.45
    Versioning Support: 2.1.1.64.45
    Edited by: New2OWB10gR2 on Jun 23, 2010 12:20 PM

    Hello again,
    Here you are the DDL of the offending table:
    CREATE TABLE "DBADMEX"."T50SEC82"
    "COD_EMPRESA" CHAR(4 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "COD_EMPR_CONT" CHAR(4 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "COD_SECT_CONT" CHAR(2 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "NUM_CUEN_CONT" CHAR(18 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "COD_PAIS" CHAR(4 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "COD_SECTOR" CHAR(6 BYTE) DEFAULT ' ' NOT NULL ENABLE
    PCTFREE 10 PCTUSED 40 INITRANS 50 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE
    INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
    TABLESPACE "TS_50" ;
    CREATE UNIQUE INDEX "DBADMEX"."I5000082" ON "DBADMEX"."T50SEC82"
    "COD_EMPRESA", "COD_EMPR_CONT", "COD_SECT_CONT", "NUM_CUEN_CONT"
    PCTFREE 10 INITRANS 50 MAXTRANS 255 COMPUTE STATISTICS STORAGE
    INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
    TABLESPACE "TS_50" ;
    We are using the following versions:
    Oracle database: 11.1.0.7.0
    Oracle Client: 11.2.0.1.0
    Windows (where the client runs): XP SP3 (version 5.1 Build 2600_spsp_sp3_gdr.080814-1236) in spanish.
    SQL Developer: 2.1.1.64 (MAIN-64.45)
    I think I haven't forgotten anything.
    Thanks in advance for your help!

  • Access 97 to Oracle 9i - Unable to migrate table data

    I cannot seem to get the Access security set correctly to migrate the table data. I created a new Access database by importing the old one into a blank, and I thought I was doing what needed to be done to allow READ access for the Workbench. I'm getting nowhere!
    The WB is creating the model correctly and creating the tablespaces, users and table objects in my Oracle database. But it is not able to migrate table data due to insufficient rights to the Access tables.
    Any thoughts? I can't seem to find an answer to this in any documentation.
    Thanks in advance.

    Did you (or anyone) ever find a solution to this problem? I am having a similar issue. I have even tried creating a new Access 97 database (blank db w/imported tables). All permissions are set for the default 'Admin' user and the 'Admin' user is the owner of all tables.

  • MySQL  will not display table data

    I correctly set the datasource connect to MySQL I can update the table from within creator but I cant get Creator to view the data.

    Duplicate of http://swforum.sun.com/jive/thread.jspa?threadID=51486&tstart=0

  • How to read and display table data entries from ERP in CRM

    Hello experts,
    I am new to CRM. I need to read data base entries from ERP in CRM system. What would be the best way to do . The table is a standard SAP table with a custom include (several customer fields). Calling a web service would be the best way..? or is there any other way that I can do it too.
    Also, to display these entries what would be the best tool? Should I built my own transaction/report to do it?
    Any advise or guidance would be a great kick start to learn the CRM development environment.
    Regards,
    jaffery

    Hi,
    Check the below wiki link if it helps.
    http://wiki.sdn.sap.com/wiki/display/CRM/Howtodisplayaz-tableinanassignmentblock
    Also, you can try an option of transaction launcher.
    Hope this helps.
    Regards,
    Chandrakant

  • Check Table data in Maintenance View event

    Dear all, i created a maintenance view for a customer table and a must carry out a validation over the whole table when any record is created, modified or deleted.
    The table has a column with percentages and after save a modification I have to verify that the values in this columns make 1 (100%).
    For this, I created a routine in the event 01 (Before Saving the Data in the Database  ) of the maintenance view, but I can find the way to read all the records of the table.
    I tried with the tables TOTAL and EXTRACT, but these have '#####' as values in the percentages column.
    If someone need further information please let me know.
    I´d be grateful if someone lead me to a solution.
    Thanks in advance.
    Mariano.

    Hi, thx Madan Kochana .
    I prefer do not modify the screen.
    The column is defined as dec 3,2 and is filled with values like 0.25 or 0.10 in the view.
    Thanks for your help; i'll appreciate any kind of solution.
    Mariano.

  • Graph which should display the data of a view object not visible

    Hi,
    I have a main page which contains a <af:panelAccordion> component with three <af:showDetailItem> components. Each of these <af:showDetailItem> components contain a page fragment. In each of these page fragments are a <af:table>, <dvt:pieGraph>, <dvt:lineGraph> and a <dvt:areaGraph> which represent data of view objects.
    In the first <af:showDetailItem> window all components are visible. But when I click on another <af:showDetailItem> all components are visible except the <dvt:areaGraph>. Weird is when I insert a <af:commandLink> into the page fragment without any functions. Also the link doesn't invoke any mehtod and partial submit is set to false. Now when I click on this link the <dvt:areaGraph> with its data become visible and show the data.
    The area graph and the line graph have partial triggers set to the table. Because when another row in the table is selected, the area and line graph should show data which is dependent on the selected row of the table.
    Has anybody an idea?
    Thanks in advance!
    Edited by: user13061309 on 27.07.2010 06:53

    Hi Frank,
    thanks for your response.
    I created a fragment-based flow and dragged it onto the main page as a region component. The main page contains the panelAccordian with its showDetailItem's. Each of the showDetailItem components of the panelAccordian contain such a region component.
    Now I set the partial trigger's property of the region component pointing to the showDetailItem component which contains the region but nothing changed. The graph is still not visible at the first click on the detailItem. I also set the trigger's property of the region component pointing to the panelAccordian but also nothing happens.
    Regards
    Michael
    Edited by: user13061309 on 06.08.2010 03:00

  • Dynamically Display table data

    Hello all
    Can anyone help me with the following. I am trying to display data as follows
              disc1   disc2    disc3    disc4
    type1       23       24       25       11
    type2       11        7         31       10etc where the disc is dynamic in that there could be more or less data in the database.
    I have the following code so far (see below) but have been unable to combine them to produce the above, what I really need is someway to print out the the type once and the amount for each disc where the disc is variable. Any ideas anyone?
    ResultSet disks;
    disks = GetResultSet("SELECT Distinct Disks from Metrics where Branch='" + request.getParameter("Branch") + "' order by Disks");
    out.println("<tr>");
    while (disks.next()) {
         out.println("<td colspan=2>" + disks.getString("Disks") + "</td>");
    out.println("</tr>");
    rs = GetResultSet("SELECT Disks,Type,MB from Metrics where Branch='" + request.getParameter("Branch") + "' order by Disks");
    String sDisks;
    sDisks = rs.getString("Disks");
    while (rs.next()) {
    out.println("<td>" + rs.getString("Type") + "</td><td>" + rs.getInt("MB") + "</td>");

    There are a couple of things that will affect the implementation of this.
    Is there a value of "disc" for every type?
    If so, you could do something like the following:
    - order by type - every time you find a new type, start a new row.
    rs = GetResultSet("SELECT Disks,Type,MB from Metrics where Branch='" + request.getParameter("Branch") + "' order by Type, Disks");
      String currentType = "";
      boolean first = true;
    while (rs.next()){
      String type = rs.getString("Type");
      if (!currentType.equals(type)){
    // start a new row
        if (first){
          first = false;
        else {
                out.println("</tr">);
         out.println("<tr>");
      out.println("<td>" + rs.getString("Type") + "</td><td>" + rs.getInt("MB") + "</td>");
    out.println("</tr>");If there isn't a type of disc for each row, it will be a bit more complicated.
    You might consider loading the data into an intermediate datastructure (2d array?)
    This would make it much easier to display.
    Good luck,
    evnafets

  • Is there a Mac add on for "FilePro Viewer"? "Unable to display image. The FilePro Viewer was not loaded."

    I'm trying to use my local Clerk of Court site and it's set up for windows.  I guess FilePro Viewer is the windows add on that is used to view these scanned images.  I've spoken with the site developer for our local gov and they suggested installing windows on my Mac, I will not do that though.  Anybody? 

    Mac Basics: Dictation

  • CSCur37347 - CSM 4.6sp1 find usage shows "Unable to display any data"

    Is there any solution for this issue at the moment?
    The suggested workaround (Recreate the CSM index using CSM Client > Tools > Cisco Security Manger - Administration > Customize Desktop > Recreate Index.) helps for a few minutes. 

    Hi Ben,
    Is there a way I can collect more relevant statistics
    about network usage with SunMC, using the "MIB-II
    Instrumentation" module, or something else within
    SunMC?It sounds like a general problem with PRM: though if the Data Availability tab shows it's pulling Kernel Reader data every hour, then it should show your MIB-II info as well.
    Even then octet counts aren't terribly useful: they're just big numbers that get bigger: you really need to see rates over time to get an idea of what your network is doing.
    You could try the SystemMonitor module that's part of PlusPack:
    http://www.halcyoninc.com/products/PlusPack/help/SystemMonitor/HALSolarisSystemAlert-network-h.html
    It shows MB/minute rates for each interface. If that's the type of info you need then you can enable those numbers for PRM or Reporter instead.
    Regards,
    [email protected]
    http://www.HalcyonInc.com

  • How to display a table data on Screen having a Table control

    Hi ,
    I am new to ABAP.I would like to display a table data (Eg: ZDemo) on a screen at run time.I have defined a Table control in screen. Now I want to populate data from ZDemo to table control.How can I do that?Please help moving forward in this regard.

    Hi Gayatri,
      After creating table control do the following steps.
    1. In the flow logic section write the following code:
    PROCESS BEFORE OUTPUT.
    MODULE STATUS_0200.
    LOOP AT I_LIKP WITH CONTROL LIKP_DATA CURSOR LIKP_DATA-CURRENT_LINE.
      MODULE ASSIGN_DATA.
    ENDLOOP.
    PROCESS AFTER INPUT.
    MODULE USER_COMMAND_0200.
    LOOP AT I_LIKP.
    ENDLOOP.
    I_LIKP is the internal table which is used to display table data in the table control.
    2. In Process Before Output, in the module STATUS_0200 write the following code:
      DESCRIBE TABLE I_LIKP LINES FILL.
      LIKP_DATA-LINES = FILL.
      In Process After Input, in the module USER_COMMAND_0200 write the following code:
      CASE SY-UCOMM.
       WHEN 'LIPS'.
        READ TABLE I_LIKP WITH KEY MARK = 'X'.
        SELECT VBELN
               POSNR
               WERKS
               LGORT
               FROM LIPS
               INTO TABLE I_LIPS
               WHERE VBELN = I_LIKP-VBELN.
        IF SY-SUBRC = 0.
         CALL SCREEN 200.
        ENDIF.
       WHEN 'BACK'.
        SET SCREEN 200.
      ENDCASE.
    In Process Before Output and in the module ASSIGN_DATA which is there inside the loop write the following code:
    MOVE-CORRESPONDING I_LIKP TO LIKP.
    So, Totally your flow logic code should be like this.
    TABLES: LIKP, LIPS.
    DATA: BEGIN OF I_LIKP OCCURS 0,
           VBELN LIKE LIKP-VBELN,
           ERNAM LIKE LIKP-ERNAM,
           ERZET LIKE LIKP-ERZET,
           ERDAT LIKE LIKP-ERDAT,
           MARK  TYPE C VALUE 'X',
          END OF I_LIKP,
          BEGIN OF I_LIPS OCCURS 0,
           VBELN LIKE LIPS-VBELN,
           POSNR LIKE LIPS-POSNR,
           WERKS LIKE LIPS-WERKS,
           LGORT LIKE LIPS-LGORT,
          END OF I_LIPS,
          FILL TYPE I.
    CONTROLS: LIKP_DATA TYPE TABLEVIEW USING SCREEN 200,
              LIPS_DATA TYPE TABLEVIEW USING SCREEN 300.
    DATA: COLS LIKE LINE OF LIKP_DATA-COLS.
    *&      Module  USER_COMMAND_0100  INPUT
          text
    MODULE USER_COMMAND_0100 INPUT.
    CASE SY-UCOMM.
      WHEN 'LIKP'.
       SELECT VBELN
              ERNAM
              ERZET
              ERDAT
              FROM LIKP
              INTO TABLE I_LIKP
              WHERE VBELN = LIKP-VBELN.
       IF I_LIKP[] IS INITIAL.
         CALL SCREEN 200.
       ENDIF.
      WHEN 'EXIT'.
       LEAVE PROGRAM.
    ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    *&      Module  assign_data  OUTPUT
          text
    MODULE ASSIGN_DATA OUTPUT.
    MOVE-CORRESPONDING I_LIKP TO LIKP.
    ENDMODULE.                 " assign_data  OUTPUT
    *&      Module  STATUS_0200  OUTPUT
          text
    MODULE STATUS_0200 OUTPUT.
      DESCRIBE TABLE I_LIKP LINES FILL.
      LIKP_DATA-LINES = FILL.
    ENDMODULE.                 " STATUS_0200  OUTPUT
    *&      Module  USER_COMMAND_0200  INPUT
          text
    MODULE USER_COMMAND_0200 INPUT.
      CASE SY-UCOMM.
       WHEN 'LIPS'.
        READ TABLE I_LIKP WITH KEY MARK = 'X'.
        SELECT VBELN
               POSNR
               WERKS
               LGORT
               FROM LIPS
               INTO TABLE I_LIPS
               WHERE VBELN = I_LIKP-VBELN.
        IF SY-SUBRC = 0.
         CALL SCREEN 200.
        ENDIF.
       WHEN 'BACK'.
        SET SCREEN 200.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0200  INPUT
    Save and Activate the program along with the screen in which you have included table control.
    Hope this will help you.
    Regards
    Haritha.

  • Firefox 9.01 unable to display java application tables

    Upon upgrading to Firefox 9.01, my application running on Java, using Java server faces is unable to display tables. My colleague with Firefox 8 is able to access the tables perfectly. This is a common problem also occurring in Google Chrome

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[How to clear the cache#w_clear-the-cache|Clear the Network Cache]]
    * [[Troubleshooting extensions and themes]]
    Check and tell if its working.
    -> Update All your Firefox Plugins
    * https://www.mozilla.org/en-US/plugincheck/
    * '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''
    * Restart Firefox

Maybe you are looking for

  • How to Uninstall Leopard Upgrade and go back to Tiger

    I would like to go back to Tiger and was wondering how to uninstall the Leopard upgrade without having to do a full reformat. Is this possible? Thanks in advance!

  • HFM Report export to Excel changes cell category

    Greetings, we just updgrated to version 11.1.2.2 and are noticing some strange behavior coming out of an some HFM reports we are exporting to Excel. We are trying to sum up some values and are getting #VALUE!. We have to manually change the category

  • Airplay music random interrupts.

    Airplay drops out every so often, why? Playing from a iPhone using the iPod app and thru a wireless network.

  • Xml parsing exception

    Hi, I am having xml content as a string like below <?xml version="1.0" encoding="UTF-8"?> <TransactionResponse> <InterchangeControlHeader> <AuthorInfoQualifier>00</AuthorInfoQualifier> <AuthorInformation> </AuthorInformation> </InterchangeControlHead

  • Lost macbook pro, how can i find it ?? help !!!

    my macbook pro is lost , how can i find it. i didnt turn on my findmyiphone on icloud !