Not able to see data in af:table unless refresh is clicked

We have a table which already has rows. But,when we are navigating to that table jsff page,no data is shown in the table.Only we click on add '+' icon or refreshing the page,I am able to see the data. Am i missing something in jsff definition? Here is the code for jsff page.It is a customiser generated page which comes on runtime.
<af:showDetailHeader text="#{adfBundle['oracle.apps.fnd.applcore.flex.runtime.FlexfieldResourceBundle']['FND:::FND_FFRES_oracle.apps.scm.productCatalogManagement.advancedItems.flex.egoItemEff.item.ui.bundle.d_EFF_AL_EFF_EGO_ITEM_DL_IL_PAGE_Private_PageBundleMsg#contextCode_5FAG_5FNT_5FMR_5FIL_5FMCDEF']}" id="CXTPB" contentStyle="padding:5px;" immediate="true" disclosed="true">
<f:facet name="context"/>
<f:facet name="menuBar"/>
<f:facet name="toolbar"/>
<af:toolbar id="t1"/>
<f:facet name="legend"/>
<f:facet name="info"/>
<f:facet name="help"/>
<fnd:applicationsTable tableId="ATt1" id="AT1" inlineStyle="width:99%;" deleteEnabled="#{true}" exportEnabled="#{false}" createPatternType="inline" createDisabled="#{!pageFlowScope._eff_containerBean.createPrivilegeForContext}" editDisabled="#{pageFlowScope._eff_read_only == 'Y'}" deleteDisabled="#{pageFlowScope._eff_read_only == 'Y'}" actionsMenuRendered="#{pageFlowScope._eff_read_only != 'Y'}" deleteImmediate="true" createImmediate="true">
<f:facet name="additionalToolbarButtons"/>
<f:facet name="additionalActionItems"/>
<f:facet name="table">
<af:table rows="#{bindings.ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO.rangeSize}" fetchSize="#{bindings.ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO.rangeSize}" emptyText="#{bindings.ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO.viewable ? 'No data to display.' : 'Access Denied.'}" var="row" rowBandingInterval="0" value="#{bindings.ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO.collectionModel}" selectedRowKeys="#{bindings.ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO.collectionModel.selectedRow}" selectionListener="#{bindings.ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO.collectionModel.makeCurrent}" rowSelection="single" id="ATt1" partialTriggers="::delete ::deleteMenuItem ::create ::createMenuItem" editingMode="clickToEdit" contentDelivery="immediate" columnStretching="last" autoHeightRows="10">
<af:column headerText="#{bindings.ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO.hints._mruniqkey.label}" sortProperty="_mruniqkey" sortable="false" id="effcol0">
<af:inputText value="#{row.bindings._mruniqkey.inputValue}" label="#{bindings.ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO.hints._mruniqkey.label}" required="#{ ( true) and pageFlowScope._eff_param2 != 'Y' }" columns="#{bindings.ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO.hints._mruniqkey.displayWidth}" maximumLength="#{bindings.ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO.hints._mruniqkey.precision}" shortDesc="#{bindings.ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO.hints._mruniqkey.tooltip}" id="ecseg0" readOnly="#{ ( pageFlowScope._eff_read_only == 'Y' ) or pageFlowScope._eff_containerBean.mandatoryEffAttributes['AG_NT_MR_IL_MCDEF||_mruniqkey'] != null}" showRequired="#{ ( true) and pageFlowScope._eff_param2 != 'Y' }">
Please help me with this if I am missing something.

