Not showing the Data in VC application

Hi I have developed the application in VC.
It is showing the data some times , it is not showing the data. Can u please let me know what is the problem.
when i checked using the Test Data service . It is showing the data. Then i have developed step by step, in between the time i use to run the application , it was showing the data. finally i have assigned to some role and user id. then also it is showing the data.
Next day after i run the application , it is not  showing the data. displaying the message .
"No Data Found".
But when i run  the BAPI at the back end R/3 it is giving the data properly.
Can u tell me what might be the problem
REgards
Vijay

Hi Krishna,
check the logs in the NWA. It seems that your connection is broken down sometimes, maybe a timeout. How many records does your data service return?
Check it with external debugging of the BAPI, when you can reconstruct the error.
Best Regards,
Marcel

Similar Messages

  • Import option is not showing the Data Source created using ODBC

    Hi all,
    I'm new to OBIEE, just installed OBIEE 10g in my system with the help of some reply from this Forum (thanks to Kalyan for this).
    Now when I tried to create new rpd, the Import option is not showing the Data source I have created. I have created new Datasource in the SystemDSN tab of the ODBC Administrator window,I have tried this by creating the Datasource in the UserDNS tab as well.
    Mine is Windows 7 Ultimate. The new data source which I have created through the ODBC Administrator window is to connect to SQL 2008 (I'm trying to get some table from SQL 2008 database), I don't have Oracle data base.
    While creating the Data source ODBC Administrator is showing only two drives (SQL Server and SQL Server Native Client 10.0 ) , so I have created the Data source using the SQL Server Native Client 10.0 drive.
    Can some one help me to understand the issue and to solve it.
    Thanks,
    Mithun

    By calling your cellular data provider.

  • REUSE_ALV_GRID_DISPLAY does not show the data

    Hello,
    I have created a report which show the alv through REUSE_ALV_GRID_DISPLAY.
    It is working fine on my development server and show the data too. but when it was transported to the production , ALV is showing, but no data in tha alv.
    I check the data in the internal table , Data is available but it still not shown..

    PERFORM create_field_catalog.
    *  display ALV Grid.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program      = sy-repid
          i_callback_user_command = k_double_click
          it_fieldcat             = gi_field_cat
          i_default               = k_x
          i_save                  = k_a
          i_grid_title            = text-015
        TABLES
          t_outtab                = gi_woplo
        EXCEPTIONS
          program_error           = 1
          OTHERS                  = 2.
      IF sy-subrc <> 0.
        MESSAGE i270(zcg340).  "Problem occured in Creating ALV.
      ENDIF.
    I have check the transport too, there is no change in the table field nor in any code in the production .
    But for the layout there is layout set to Default.. ..

  • Nokia N8 Calendar Does not Show the Dates????

    Hi, 
    I am noticing this issue from the past couple of weeks and probably after the last update. 
    When I open the calendar Icon, the dates do not load on the phone. It just doesnt show any dates?
    Also if a reminder is past, it shows a past reminder and the reminder also doesnt open up. 
    Whenever I do the hard re-boot i.e keep the power button pressed till it vibrates three times and shuts and re-starts, then initially the calendar shows the dates, but again after sometime if I have to open the calendar, it doesnt show the dates at all, and goes back to the same issue. 
    Please advise a good solutiong to this problem as a hard re-boot or a re-start or even re-setting the factory settings did not work
    Thanks

    Someone from the Nokia forum please respond to this as I am facing this issue too from quite sometime now. Its exactly he same.

  • SelectOneMenu does not show the data from the backing bean

    Here is my code:
    <!--
    Fetch the source directory
    -->
    <h:inputText id="dir"
    value="#{myBean.sourceDirectory}"/>
    <!--
    Click this button to refresh the sub-directories list below
    -->
    <h:commandButton value="fetch"
    actionListener="#{myBean.processFetch}" />
    <!--
    Show the list of sub-directories in the directory entered above as a drop
    down
    -->
    <h:selectOneMenu value="#{myBean.selection}">
    <f:selectItems value="#{myBean.dirs}"/>
    </h:selectOneMenu>
    public class MyBean{
    private String sourceDirectory;
    private ArrayList<SelectItem> dirs;
    public String getSourceDirectory(){
    return sourceDirectory;
    public void setSourceDirectory(String newDir){
    this.sourceDirectory = newDir;
    public ArrayList<SelectItem> getDirs(){
    return dirs;
    public void setDirs(ArrayList<SelectItem> newDirs){
    this.dirs = newDirs;
    public void processFetch(ActionEvent e){
    //For this example, we return some hard coded values
    dirs = new ArrayList<SelectItem>();
    SelectItem s1 = new SelectItem();
    s1.setLabel(sourceDir + "_1");
    SelectItem s2 = new SelectItem();
    s2.setLabel(sourceDir + "_2");
    SelectItem s3 = new SelectItem();
    s3.setLabel(sourceDir + "_3");
    SelectItem s4 = new SelectItem();
    s4.setLabel(sourceDir + "_4");
    dirs.add(s1);
    dirs.add(s2);
    dirs.add(s3);
    dirs.add(s4);
    When I run the above code, I notice that the first time, (and the only time), if I hit the "fetch" button the data in the drop-down menu does get refreshed.
    Subsequently, it does not change. I am not sure what I am doing wrong.
    Can someone help me?

    Hi,
    In order to use the JDBC persistence store you have to use a non XA JDBC driver for your Data Source.
    http://docs.oracle.com/cd/E23943_01/web.1111/e13701/store.htm#CNFGD221
    Point-13). When configuring a connection pool to use with WebLogic JMS JDBC Store, use non-XA database drivers.
    http://middlewaremagic.com/weblogic/?p=586
    Hope it helps

  • Peristent Store does not show the Data Source in Wenlogic 12.1.3

    Hi All,
    I have installed WebLogic 12.1.3 on my windows machine using Java 8 and am trying to configure the Data Source and Persistent Store (of JDBC type).
    I'm able to create a Generic Data Source of type -  *Oracle's Driver (Thin) for Instance connections;Versions:Any. The test connection also was successful.
    When i proceed with the creation of a Persistent Store - JDBC type, the Data Source created is not getting populated in the drop down across Data Source label.
    Any suggestions as to why this is happening?? or What needs to be done by me to fix this issue?
    I'm unable to proceed further with my configuration due to this.

    Hi,
    In order to use the JDBC persistence store you have to use a non XA JDBC driver for your Data Source.
    http://docs.oracle.com/cd/E23943_01/web.1111/e13701/store.htm#CNFGD221
    Point-13). When configuring a connection pool to use with WebLogic JMS JDBC Store, use non-XA database drivers.
    http://middlewaremagic.com/weblogic/?p=586
    Hope it helps

  • Bursted Output does not show the data.

    I have bursted a report to shared location. The output file gets bursted to the destinated location but it is empty without data.when i click view i am able to see the output with data. i have split the data and delivered to 3 folders in shared drive. am getting the empty
    files in all 3 folders.
    am using BIP 10.1.3.3.1 version.
    Kindly help me in resolving this issue.
    Regards,
    Vinoth.

    10.1.3.3.1 version is very old version, I would suggest to try against latest version.

  • Web ADI Report set, excel is not showing the data for any of the three repo

    We are currently working on 11.5.10.2 and moving from Desktop ADI to Web ADI. At the time of publishing report in Web ADI the excel is empty.
    AFter successfully running the WEB Adi reportset for Consolidate Balncesheet ( for a period ex: APR-2012), there were 3 reports that were publlished as a set. Then I went to Repository Management and went to the folder and subfolder where I saved all the above 3 reports. When I click on view on one of the reports, the excel spreadsheet opens and try to load something for a while but finally ends up loading nothing.
    I am unable to figure out what went wrong. Do you have any idea.
    If someone can help me, I really appreciate.
    Thanks
    Uday

    Hi ,
    In u r query what I observed was unit cost*gross profit is Amount Sold. Can u make this calculation with Physical calculation rather than and logical calculation.
    See if u have kept logical joins for both the tables with the fact and set the content level at detail level in the content level of fact.
    Then it will work
    Thanks
    S

  • Text box does not display the date??

    I have a text box <input type="TEXT" name="invoiceDate" readonly></input>. I select the date using datepicker .The date gets displayed in the text box.Then i click on "Show" button which loads the same jsp page again.
    When the page is loaded the text box does not show the date.
    I try to save the date in the text box as
    <% String date1=request.getParameter("invoiceDate");
    <input type="hidden" name="date1" value="<%=date1 %>">
    <%>
    The value is saved in this hidden variable..
    Plz help me what to do next
    Thanks

    Its a hidden field and that's why it isnt displayed.
    Use
    <input type="text" name="date1" value="<%=date1 %>"> ram.

  • Report does not show the main section while calling from forms 6i

    Hi
    I am running report from report from forms 6i but is does not show the data in main section, where as the data in the header section is ok.
    But when i run the same report independantly from report builder it show the both header and main section with relevent data.
    pl solve the matter
    thanks in advance

    can you tell me more about this, you might check if you are using different users when you call this report or if the user has all privileges to see all tables in this report

  • Content repository is not showing the recently added content on jspx page .

    Hi All,
    I have uploaded some doc on UCM using check_in web service call.
    I see all my content are uploaded successfully but recent uploaded contents are not reflecting on my page .
    Even i set partial trigger but its showing it .
    I printed the content using GET_SEARCH_RESULTS service but still its showing old content .
    If i logged out from current session and logged in again i am able to see those changes .
    Please provide your i/p.
    Thanks,
    Arun.

    It does not get refreshed, even if you fill up the table with the values from the call to the get_search_results?
    I thought it was an issue because we uploaded documents outside of the knowledge of the data control...
    But if you don't use the DC to display the data and use a call to the get_search_results and that also does not show the data... than their must be something else...
    Perhaps you can ask this in the enterprise content management forum. Their are more experts on this. Maybe they know what the issue is. I will look into it if i have a bit more time but for now i have other stuff to do...

  • Textbox cannot showing the Data Binding

    Dear All, I have a problem about showing data to textbox. I have a class i call it itemCategoryFormController.java here the code:
    public class ItemCategoryFormController extends GenericForwardComposer {
        @Autowired
        private DatabaseManager databaseManager;
        @Autowired
        private SessionManager sessionManager;
        @Autowired
        private SecurityService securityService;
        @Autowired
        private MasterService masterService;
        private WebUtil webUtil;
        private DataBinder binder;
        private Paging itemGroupPaging;
        private Combobox filterCBox;
        private Listbox itemGroupLBox;
        private Bandbox itemGroupBd;
        private Integer totalItemGroup = 0;
        private String locationPath;
        private Map<String, Object> params;
        private ItemCategory selectedItemCategory;
        private ItemCategory selectedTemp;
        private ItemGroup selectedItemGroup;
        private List<ItemCategory> itemFilters = new ArrayList<ItemCategory>();
        private List<ItemGroup> itemGroups = new ArrayList<ItemGroup>();
        public ItemCategory getSelectedItemCategory() {
            return selectedItemCategory;
        public void setSelectedItemCategory(ItemCategory selectedItemCategory) {
            this.selectedItemCategory = selectedItemCategory;
        public ItemGroup getSelectedItemGroup() {
            return selectedItemGroup;
        public void setSelectedItemGroup(ItemGroup selectedItemGroup) {
            this.selectedItemGroup = selectedItemGroup;
        public List<ItemCategory> getItemFilters() {
            return itemFilters;
        public void setItemFilters(List<ItemCategory> itemFilters) {
            this.itemFilters = itemFilters;
        public List<ItemGroup> getItemGroups() {
            return itemGroups;
        public void setItemGroups(List<ItemGroup> itemGroups) {
            this.itemGroups = itemGroups;
        @SuppressWarnings("unchecked")
        @Override
        public void doAfterCompose(Component comp) throws Exception {
            super.doAfterCompose(comp);
            this.self.setAttribute(Constants.CTRL, this, false);
            webUtil = new WebUtil(comp);
            params = (Map<String, Object>) Executions.getCurrent().getArg();
            AppProgram program = securityService.getAppProgramByUrl(sessionManager.getUrlAddress());
            locationPath = program.getFileName();
            selectedUserLogin = sessionManager.getAppUser();
            setControlPermission(program);
            binder = new AnnotateDataBinder(comp);
        public void onCreateWin(Event event) {
            if(isMessageMode()) loadMessage();         
            selectedItemCategory = (ItemCategory) params.get(Constants.PARAM_ITEMCATEGORY);
            init();
        private void init() {
            String action = (String) params.get(WebUtil.PARAM_ACTION);
            if(action.equals(WebUtil.ACTION_NEW)) {
                if(selectedItemCategory != null){
                    selectedItemCategory.setActive(true);
                    selectedItemCategory.setLastUpdated(databaseManager.getDateServerNow());
                    selectedItemCategory.setLastUpdater(sessionManager.getAppUser().getUserId());
                    selectedTemp = selectedItemCategory;
                    selectedItemCategory = new ItemCategory();
                }else{
                    selectedItemCategory = new ItemCategory();
                    selectedItemCategory.setActive(true);
                    selectedItemCategory.setLastUpdated(databaseManager.getDateServerNow());
                    selectedItemCategory.setLastUpdater(sessionManager.getAppUser().getUserId());
            } else {
                if(selectedItemCategory == null) selectedItemCategory = selectedTemp;
            loadItemGroup();
            viewMode = action.equals(WebUtil.ACTION_VIEW);
            editMode = action.equals(WebUtil.ACTION_EDIT);
            if((action.equals(WebUtil.ACTION_EDIT) || action.equals(WebUtil.ACTION_VIEW))) {
                checkPrevNext();
            binder.loadAll();
        private void loadItemGroup() {
            totalItemGroup = masterService.countItemGroup();
            itemGroupPaging.setTotalSize(totalItemGroup);
            selectedItemGroup = masterService.getitemGroupByNo(selectedItemCategory.getItemCategoryGroupNo());
            itemGroups = masterService.getitemGroups(0, itemGroupPaging.getPageSize());
            doPaging(itemGroupPaging, Constants.PARAM_ITEMGROUP);
        public void onChanging$filterCBox(InputEvent event) {
            Integer sizeOfFilter = Integer.valueOf(Labels.getLabel(Constants.I3_PAGESIZE_FILTER));
            itemFilters = masterService.getitemCategorysByFilter("%" + event.getValue() + "%", 0, sizeOfFilter);
            binder.loadComponent(filterCBox);
        public void onChanging$itemGroupFilterTb(InputEvent event) {
            itemGroups = masterService.getitemGroupsByFilter("%" + event.getValue() + "%", 0, itemGroupPaging.getPageSize());
            itemGroupPaging.setTotalSize(masterService.countItemGroupByFilter("%" + event.getValue() + "%"));
            itemGroupPaging.setActivePage(0);
            binder.loadComponent(itemGroupLBox);
        @SuppressWarnings({ "unchecked" })
        private void doPaging(final Paging paging, final String param) {
            paging.addEventListener("onPaging", new EventListener() {
                @Override
                public void onEvent(Event event) throws Exception {
                    PagingEvent pEvent = (PagingEvent) event;
                    int pageNo = pEvent.getActivePage();
                    int first = pageNo * paging.getPageSize() + 1;
                    int last = first + paging.getPageSize() - 1;
                    redraw(param, first, last);
        protected void redraw(String param, int first, int last) {
            if(param.equals(Constants.PARAM_ITEMGROUP)) {
                itemGroups = masterService.getitemGroups(first, last);
                binder.loadComponent(itemGroupLBox);
        public void onClick$itemGroupClearBtn(Event event) {
            selectedItemGroup = null;
            binder.loadComponent(itemGroupBd);
            itemGroupBd.close();
        private void clearForm() {
            selectedItemCategory = null;
            selectedItemGroup = null;
    I have a zul file that call form.zul Here i want show itemgroups data:
    <bandbox id="itemGroupBd" width="30%" onfocus="itemGroupBd.open=true" autodrop="true" readonly="true" value="@{ctrl.selectedItemGroup, converter='com.cynergy.web.converter.NameObjectConverter' }" disabled="@{ctrl.viewMode }"> <bandpopup>
    <vbox>
    <hbox>
    <image src="/images/icons/icon-filter-16.png"/> <label value="${c:l('label.filter.value')}"/>
    <textbox id="itemGroupFilterTb"/> <space width="5px"/>
    <button id="itemGroupClearBtn" label="${c:l('button.clear.value')}"/>
    </hbox>
    <listbox id="itemGroupLBox" model="@{ctrl.itemGroups }" width="400px" onselect="itemGroupBd.close();" rows="${c:l('label.pageSize.bandbox.value')}" selecteditem="@{ctrl.selectedItemGroup }" emptymessage="${c:l('message.list.data.empty')}">
    <listhead sizable="true">
    <listheader width="30%" label="${c:l('label.code.value')}"/>
    <listheader label="${c:l('label.name.value')}"/></listhead>
    <listitem self="@{each=itemGroup }">
    <listcell label="@{itemGroup.itemGroupNo }"/>
    <listcell label="@{itemGroup.itemGroupName }"/>
    </listitem>
    </listbox>
    <paging id="itemGroupPaging" detailed="true" pagesize="${c:l('label.pageSize.bandbox.value')}" sclass="paging-border"/>
    </vbox>
    </bandpopup>
    </bandbox>
    There are no error showing, but textbox not showing the data. Textbox only showing:
    com.procits.app.master.model.ItemGroup@6924b697
    I'm new in java programming i hope you can help me.
    Best regards,
    Surbakti

    cvsSpecMapping is a resource and not a property so you should set the DataContext using the StaticResource markup extension instead of Binding:
    <StackPanel Orientation="Horizontal" Margin="0, 5" DataContext="{StaticResource cvsSpecMapping}">
    Also, the Source property of a CollectionViewSource is supposed to be set to a collection:
    private void Window_Loaded(object sender, RoutedEventArgs e)
    sm = new Models.SpecimenMapping();
    var cvsSpecMapNames = (CollectionViewSource)(this.FindResource("cvsSpecMapping"));
    cvsSpecMapNames.Source = new List<Models.SpecimenMapping>() { sm };
    You may also want to set a default value of the HL7SpecimenTypeName property to confirm that the binding actually works after you have done the above changes:
    public class SpecimenMapping : INotifyPropertyChanged
    private const int MAX_HL7SPECIMENTYPENAME_LEN = 250;
    #region class properties
    private string _hl7SpecimenTypeName = "def....";
    public string HL7SpecimenTypeName
    get { return _hl7SpecimenTypeName; }
    set
    if (value != _hl7SpecimenTypeName)
    _hl7SpecimenTypeName = EnforceMaxLength(value, MAX_HL7SPECIMENTYPENAME_LEN);
    NotifyPropertyChanged();
    Hope that helps.
    Please remember to mark helpful posts as answer to close your thread and then start a new thread if you have a new question.

  • Input ready query is not showing loaded data in the cube

    Dear Experts,
    In Input ready query we have problem that it is not showing the values which was not entered by throught hat query. Is any settings in input ready query that we can do to populate the loaded data on the cube as well as data entered through Input ready query itself.
    Thanks,
    Gopi R

    Hi,
    input ready queries always should display most recent data (i.e. all green and the yellow request). So you can check the status of the requests in the real-time InfoCube. There should exist only green requests and maybe at most one yellow request.
    In addition you can try to delete the OLAP cache for the plan buffer query: Use RSRCACHE to do this. The technical names of the plan buffer query can be found as follows:
    1. InfoCube\!!1InfoCube, e.g. ZTSC0T003/!!1ZTSC0T003 if ZTSC0T003 is the technical name of the InfoCube
    2. MPRO\!!1MPRO, e.g. ZTSC0M002/!!1ZTSC0M002 if ZTSC0M002 is the technical name of the multiprovider
    If the input ready query is defined on an aggregation level using a real-time InfoCube, the first case is relevant; if the aggregation level is defined on a multiprovider the second case is relevant. If the input-ready query is defined on a multiprovider containing aggregation levels again the first case is relevant (find the real-time InfoCubes used in the aggregation level).
    Regards,
    Gregor

  • External drive not showing up - which disk initialization method will NOT erase the data on that external hard drive?

    Hi,
    as thousands of other users, my WD Passport drive worked like a charm until yesterday and now it wont show on any computer, but does show in the Disk management and when plugged in , the Disk Management offers two ways of initialization : MBR and GPT
    i dont understand any of that and want to know if any of those two methods will make the disk initialize wITHOUT loosing the data on the drive?
    i looked on so many forums and some people say that it will and others that it will not erase the data. 
    can you please tell me what is correct?? also a suggestion is to add some more wording to that initializaiton dialog box so that we can know what initialization does and doesnt
    thank you so much

    Try connecting it to a different computer to see if you can access the data, under no circumstances should you Initialize the drive as all existing data will be lost.
    If you still can't access your files, then remove the drive from the case and connect it via an extra SATA cable and power connector (you usually need a desktop PC in order to do this if the drive is a 3.5 inch model, a 2.5in drive will fit into a laptop
    if you have a spare slot).
    J W Stuart: http://www.pagestart.com
    Never be afraid to ask. This forum has some of the best people in the world available to help.

  • Date difference is not showing the correct result for date interval

    Hi Expert,
                    I've created two formula variable one for PO date and another for GR date
    while i am taking the date difference of GR and PO date for single PO date selection
    it showing me correct result , but while i am taking the date interval for PO date it not
    showing the correct result.
    eg: PO date: 01.01.2010   for a particular PO and Gr date is suppose 03.01.2010, 06.01.2010
          it showing the result 2 and 5.
    But if i am taking date interval for PO date:
    eg: 01.01.2010 - 31.01.2010
    PO date: 10.01.2010 and GR date are suppose 15.01.2010, 22.01.2010 and 30.01.2010
    it showing me 14, 21 and 29
    Thanks and Regards
    Lalit Kumar

    Hi Expert,
                    Through replacement path.
    Thanks and Regards
    Lalit Kumar

Maybe you are looking for