<?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 Regarding disabling the field in dialogue programing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-disabling-the-field-in-dialogue-programing/m-p/3243666#M774210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts!&lt;/P&gt;&lt;P&gt;i have a field on my dialogu program with name xyz and then another field abc.&lt;/P&gt;&lt;P&gt;now what i need to do is that by programing logic&lt;/P&gt;&lt;P&gt;if vkorg = '123' &lt;/P&gt;&lt;P&gt;then show field xyz&lt;/P&gt;&lt;P&gt;and make abc field invisible&lt;/P&gt;&lt;P&gt;and when vlorg = '456'&lt;/P&gt;&lt;P&gt;do other way round.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way i can achieve that.&lt;/P&gt;&lt;P&gt;thanks for your help in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2008 16:40:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-18T16:40:35Z</dc:date>
    <item>
      <title>Regarding disabling the field in dialogue programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-disabling-the-field-in-dialogue-programing/m-p/3243666#M774210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts!&lt;/P&gt;&lt;P&gt;i have a field on my dialogu program with name xyz and then another field abc.&lt;/P&gt;&lt;P&gt;now what i need to do is that by programing logic&lt;/P&gt;&lt;P&gt;if vkorg = '123' &lt;/P&gt;&lt;P&gt;then show field xyz&lt;/P&gt;&lt;P&gt;and make abc field invisible&lt;/P&gt;&lt;P&gt;and when vlorg = '456'&lt;/P&gt;&lt;P&gt;do other way round.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way i can achieve that.&lt;/P&gt;&lt;P&gt;thanks for your help in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 16:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-disabling-the-field-in-dialogue-programing/m-p/3243666#M774210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T16:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding disabling the field in dialogue programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-disabling-the-field-in-dialogue-programing/m-p/3243667#M774211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just do the following in the PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;show 'xyz' if vkorg 123&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  if screen-name eq 'xyz' and vkorg eq '123'   &lt;/P&gt;&lt;P&gt;    screen-invisible = 1.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    screen-invisible = 0.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;show 'abc' if vkorg 456&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  if screen-name eq 'abc' and vkorg eq '456'   &lt;/P&gt;&lt;P&gt;    screen-invisible = 1.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    screen-invisible = 0.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  modify screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 18:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-disabling-the-field-in-dialogue-programing/m-p/3243667#M774211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T18:33:00Z</dc:date>
    </item>
  </channel>
</rss>