I tried with refresh from "never" to "ifNeeded" and "deferred" also,but still the problem exists. Here is the part of pagedef with the iterator binding :
<?xml version='1.0' encoding='UTF-8'?>
<pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel" version="11.1.1.50.65" id="d_AG_NT_MR_IL_MCDEF_IL_PAGE_AL_EFF_EGO_ITEM_DL_EGO_ITEM_EFF_10010_PrivateFragPageDef" Package="pageDefs.oracle.apps.scm.productCatalogManagement.advancedItems.flex.egoItemEff.item.ui">
<parameters>
<parameter id="CONTEXTCODE" value="AG_NT_MR_IL_MCDEF"/>
</parameters>
<executables>
<iterator Binds="Root.j_AlEffPrivateAM.j_ItemAlEffPrivateVO" DataControl="ItemAMDataControl" RangeSize="25" id="j_ItemAlEffPrivateVOIterator" Refresh="never"/>
<accessorIterator MasterBinding="j_ItemAlEffPrivateVOIterator" Binds="ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO" RangeSize="25" DataControl="ItemAMDataControl" BeanClass="oracle.apps.scm.productCatalogManagement.advancedItems.flex.egoItemEff.item.contexts.view.ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO" id="ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVOIterator"/>
</executables>
<bindings>
<listOfValues StaticList="false" IterBinding="ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVOIterator" id="_target_ctxt" Uses="LOV__target_ctxt">
<AttrNames>
<Item Value="_target_ctxt"/>
</AttrNames>
</listOfValues>
<tree IterBinding="ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVOIterator" id="ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO">
<nodeDefinition DefName="oracle.apps.scm.productCatalogManagement.advancedItems.flex.egoItemEff.item.contexts.view.ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO" Name="ItemEFFBAG_5FNT_5FMR_5FIL_5FMCDEFPrivateVO0">

