<?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 with wizard in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-wizard/m-p/1684247#M301377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try with ok_code = FCODE and clear ok_code after processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2006 10:02:30 GMT</pubDate>
    <dc:creator>Sandeep_Panghal</dc:creator>
    <dc:date>2006-11-28T10:02:30Z</dc:date>
    <item>
      <title>Table Control with wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-wizard/m-p/1684243#M301373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to update the custom table thru table control, so i have used table control with wizard,i have written the code for saving the entry and i have set the PF Status also, but however when iam debugging iam not getting SY-UCOMM,its blank.....how can i handle this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helpful answers will be rewarded.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 04:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-wizard/m-p/1684243#M301373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T04:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control with wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-wizard/m-p/1684244#M301374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the thing is sy-ucomm gets cleared sometimes...so what u should do is declare a variable and when u press SAVE....assign sy-ucomm to this variable and u can use this variable at any point...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 05:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-wizard/m-p/1684244#M301374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T05:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control with wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-wizard/m-p/1684245#M301375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah i declared a variable also.....&lt;/P&gt;&lt;P&gt;but its getting cleared....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 05:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-wizard/m-p/1684245#M301375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T05:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control with wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-wizard/m-p/1684246#M301376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Standard Variable for Okcode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 07:38:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-wizard/m-p/1684246#M301376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T07:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control with wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-wizard/m-p/1684247#M301377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try with ok_code = FCODE and clear ok_code after processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 10:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-wizard/m-p/1684247#M301377</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2006-11-28T10:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control with wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-wizard/m-p/1684248#M301378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if you are using the table control wizars then sy-ucomm would be available in ok_code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;venki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 17:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-wizard/m-p/1684248#M301378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T17:53:30Z</dc:date>
    </item>
  </channel>
</rss>

