<?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: Table Control Wizard in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296961#M789024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Curtis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the declarations in the program like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : it_itab like ekko occurs 0,&lt;/P&gt;&lt;P&gt;         wa_itab like ekko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you will not get that error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when you go the wizard and go the work area field,press F4.&lt;/P&gt;&lt;P&gt;You will be able to see the work area name given in the program.&lt;/P&gt;&lt;P&gt;Enter that name and go to the next step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the final step in the wizard,it will ask for the include names fro PBO,PAI,DATA and so on.&lt;/P&gt;&lt;P&gt;You should give the include names if you have used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opininion I feel creating a table control manually is better for a first timer as you would be able to know all the steps in creating a table control in detail when you create them manually.&lt;/P&gt;&lt;P&gt;Later on when you get used it,you will find it easier to create table controls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert for any querries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kashyap Ivaturi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kashyap Ivaturi on Jan 11, 2008 6:44 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2008 17:17:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-11T17:17:29Z</dc:date>
    <item>
      <title>Table Control Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296958#M789021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new to dialog programming and I'm trying to add a table control to my form.  I thought using the the table control wizard would be the best thing to do, but I can't get it to work.  I get to the part asking for the internal table and work area.  I type in the right information but it says that the work are does not exist.  Here is what I have in the program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: it_mytab Type Table Of zmytab,&lt;/P&gt;&lt;P&gt;         wa_mytab Like it_mytab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put this at the top of the report program.  Am I missing something.  It says wa_mytab doesn't exist, but I've saved and activated it.  Is it easier to create a table control manually.  Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Curtis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 16:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296958#M789021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T16:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296959#M789022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is how you can use a Table Control Wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first go to layout of any screen.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take element TABSTRIP with WIZARD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then follow the steps....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt; continue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&amp;gt; give name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3&amp;gt; than give tab text ( give different text as per need of tabs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4&amp;gt; it will create subscreens automatically for that tabs... , continue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5&amp;gt;it will show list of includes..., continue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6&amp;gt; complete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here in subscreen u can create all the elements as normal screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 16:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296959#M789022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T16:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296960#M789023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm confused.  Do I have to put my table control inside a tab strip?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 17:09:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296960#M789023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T17:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296961#M789024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Curtis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the declarations in the program like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : it_itab like ekko occurs 0,&lt;/P&gt;&lt;P&gt;         wa_itab like ekko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you will not get that error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when you go the wizard and go the work area field,press F4.&lt;/P&gt;&lt;P&gt;You will be able to see the work area name given in the program.&lt;/P&gt;&lt;P&gt;Enter that name and go to the next step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the final step in the wizard,it will ask for the include names fro PBO,PAI,DATA and so on.&lt;/P&gt;&lt;P&gt;You should give the include names if you have used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opininion I feel creating a table control manually is better for a first timer as you would be able to know all the steps in creating a table control in detail when you create them manually.&lt;/P&gt;&lt;P&gt;Later on when you get used it,you will find it easier to create table controls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert for any querries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kashyap Ivaturi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kashyap Ivaturi on Jan 11, 2008 6:44 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 17:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296961#M789024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T17:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296962#M789025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Curtis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No it is not requied to put it in a tab strip.&lt;/P&gt;&lt;P&gt;It depends on the requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kashyap Ivaturi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kashyap Ivaturi on Jan 11, 2008 6:45 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 17:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296962#M789025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T17:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296963#M789026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kash,&lt;/P&gt;&lt;P&gt;   I went ahead and changed the data section like you said.  When I run the wizard and get to the part where I enter the Internal Table and the Table Work Area, I get the same thing.  When I press F4, nothing happens.  Now, I'm running SAP 4.6C if that matters.  Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, is there a place that shows me how to create one manually?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Curtis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 18:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296963#M789026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T18:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296964#M789027</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;u can use table control alone also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i give internal table's name in work area and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i never  declare work area separartely...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try with that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2008 05:05:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296964#M789027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-12T05:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296965#M789028</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;Table contorl wizard will make your table control designed. But as if you don't know how to code table controls the maintenance becomes difficult. So you may refer to the standard demo program &lt;STRONG&gt;RSDEMO02&lt;/STRONG&gt; to learn the various feature of tbale controls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2008 07:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296965#M789028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-12T07:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296966#M789029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Curtis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why the wizard is not accepting the work area.&lt;/P&gt;&lt;P&gt;I just checked it and it is wroking well in my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you give the declarations in the program.Just save the program and activate it and check again.&lt;/P&gt;&lt;P&gt;Generally speaking,work area is not required.Only the internal table name is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But is you want to create a table control manually.These are the steps that you need to follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In the screen layout you will find an option TABLE CONTROL just above the TABLE CONTROL WIZARD button.&lt;/P&gt;&lt;P&gt;2) Select that option.&lt;/P&gt;&lt;P&gt;3) Now left click the mouse and drag the cursor in the screen.By doing this you create a table control of the size that you want.&lt;/P&gt;&lt;P&gt;4)Now double click on it and a pop up will appear.There you need to give the name of the table control.&lt;/P&gt;&lt;P&gt;5)Now select the input/output field in the screen layout and paste it in the table control.&lt;/P&gt;&lt;P&gt;6)now selct the text field option and paste it in the header of the table control.The text field is used to give the name of the column in the table control.Double click on it and a pop up window will appear.Enter the name and text of the text field.&lt;/P&gt;&lt;P&gt;7)Select the input/output field and paste it jus below the text field that was created just now.Double click on it and a pop up window will appear.Enter the name and text of the input/output field.&lt;STRONG&gt;But here while entering the name of the input/output field,you should give the name in the following format.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;table_name&amp;gt;-field_name&amp;gt;.For e.g., EKKO-EBELN.&lt;/STRONG&gt;By giving the name of the input/output field in this format,the field will be directly linked to the field in the standard table.&lt;/P&gt;&lt;P&gt;8)Now in the table control,one column is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the same steps for creating other columns in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now save the screen and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert for any other querries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kashyap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2008 16:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296966#M789029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-13T16:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296967#M789030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the help.  I finally got the wizard to work.  Even though my program said it was activated, it acted like the work area variable wasn't there.  I added a comment, just so I can reactivate it.  Then the wizard worked fine.  Not quite sure why it would do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Curtis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 15:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/3296967#M789030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T15:21:06Z</dc:date>
    </item>
  </channel>
</rss>