Similar Messages

  • Not able to see data in Pivot table

    Hi,
    I have a issue with pivot table i have a column which displays values 0 and 1 and another column called month when i am placing this month column as a section and values column as a measure i am not seeing any values means i can see the month as header but instead showing 0 or 1 its showing blank columns. previously i created similar kind of table it worked but at that time values column data type is number this time its char. can anybody help me out how i can see the data in the pivot table. i already tried converting this column to number but still i am not able to see data in that values column.
    Thanks

    Hi copter,
    Place the month column in rows and value column in measure section and check if results are coming.If still it doesnt come i suppose you dint apply aggregation rules to value column.In pivot view click values column and aggregate by /select min or max or either server complex and check your results.
    (I suppose your aggregation rules is default)....Correct this one and you can place it in sections as per your requirement.
    Cheers,
    KK

  • Not able to see data in 0FIGL_V30 & 0FIGL_V31

    Hi,
    I've activated / installed standard business content for EpH3 i.e Mutltiprovider 0FIGL_M30 and entire data flow which includes reports and virtual providers 0FIGL_V30 & 0FIGL_V31.
    I'm able to see data in cubes where above virtual providers read data from. here is the link from help.sap.com
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/6b/fdc62d9e0b444cb14b7f424d9f9cb7/frameset.htm
    Issue is i'm not able to see data in Virtual providers 0FIGL_V30 & 0FIGL_V31 and hence in reports.
    Can anyone advice please. thanks
    SD

    Hi All,
    Yes I've checked data in underlying cubes.
    Mulitprovider is fine.
    I've added Master Data for both 0GL_ACCTP  and 0ACCESSTP
    RFC connection is fine.
    No DTP & Transformation since this is Virtual Provider based on Functional Module.
    However when I debug FM for 0FIGL_V30 & 0FIGL_V31 - I see no data and thought there might be master data issue b/w 0GL_ACCOUNT & 0GLACCEXT but MD is fine.
    It just not pulling data.
    Is there some setting I'm missing?
    FM's used for Virtual Providers are
    0FIGL_V30  - RS_BCT_FIGL_SREP_DATA_GET_V30
    0FIGL_V31 - RS_BCT_FIGL_SREP_DATA_GET_V31
    SD

  • Not able to see Data in Xcelsius 2008

    Hi everyone,
    My question is I am not able to see data in Xcelsius spreadsheet although I am able to connect to SAP BW and also able to see and select query but when I select Cross Tab Data in output Values it is not displaying in Xcelsius spreadsheet
    System Info
    Xcelsius 2008 Enterprise Trial Version SP 3.0
    SAP BW 7.1 SP 6 ABAP and JAVA
    Any help would be appreciated

    Hi Rashid,
    When you are using the BW conenction in Xcelsius you will not see any data in the spreadsheet at design time or at preview time.
    To see the data you need to go SAP > Publish, then SAP > Launch to test the dashboard in the NetWeaver Portal as that is the only place where the data can be viewed.
    Regards
    Matt

  • Not able to see data in the qualifier table of the main tbl , Data Manager

    Hi,
    I have an issue of not able to see the data of two qualified table after populating them.
    It is in mdm-5.5 ps4.
    When populating data first time ,it shows up in those two table slots in the right side of the Data Manager.
    However subsequently it does not show up in those slots , only by right click on the table and selecting "View/edit", the window pops up where those data shows up.
    However unlike other qualified tables the data does not showup automatically for these two tables.
    Appreciate any suggestion or feedback on this.
    regards,
    -reo

    You may have checked the Filter Check Box next to the Qualified Lookup cell in Data Manager, when the current table is the Main Table.
    You use the Filter Checkbox to limit the qualified table records by the current search selections.
    Secondly, you have see if there are any Qualified Links to the main table record you are viewing.
    If not, create the Qualified links in Data manager, for the main table record and the Qualified Table Record.
    Once this is done, you will see the Display fields of the Qualified table for which the links exists for the given main table record.
    Message was edited by:
            Adhappan Thiagarajan

  • Not able to see all the SAP tables from CR 2008

    Hi All,
    1)I am not able to see all the SAP database tables(DEV server) from Database expert menu in CR 2008. Only tables those start with alphabet letters upto A & B are visible. I checked the database connection>right click>options> found no filters as well.
    We are using the CR 2008 trial version with SAP ECC.
    2) When i am trying with Production Server of SAP ECC, I am not able to logon to the SAP from CR 2008. It is giving error message
    as : LOGON FAILED : User USER1 has no RFC AUTHORIZATION for function group SYST
    Please help me to resolve these. Thanks in advance.

    Thank you very much ingo.
    You helped me a lot.
    One more question, when I am trying for SAP database connections say for ex: 10.57.410.70, again and again some times the connection is getting saved in my connections with as new versions/variants like
    10.57.410.70_1 or so. How to overcome this.
    Thanks in advance ingo
    Badari

  • Not able to see data in Hyperion Planning data forms.

    Hi ,
    I created Hyperion planning EPMA application and loaded data in to it. But I am unable to see data in my data forms? Please give me solution for this?

    Hi,
    Here there are 2 things, once your epma heirarchy is ready did you deploy it against your planning App ? and incase if you haven't deployed your planning application, then old outline would be existing in Essbase and if you load data for old outline it will still take into but when you deploy the database gets restructured and older data gets restructured/removed.
    Before going onto that level first check if your load data to essbase completed successfully. and did you load data for the combinations on dataform ? ? Try manually inputting a number through data form and submit and do a refresh to see if value comes up. ? Check your data form settings , if you have enables suppress missing rows/blocks.
    Thanks
    Amith

  • Not able to insert data in a table...using MS SQL 2000

    Hi guys,
    Since this morning, for some reasons that I don't know, I can't insert data into my database. This is piece of my code:
    Statement statement1 = connection.createStatement();
    String sql = "SELECT PeopleID, LastName FROM People" + " WHERE LastName='" + lastName + "'";
    ResultSet resultSet = statement1.executeQuery(sql);
    and this is the error message I'm having:
    Error executing the SQL statement[Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Invalid object name 'People'.
    Any idea on how to fix that...?? I played around with the database to make sure that I have all the right permissions, still it doesn't work...
    Thanks...

    How do I check to make sure that it has an object.It doesn't. Period. That's what the error message is saying.
    I'm able to query that table People and I get a
    result back from it.Then whatever tool you're using to query that table, is connected to a different database (and/or connected as a different user) than the one your code is trying to connect to.

  • Not able to see data in cube

    Hi all,
    I am having an issue with the cube data.
    I am trying to check the data in the cube which has many records loaded in it.
    While doing a display data , it doesnt show any records on the screen. I am not giving any filter criteria here.
    I tried to check in Listcube transaction as well. But there also it doesnt show and data. This cube is in quality system.
    I have checked for the same cube in dev and prd systems as well. there it shows data. But in Quality system it doesnt show any data. The cube is active and data was loaded successfull in it.
    Even the report built on the cube doesnt display any data when executed.
    Please suggest what can be done.
    Thanks in advance,
    Maddy

    Hi,
    Please check the below threads:
    InfoCube contains data but shows no result
    Query shows no output
    -Vikram

  • Gnome panel 3.2 - I am not able to see clock and date well

    Hello all,
    I am using Gnome in fallback -mode. I upgraded my gnome-panel to version 3.2 and after upgrading I am not able to see date and time information well. This information have shown a dark grey color, which is very difficult to see because background is black. If I put my mouse cursor on the time panel I am able to see infromation because background changes from black to white (timebox get activated). Is there any way to change font/foreground colour from grey to white? It is very irritating put mouse cursor on the date everytime when I want to see time.  I tried to downgrade panel back to 3.0 version, but after that I wasn't able to see panel at the all.
    -Br, Marko
    Last edited by tetrao (2011-10-05 15:27:36)

    Looks like I am not a lonely wolf with this problem: https://bugzilla.redhat.com/show_bug.cgi?id=691288
    Maybe I just need to wait next version of gnome-panel
    Strange here isn't anybody others at this site, who have this issue..
    Last edited by tetrao (2011-10-05 15:55:54)

  • Not able to see Enterprise Service hosted at SDN

    Dear All
    I want to access the Enterprise Service that are available at SDN and for that I created two proxies in Visual Admin.
    I am trying to call those services in my Visual Composer. I am able to see the services in the Group.
    But not able to see the required Enterprise Service.
    When I click the + sign nothing comes under that group.
    I am using VC 7.0
    Can any body help me.
    Thanks
    Vivek
    Hello Everybody
    The ES available at SDN cannot be accessed outside SAP network because if we see the XML of the service available, the URLs within the XML are pointing to the internal hostname iwdf1030.dmzwdf.sap.corp of the system and not to the external hostname erp.esworkplace.sap.com. Unfortunately the internal hostname is not accessible or known to the internet and that is why we are not able to connect and retrieve the interface definition.
    May be it will take some time to resolve this issuse, till then have a great time.
    Regards
    Vivek
    Edited by: Vivek Kumar Mishra on Feb 28, 2008 11:26 AM

    Hello Everybody
    The ES available at SDN cannot be accessed outside SAP network because if we see the XML of the service available, the URLs within the XML are pointing to the internal hostname iwdf1030.dmzwdf.sap.corp of the system and not to the external hostname erp.esworkplace.sap.com. Unfortunately the internal hostname is not accessible or known to the internet and that is why we are not able to connect and retrieve the interface definition.
    May be it will take some time to resolve this issuse, till then have a great time.
    Regards
    Vivek

  • Not able to see the records in master data

    Hi friends
    My requirement needs the data to be loaded from a RDM table.I created a data source in the R/3 and by using the extracto checker i am able to see the data.I created the info packages one for Attr and other Txt,replicated the datasource and loaded the data.I am able to see the data in the PSA and when i go into monitor in the infopackage it says the data has been loaded and it shows no errors.But I am not able to see this data in the master data info object.Can anyone please help me out???
    Mouli

    Hi
    Check out your infopackage setting: if its upto PSA or to MD table also
    Open Master data table in SE11 and check the OBJVERS field wether the MD is activated or not!
    Regards
    GSK

  • Not able to see PSA for the data souce 2lis_13_vdkon after enhaning

    Dear Experts,
    I have enhanced the extract structure of 2lis_13_vdkon in R/3 with 5 fields which are exist in transfer structure.
    I have replicated the data source in BI but unfortunately i have not deleted the data in the PSA.
    After replication when i try to activate the data source the system is giving Dump and im not able to see the PSA also.
    Please help me out.
    When i manage on the data source to c PSA, its giving error like this
    Invalid DataStore object name 2LIS_13_VDKON_BB: Reason: No valid entry in table RSTS
    The Dump when activating the data source is :
    Runtime Errors SAPSQL_ARRAY_INSERT_DUPREC
    Exception CX_SY_OPEN_SQL_DB
    Date and Time 03.06.2009 09:46:55
    How to correct the error
    Use an ABAP/4 Open SQL array insert only if you are sure that none of
    the records passed already exists in the database.
    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:
    "SAPSQL_ARRAY_INSERT_DUPREC" "CX_SY_OPEN_SQL_DB"
    "CL_RSAR_PSA===================CP" or "CL_RSAR_PSA===================CM006"
    "_UPDATE_DIRECTORY_TABLES"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    Regards
    venu

    Hi Venu,
    The issue I think is the PSA was not deleted cleanly. If you try and activate the PSA you will get the dump again.
    ..Probably if you go through the ABAP dump you will notice it is pointing to the following code;-
       75 * Put the fields of PSA to database without check, otherwise error by
       76 * activation of table
       77
       78   IF p_psa_exists EQ rs_c_false OR
       79      i_new_version     EQ rs_c_true.
    >>>>>     INSERT rstsodsfield FROM TABLE l_t_odsfield.
       81   ELSE.
       82     DELETE FROM rstsodsfield
       83       WHERE odsname = l_s_odsfield-odsname
       84       AND  version = l_s_odsfield-version.
       85     MODIFY rstsodsfield FROM TABLE l_t_odsfield.
    Put a breakpoint in the code in line 78. and activate the DS..the program should stop in 78...change the value of variable rc_c_false so that line 82 gets executed. This will clean up the PSA entries in table rstsodsfield. Now activate the DS and delete the PSA entries in the PSA table.
    We faced the same issue and resolved it this way.
    Thanks
    -Saif

  • Master Data Loaded but not able to see.

    Loaded master data successfully. Able to see it in P and M table, but not able to see when going thru Manage - Contents at InfoProvider level.
    Many requests are available showing number of records Transferred and Updated.
    What could be the possible reason?

    Hi Sarabjit,
    Welcome to SDN!!
    You need to load the transaction data into the Info-provider to see the contents and not just the master data.
    In case you have done the transaction load then you need to do the "apply hier/attr change" for the master data loaded. Goto RSA1 -> Tools(menu) -> apply hier/attr change -> Seelect your info-object and execute.
    Bye
    Dinesh

  • I am not able to see the data By request id in ODS

    HI Gurus,
    I am trying to do data loads from flatflies based on Region to ODS(We have flat files based on region for each region we have one flatfile) .I have loaded 2 files into ods.But when i am checking the data in ODS by request id .I am seeind 2 regions data on one request id .I am not able to see the data for other request id.
    For example:
    We have two flat files one is region 1: 5100 and region 2: 5030
    Request id 1: contains region 5100 data
    request id 2 : contains region 5030 data.
    But when i am checking the data in ODS its showing 5100&5030 data onn request id 1.I am not seeing any data for requestid 2.
    Please help me out.

    Hi,
    Active data cant be seen by Request id but definitely change log table contains request id and list of records per request
    Go to Manage ---> Contents tab --> New Data. Over here you can enter the request number and check the data request wise.....The same can be done for Change log
    Check the log in SM37 if it exists there or not.
    May be the number of records will be more and depending upon the system processses it will be taking time to load.ID request is loaded to ODS then it could be activation time
    Hareesh

Maybe you are looking for