<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Wizard Generated Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/wizard-generated-table-control/m-p/3213470#M766112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;i have done it using  wizard generated. and ya data is there in table i can see in debug mode. is there something else we need to take care for displaying it other than filling it?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2007 09:27:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-11T09:27:52Z</dc:date>
    <item>
      <title>Wizard Generated Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wizard-generated-table-control/m-p/3213468#M766110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have used wizard to create a table control and when i debug it table control ll have all the entries but its not displayed in the table 's content.&lt;/P&gt;&lt;P&gt;can anyone tell me if i need to change anything in Wizard Generated Code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohit Bhatnagar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 04:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wizard-generated-table-control/m-p/3213468#M766110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T04:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Wizard Generated Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wizard-generated-table-control/m-p/3213469#M766111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check ur internal table having data or not? and have u made ur table control field output field ( in attributes- program)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 09:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wizard-generated-table-control/m-p/3213469#M766111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T09:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Wizard Generated Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wizard-generated-table-control/m-p/3213470#M766112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;i have done it using  wizard generated. and ya data is there in table i can see in debug mode. is there something else we need to take care for displaying it other than filling it?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 09:27:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wizard-generated-table-control/m-p/3213470#M766112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T09:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Wizard Generated Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wizard-generated-table-control/m-p/3213471#M766113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u having this much modules in PBO?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: PBO FLOW LOGIC FOR TABLECONTROL 'MYTAB1'&lt;/P&gt;&lt;P&gt;  &amp;lt;b&amp;gt;MODULE get_data.&amp;lt;/b&amp;gt;    where u selecting ur data in internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;b&amp;gt;MODULE mytab1_change_tc_attr.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: MODULE MYTAB1_CHANGE_COL_ATTR.&lt;/P&gt;&lt;P&gt;  LOOP AT   mytab&lt;/P&gt;&lt;P&gt;       INTO mytab&lt;/P&gt;&lt;P&gt;       WITH CONTROL mytab1&lt;/P&gt;&lt;P&gt;       CURSOR mytab1-current_line.&lt;/P&gt;&lt;P&gt;    MODULE disable.&lt;/P&gt;&lt;P&gt;    &amp;lt;b&amp;gt;MODULE mytab1_get_lines.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD:   MODULE MYTAB1_CHANGE_FIELD_ATTR&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;b&amp;gt;MODULE status_9000.&amp;lt;/b&amp;gt;         For status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check ur internal table field and table control field are same na?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 09:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wizard-generated-table-control/m-p/3213471#M766113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T09:42:42Z</dc:date>
    </item>
  </channel>
</rss>

