<?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: Help needed in Dialog programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-dialog-programming/m-p/1459482#M217022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User must change the value. For that table control should accept the entry. How to take control back to the table control for user entry?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2006 10:55:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-29T10:55:10Z</dc:date>
    <item>
      <title>Help needed in Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-dialog-programming/m-p/1459480#M217020</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;I am in a module pool program. This contains a subscreen which has a tablecontrol. Based on one of the entry in the table control. I need to stop the user to change the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have coded like the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
If i_tc-value = 0.

   v_scrno = sy-dynnr.

   leave to screen v_scrno.

endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the above code gives an ABEND error with message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SET SCREEN not allowed in subscreen (screen: &amp;lt;Program name&amp;gt; &amp;lt;Screen nbr&amp;gt;)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help to solve the above issue. User must make the entry in the table control. How to stop the user for changing the entry?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 18:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-dialog-programming/m-p/1459480#M217020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T18:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-dialog-programming/m-p/1459481#M217021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep the original values in other variable or structure. If table control entry is what you don't want to change, replace it with original one in PAI of subscreen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 22:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-dialog-programming/m-p/1459481#M217021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T22:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-dialog-programming/m-p/1459482#M217022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User must change the value. For that table control should accept the entry. How to take control back to the table control for user entry?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 10:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-dialog-programming/m-p/1459482#M217022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T10:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-dialog-programming/m-p/1459483#M217023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murphy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i understood from ur prob is u r tryin to call a screen into a subscreen which is not possible and hence ur getting an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Seema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 12:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-dialog-programming/m-p/1459483#M217023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T12:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-dialog-programming/m-p/1459484#M217024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murphy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know on wot entry you want to stop the user to changes , i hope for stoping your user you may have some condiation once that condation pass make use screen properties to make that field into display mode such that the user again not able to edit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;saleem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 12:58:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-dialog-programming/m-p/1459484#M217024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T12:58:03Z</dc:date>
    </item>
  </channel>
</rss>

