Module Pool - Table Control - Data not getting displayed in Control

Hi,
I have a table contol in my module pool program. In my processing I am filling an internal table & then in my PBO I am linking the internal table to table control. The issue is that even though the internal table is getting filled correctly (found through debugging), the data is not getting populated in table control. Nothing is populated on screen. I am writing part of code below
Declaration:
Types: begin of ty_control,
        SELECTED TYPE C,
        TEXT TYPE DPR_CAUSE_T-TEXT,
      end of ty_control.
CONTROLS :  TBL_CONT TYPE TABLEVIEW USING SCREEN '9001'.
DATA:       lt_table_cont type TABLE OF ty_control with header line.
Fields in TBL_CONT:
   TBL_CONT-SELECTED
  TBL_CONT-TEXT
PBO Flow Logic:
  MODULE STATUS_9001.
MODULE fill_data.
  LOOP AT lt_table_cont WITH CONTROL TBL_CONT cursor TBL_CONT-top_line.
  ENDLOOP.
PAI Flow Logic:
Loop at lt_table_cont.
   MODULE UPDATE_DATA.
endloop.
MODULE USER_COMMAND_9001.
PLZ let me know what might be the problem. I have been trying to figure out but cant.
Thanks.

Hi Sonali,
           When ever you need to do anything with the table control, i mean if u want to display data in table control or you want to validate the data entered in table control Should be done within Loop and Endloop.(PBO or PAI's which ever is appropriate)
Here the data is not bieng displayed in ur table control because you have not used the MODULE fill_data  between
LOOP AT lt_table_cont WITH CONTROL TBL_CONT cursor TBL_CONT-top_line.
ENDLOOP.
so do it like this
LOOP AT lt_table_cont WITH CONTROL TBL_CONT cursor TBL_CONT-top_line.
MODULE fill_data 
ENDLOOP.
this will solve your problem.
Regards,
Syed

Similar Messages

  • Data not getting displayed in controls present in the tabs

    Hi,
    I am facing problem in binding data to different controls
    exisiting in different tabs of a page from database. I can see the
    values of the controls in first tab, but not in other tabs. And at
    the same time, I can get the values of the datagrid even if is
    present in the later tabs....
    please guide me......

    To do what you want, set creationPolicy="all" on the
    TabNavigator.

  • Adhoc Query data not getting displayed on Portal

    Hi,
    I have a problem with custom Adhoc query data not getting displayed on the portal.
    It was getting displayed initially but after a user made some changes to the query its not getting displayed.
    The query is displaying data perfectly on R/3 but on portal ..Its giving the message no data found.
    Can anyone help me on this.
    Also if anyone can tell me how do i debug an Adhoc query from potal.
    Is there any tool to debug an Abap program from portal.
    I dont want to use trace,
    Thanks
    GT
    Message was edited by: GT

    Hi GT
    find out the EXACT query u want to launch if it's display
    in BW buisness explorer then change the iview property
    for that query in portal . right click on iview
    BEx Web Application Query String -> assign correct query
    regards,
    kaushal

  • Data not getting displayed in query

    Hi
    I have master infoobject with keyfigure units as percentage, and data is loaded and working fine.
    data is not getting displayed in query, i am getting the error message, that exception aggregation has to be maintained for 0calday.
    how do i resolve the issue
    Regards

    solved

  • Functional module table parameters values not getting displayed in Java sys

    Hi,
    We are calling the Table parameter through Java code from functional
    module ZCRM_ICSS_PROJ_CUST_USR is not giving any rows value .If I execute
    the same functional module with passing the import parameter value User
    id: MLDL010 its giving value in CRM.
    I am checking Function module( Remote enabled ) in Debugging mode,
    before displaying values it is raising message like
    SY-MSGNR - 005
    SY-MSGTY - CRM_LINK
    in T100 Table
    SPRSL : EN
    ARBGB : CRM_LINK
    MSGNR : 005
    TEXT :'No Links corresponding to the specified data could be determined'
    Is that related to any communication problem CRM & JAVA ICSS System ?
    Regards,
    Pavan.

    The message in simple English just means that "You are doing something really bad" !!! It is absolutely not the communication problem, but understanding problem.
    Though you may be executing the same function using SE37 or in the webshop application through JCo, the runtime context is different and without knowing what exactly your Z rfc is doing, it is very difficult to help. To start with, the userid - that is who is running the RFC is different in both situations. In SE37, it is the logon user and in the web, depending upon whether the connection is stateless or stateful, it could be the anonymous ICSS user or the logged in user. Here again, if you have used UME, it is the user id and if you have used ALIAS user, then it is the alias user id. This is just an example. Your runtime context can be different due to many other reasons too.
    So, to make this simpler - what is that you are trying to do?
    BTW, try not to create multiple threads for the same issue..

  • Master page Dynamic data not getting displayed in consecutive pages

    Hi,
       I have buit a dynamic form which has some dynamic content in master page and a dynamic table in the body page.
    Layout is
    Master page
          Sub form
                 Field1 -TextView
                 Field2 - TextField      bind with Node1--->Attribute1
                 Field2- TextField       bind with Node2---->Attribute2
                Field n - TextField
    all the text fields are bound to various nodes from RFC
    Body Page
             Sub form
                  Table -Grows Dynamically
    When i run the application all the fields are displayed perfectly in the first page.
    when the table data goes more than one page the problem arises
    The Text fields in the master page is  not displaying the values in the second page ,but the text views and the table values are fine.
    The values are getting displayed in both pages if i put any attribute inside the parent node.Is there any property i need to set at node level or subform level?
    Thanks in advance,
    Siva

    Hi
    I Would like to give a suggestion eventhough i don,t have answer to you question.
    Master Page is used for static content as per SAP and Adobe like company logo and  company address footer section and placing  watermarks etc....
    I feel because of the Dynamic behavior in master page it Leeds this problem.
    Regards
    Malli

  • Data not getting displayed in every page ...

    Hi,
    I'm facing a peculiar problem. I have a template where i want to display a certain table in every page but i can't place it in header. As far as i know it should get displayed if I select "Repeat as header row at the top of each page".
    This table is under a group <?for-each@section:G_HEADERS?> ... The problem that i'm facing is the table is getting displayed in the first page but not on subsequent pages ... i even tried putting a simple table with a static text .. but its behaving simillarly .... I tried Table-> Heading rows repeat but to no avail ..
    Please help me if someone has any solution ...

    Do you have a single page or multiple pages?
    You should be able to put a table in the header. Read up in the user guide on
    <?start:body?>
    <?end body?>
    Which allows you define the header/foot inside the Word body.
    In the 5.6.2 user guide it is on page 6-13:
    Creating RTF Templates -> Defining Headers and Footer -> Multiple or Complex Headers and Footers.
    In the word header you can use <??> command, but you have to spell them out and
    not use form fields - becaue Microsoft Word does not allow form fields in headers.
    Klaus

  • Data not getting displayed in ALV grid when run in background

    Hello experts!
    Could anyone help me out please?
    I need to display an ALV grid in the background. My requirements are as follows:
    I first display an ALV grid in the foreground based on some input parameters. The user selects a few records for updating it and clicks on the "update" button. On the click of this button another report must be called and here the ALV report is displayed in the background.I am using "reuse_alv_grid_display" to display the grid.
    I am using Import/Export to get the selected rows in my called report. When i execute this report in the foreground i get the ALV grid along with the data. But when i execute it in the background, i get only the grid with the fieldnames and not the data when i check in SP01.
    Thanks in advance!
    Smitha

    Hi Smitha,
    If you are able to see in SP01 and only see the output layout or "List contains no data" shows clealry that the data is not getting passed in the called program or the data is not being used correctly in the called program.
    Cheers
    VJ

  • Data not getting displayed in Report

    Hi All,
    I am creating a report the query of which fetches around 1500 rows and is working fine , when I am running the same query in the report created data is only getting displayed on the first page and the report contains only 1 page.
    Can anyone help what the problem is about and how to go about it.
    Thanks
    Ashwini

    Hi,
    Please check any conditional format trigger exists in the report, which you might created before. The conditional code doesn't seems deleted automatically and still take the conditional effect, even if you delete the conditional format from the menu. You need to delete it from Program Units manually.
    By setting the vertical elasticity to Variable, all records should display normally. Are you able to view the page navigation button, once you run the form? or are you getting any error message?
    Regards
    MP

  • Table column names not getting displayed

    Hi
    When i do a SELECT statement i am not getting the column names
    SQL> SELECT * FROM EE;
    aa physics 100
    bb physics 200
    PLease let me know how can i set it.
    Thank you
    Marium Thomas

    Did you modify some of the default settings (e.g. HEADING or PAGESIZE)?
    Try
    set heading onhttp://download-uk.oracle.com/docs/cd/B10501_01/server.920/a90842/ch13.htm#1011230

  • Sold-to-party Text data not getting displayed; Urgent

    I am current using a BI content 0CRM_COMP which contains sold-to-party, i have loaded this ODS, but when i view the data in bex i could only see the Key value and not the Text, even though i change the display mode to Key and Text both the columns displays only the Key value. is it because the master data is not loaded, i have also tried to load the Business Partner master data attributes and text till no use. Please help
    Note: These business partners are created in CRM and are nor from R/3

    Hi,
    Just check whether for this infoobject has master data and text option ticked or not in infoobject.
    If text option in there then search for the data scource0CRM_SOLDTO_TEXT or something like that which contain text for this particular infoobject and then laod the text for the same.
    Just got to the modelling tab -> infoprovider-> Application component in which you infoobject is present-> right click insert object as dat target-> give the name of your object this will give you data target one for master data one for text->activate data source and replicate in BW if not presen in BW-> make infosource on the text data source->make update rules for the text target and load.
    Or as Anil said sold to party is reference to customer load text into the custome with the same method iot will work fine.
    Hope it helps
    Thanks

  • Cube data not getting displayed in OBI

    Hi
    After importing a cube in OBI when I am trying to fetch the data it says " The criteria doesn't result in any data" .
    The cube is not fully populated and only some of the measures have data like 2007 q1 jan Boston sales 200.
    Is there something I am missing to introduce in cube.
    Appreciate any guidance.

    The cube is not fully populated and only some of the measures have data like 2007 q1 jan Boston sales 200.Well if the cube's not fully populated then it's not wonder you don't get results. You wiill need to specify exactly the dimension members for which there is actually a valid data intersection point.
    Other than that make sure that your hierarchies are represented as what they actually are in the RPD. I.e. ragged hierarchies are ragged and unbalanced ones unbalanced.
    Cheers,
    C.

  • Configuration Control Node not getting displayed in Sol man

    Hi Experts,
    At Plant Maintenace configuration node Configuraton Control node needs to be configured to use IE4N Transcation.
    Where as this node is not visiable in my Solution Manager setting. The same can be seen in Dev & Qulaity system.
    Please guide for resolving the issue.
    Ramesh

    Hello,
    The IE4N transaction is not available in Solution Manage.
    If you are asking how to configure a Plant Maintenance Configuration Control node to use transaction IE4N, that question may be better asked in a forum specific to Plant Maintenance. Are you refering to not seeing this node in the System Landscape in
    Solution Manager. More information would be helpful.
    Regards,
    Paul

  • Data not getting displayed in SNI monitor Web-UI screen

    Dear all,
    We are running the program ROEMPROACT2 in ECC to transfer planned independent requriement entered in MD61, the message ProductActivityNotification_In is successful in ECC and SNC.
    SLG1 shows warning message "Item 1: ShipFromLocation and VendorParty are both not specified" but we not able to see the planned demand in SNI Details - Product view.
    Request please let us know if we have missed out on any config.
    thanks,
    mahesh.

    Hi Mahesh,
    currently i am facing the same issue as mentioned by you above. will you please let me know how it got resolved?
    Thanks ain advance.
    Regards,
    aruna

  • Header not getting  displayed in the next page in the second table

    Dear Experts ,
    I have a query regarding Header not getting  displayed in the next page in the second table of the main window. .Let me elobrate the issue.
    I have a smartform in which there are  2 tables TABLE 1 and TABLE 2 in the smartform MAIN window. TABLE 1 is for pending PO and TABLE 2 is  for future delivery date P O separated by text in between.
    Now the header for both the tables and the data are getting displayed properly if the total output is in only one page. But If there are more entries in the TABLE 1 the Header for the TABLE 2 is not getting displayed. Header for TABLE 1 yet gets displayed properly in the next page in case of more entries.
    Only issue is that Header for TABLE 2 is not getting displayed in second page but it gets displayed if the entries are less in TABLE 1 and the total output is in one page .
    Please provide a elobrate solution on this problem as the requirement is urgent.
    Thanks,
    Regards,
    Sachin Hada

    Hi Sachin,
    you need to cteate two pages FIRST and NEXT.
    in first page --> FIRST
        next       --> NEXT
    in next page
      page---> NEXT
      next ---> NEXT.
    you copy the first page main window is the same in next page
    aslo
    I think help ful for you
    thanks & Regards
    BHUPAL.

Maybe you are looking for

  • ICal/email alarm issue, please help if you can....

    Hello. I am just starting to use iCal and have been setting email alarms to remind me of my iCal events. Here is the issue I am having, if mail is closed and the email alarm time has gone by, the email does not show up. Any ideas? Another thing I not

  • Problem with type displaying as 'fractions' in gmail and other webpages

    can anyone help me... When certain emails (within gmail) come in they are readable as fractions, yes like maths!! Also some sites I've entered are the same?? I'm sure it's something simple within Safari but cann't figure it out!! Many thanks!!!

  • What font works best for Hindi titles in Premiere Pro CC 2014?

    I'm attempting to subtitle a video in Hindi. I've installed a few fonts but nothing is working 100%. When I copy/paste from a translated script (PDF) random characters do not show up in the title tool (they appear as spaces). I'm wondering if Adobe r

  • Add statements to this program so that it computes the circumference....

    How do I add statements to this program so that it computes the circumference in addition to the area for both circles? // Circle.java // Print the area of a circle with two different radii import java.util.Scanner; public class circle{ public static

  • I can not get Iphoto to open

    I've tried three times to open Iphoto 4.0.3 and all I get is the spinning rainbow ball. It goes for ever and fianlly I have to force a re-boot as everything done. I've copied all my photos to a cd and dumped all the folders I created in Iphoto. I tri