<?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 Making field mandatory dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-field-mandatory-dynamically/m-p/2330747#M512872</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;Can anybody  send sample code for following logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am having three fields as select options.&lt;/P&gt;&lt;P&gt;consider &lt;/P&gt;&lt;P&gt;BSART&lt;/P&gt;&lt;P&gt;BUKRS&lt;/P&gt;&lt;P&gt;EBELN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In selection screen if BUKRS is initial, I want to change EBELN as mandatory.&lt;/P&gt;&lt;P&gt;else if BUKRS is not initial, EBELN is not mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usefulll answers will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2007 08:15:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-15T08:15:23Z</dc:date>
    <item>
      <title>Making field mandatory dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-field-mandatory-dynamically/m-p/2330747#M512872</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;Can anybody  send sample code for following logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am having three fields as select options.&lt;/P&gt;&lt;P&gt;consider &lt;/P&gt;&lt;P&gt;BSART&lt;/P&gt;&lt;P&gt;BUKRS&lt;/P&gt;&lt;P&gt;EBELN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In selection screen if BUKRS is initial, I want to change EBELN as mandatory.&lt;/P&gt;&lt;P&gt;else if BUKRS is not initial, EBELN is not mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usefulll answers will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 08:15:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-field-mandatory-dynamically/m-p/2330747#M512872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T08:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Making field mandatory dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-field-mandatory-dynamically/m-p/2330748#M512873</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;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if bukrs is intial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if EBELN is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message e000 with ' enter ebeln value'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&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;venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 08:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-field-mandatory-dynamically/m-p/2330748#M512873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T08:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Making field mandatory dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-field-mandatory-dynamically/m-p/2330749#M512874</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;your test must be in the at selection-screen section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;  if bukrs is initial and ebeln is initial.&lt;/P&gt;&lt;P&gt;    message e000 with 'Enter burkr or ebeln value'&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 08:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-field-mandatory-dynamically/m-p/2330749#M512874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T08:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Making field mandatory dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-field-mandatory-dynamically/m-p/2330750#M512875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN.
  IF p_ebeln is initial.
    message E138(ZCLASS) with 'PO Number is mandatory'.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 08:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-field-mandatory-dynamically/m-p/2330750#M512875</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-06-15T08:38:02Z</dc:date>
    </item>
  </channel>
</rss>

