<?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/9213326#M1716538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;Data should pass in PAI/PBO events as generated by the Table control Wizard. See link below to understand that - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp60_sp/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_erp60_sp/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the save command where you do validations you need to append the data to the internal table also. This was the new entries added by user will be stored in the Internal table and also will be shown in the Table control. But if you need these entries to be stored permanently and when the program starts it need to be shown, then you need to store these in a custom Z table same as your table control/internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2013 17:25:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-01-28T17:25:15Z</dc:date>
    <item>
      <title>Table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/9213321#M1716533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts I need your help&amp;nbsp; I have created Table control wizard with 3 fields in that I need to check the first field for empty and on selecting save button &lt;/P&gt;&lt;P&gt;it should check the next row if that 2 row of the 1st column is empty or not. And one more thing after saving the data entered in the first column of the table &lt;/P&gt;&lt;P&gt;for next display I want the entire row as default like output mode only please help me its very urgent for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jan 2013 07:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/9213321#M1716533</guid>
      <dc:creator>anand_n5</dc:creator>
      <dc:date>2013-01-27T07:59: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/9213322#M1716534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside your table control loop. TABLECONTROL denotes the field which you are using on the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHAIN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIELD: TABLECONTROL-FIELD1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODULE CHECK_FIELD1 ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tooshar Bendale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jan 2013 15:51:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/9213322#M1716534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-27T15:51:59Z</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/9213323#M1716535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assign save button a 4 letter function code. Check when use presses Save. You need to loop at the internal table of the table control and verify the first field if it is blank or not and provide messages accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a simple way to grey out fields is loop at the screen table and make the property screen-input = 0.&lt;/P&gt;&lt;P&gt;some links with examples on the same -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/message/13494508"&gt;http://scn.sap.com/message/13494508&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1569975"&gt;http://scn.sap.com/thread/1569975&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1785939"&gt;http://scn.sap.com/thread/1785939&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1307381"&gt;http://scn.sap.com/thread/1307381&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jan 2013 22:42:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/9213323#M1716535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-27T22:42:55Z</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/9213324#M1716536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 16:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/9213324#M1716536</guid>
      <dc:creator>anand_n5</dc:creator>
      <dc:date>2013-01-28T16:43:47Z</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/9213325#M1716537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you swanand&lt;/P&gt;&lt;P&gt;I got your point but how to pass the data to table control. I know while creating table control wizard itself we have given the internal table and we have to pass the data to that internal table then we have loop this internal table in flow logic of the screen but in my program i have tried to pass the data to the internal table it is not coming to table can u help me with this pls. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 16:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/9213325#M1716537</guid>
      <dc:creator>anand_n5</dc:creator>
      <dc:date>2013-01-28T16:50:32Z</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/9213326#M1716538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;Data should pass in PAI/PBO events as generated by the Table control Wizard. See link below to understand that - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp60_sp/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_erp60_sp/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the save command where you do validations you need to append the data to the internal table also. This was the new entries added by user will be stored in the Internal table and also will be shown in the Table control. But if you need these entries to be stored permanently and when the program starts it need to be shown, then you need to store these in a custom Z table same as your table control/internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 17:25:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard/m-p/9213326#M1716538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-28T17:25:15Z</dc:date>
    </item>
  </channel>
</rss>

