<?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: SAP Query and selection screen fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-and-selection-screen-fields/m-p/1670952#M296541</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;In the AT SELECTIOn-SCREEN event, you can write the code&lt;/P&gt;&lt;P&gt;IF not &amp;lt;b&amp;gt;SP$00030[]&amp;lt;/b&amp;gt; is initial.&lt;/P&gt;&lt;P&gt;write the code which you want to execute before the output&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want in START-OF-SELECTION&amp;gt;&lt;/P&gt;&lt;P&gt;IF not &amp;lt;b&amp;gt;SP$00030[]&amp;lt;/b&amp;gt; is initial.&lt;/P&gt;&lt;P&gt;write the code which you want to execute before the output&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Nov 2006 15:37:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-27T15:37:26Z</dc:date>
    <item>
      <title>SAP Query and selection screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-and-selection-screen-fields/m-p/1670949#M296538</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 currently modifying a Query. I have added a new selection field. The fieldname for this selection field has been autogenerated within the query and I have pasted a bit in here: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS SP$00015 FOR ZERROR_FLG LOWER CASE. &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS SP$00022 FOR KNA1-ERDAT. &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS SP$00023 FOR KNA1-ERNAM. &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS SP$00027 FOR ZLOEVM LOWER CASE. &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS SP$00030 FOR ZPARTNERNO &lt;/P&gt;&lt;P&gt;NO INTERVALS NO-EXTENSION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I relation to this select -option, I want to execute a few lines of code that only is executed if the user has filled in a value in teh ZPARTNERNO field. However, no matter if I use the field name ZPARTNERNO or SP$00030 it has no effect. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any good ideas ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 15:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-and-selection-screen-fields/m-p/1670949#M296538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T15:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Query and selection screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-and-selection-screen-fields/m-p/1670950#M296539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I am understanding correctly, &lt;/P&gt;&lt;P&gt;are you using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not SP$00030 is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 15:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-and-selection-screen-fields/m-p/1670950#M296539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T15:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Query and selection screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-and-selection-screen-fields/m-p/1670951#M296540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that was the most obvious, but it did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 15:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-and-selection-screen-fields/m-p/1670951#M296540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T15:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Query and selection screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-and-selection-screen-fields/m-p/1670952#M296541</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;In the AT SELECTIOn-SCREEN event, you can write the code&lt;/P&gt;&lt;P&gt;IF not &amp;lt;b&amp;gt;SP$00030[]&amp;lt;/b&amp;gt; is initial.&lt;/P&gt;&lt;P&gt;write the code which you want to execute before the output&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want in START-OF-SELECTION&amp;gt;&lt;/P&gt;&lt;P&gt;IF not &amp;lt;b&amp;gt;SP$00030[]&amp;lt;/b&amp;gt; is initial.&lt;/P&gt;&lt;P&gt;write the code which you want to execute before the output&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 15:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-and-selection-screen-fields/m-p/1670952#M296541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T15:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Query and selection screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-and-selection-screen-fields/m-p/1670953#M296542</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 just tried that and it says that SP$00030 is unknown and not declared in the DATA section etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 16:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-and-selection-screen-fields/m-p/1670953#M296542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T16:02:07Z</dc:date>
    </item>
  </channel>
</rss>

