<?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: mandatory fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490024#M1932026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dint get any answers so i closed this thread. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jan 2016 05:16:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-01-19T05:16:53Z</dc:date>
    <item>
      <title>mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11489996#M1931998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Hi gurus. I Have screen no 100 ( main screen). in this screen i have kunnr field. Then i called a sub screen 110. In the sub screen 110 i have 'land1'&amp;nbsp;&amp;nbsp; is mandatory and 'name1' is optional. And TWO PUSH BUTTONS 'DISPLAY' AND 'SAVE' . After giving 'kunnr' if i entered a 'display' button &lt;/P&gt;&lt;P&gt;land1 and name1 should be fill.Because of Land1 is mandatory in sub screen the error raised 'fill required data' after i enter KUNNR . if i changed land1 is mandatory to recommended the problem is solved. so i want solution with land1 is mandatory but i want details.&lt;/P&gt;&lt;P&gt;Thanking you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 08:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11489996#M1931998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-30T08:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11489997#M1931999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you to remove the mandatory to the land1, and try to raise the popup to warn that that the mandatory field should not be&amp;nbsp; blank do you wish to continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the below code.&lt;/P&gt;&lt;P&gt;data: land1 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;land1,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;LV_ANSWER &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 10pt;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;STRING&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;land1 &lt;SPAN class="L0S52"&gt;is &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'POPUP_TO_CONFIRM'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEXT_QUESTION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Land 1 is mandatory field and cannot be blank do you wish to continue still'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ANSWER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;LV_ANSWER&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;LV_ANSWER &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;* Proceed further&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ELSE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&amp;nbsp; Stop&amp;nbsp;&amp;nbsp; ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/859922" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Girish Kumar V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 12:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11489997#M1931999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-30T12:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11489998#M1932000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi girish ,&lt;/P&gt;&lt;P&gt; thanks for giving replay.&amp;nbsp; here i have two push buttons i.e., 'DISPLAY' And 'SAVE'. We don't know the end user may click on 'SAVE' at that time he takes help( drop down) at that time the empty space occurs so my client ask i don't want to see that empty space. Then i need to use 'LAND1' field as a mandatory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 12:56:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11489998#M1932000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-30T12:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11489999#M1932001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly I hope that the push buttons are standard (ie the save in the toolbar) etc ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly,&amp;nbsp; SAP generally has different transactions for display and edit variants,&amp;nbsp; the screen attributes are changed at run time dependant on either the Transactiuon type (defined in T180-TrTyp),&amp;nbsp; or with reference to the transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your PBO have a module that loops around the screen (LOOP AT Screen) and modify the field attributes according to either a transaction coede or a transaction type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 13:45:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11489999#M1932001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-30T13:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490000#M1932002</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 PAI of main screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use statement CALL SUBSCREEN &amp;lt;subscreen area&amp;gt; after the module where you are fetching data for name1 and land1..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the flow of the screen will be PAI(100)--&amp;gt;&amp;gt; PAI(101)---&amp;gt;PBO(100)---&amp;gt;PBO(101).&lt;/P&gt;&lt;P&gt;now it's up to you where you want to assign the values to screen field (before PAI of 101) and you can also change the properties of screen field using LOOP AT SCREEN based on whether field is blank or not.&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 14:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490000#M1932002</guid>
      <dc:creator>Chintu6august</dc:creator>
      <dc:date>2015-12-30T14:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490001#M1932003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make the screen fields required to possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-ucomm = 'Change' AND land1 is initial.&lt;/P&gt;&lt;P&gt;message ' ' type 'E'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 17:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490001#M1932003</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2015-12-30T17:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490002#M1932004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chintu,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for your replay. No i already tried it.. at that time also it raise error fill mandatory fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 03:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490002#M1932004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-31T03:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490003#M1932005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No if i change the fields required to change while customer want to save a customer then he may choose drop down(for help) at that time the empty field occurs then my client ask i dont want that empty field. For that i choose required...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 03:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490003#M1932005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-31T03:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490004#M1932006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for your replay. Ya i already tried it but empty space occurs while end user take drop down button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 03:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490004#M1932006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-31T03:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490005#M1932007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/860187" height="232" width="395" /&gt;&lt;/P&gt;&lt;P&gt;Above is the sample screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 04:15:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490005#M1932007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-31T04:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490006#M1932008</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;are you passing this mandatory field to any select query??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 04:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490006#M1932008</guid>
      <dc:creator>Chintu6august</dc:creator>
      <dc:date>2015-12-31T04:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490007#M1932009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;yes, while customer click on DISPLAY data fetch from kna1 and fill on screen for this i write.&lt;/P&gt;&lt;P&gt; in pai.&lt;/P&gt;&lt;P&gt; if sy-ucomm = 'DISP'.&lt;/P&gt;&lt;P&gt;&amp;nbsp; select single * from kna1 into corresponding fields of w_kna1 where kunnr = w_kna1-kunnr.&lt;/P&gt;&lt;P&gt;elseif sy-ucomm = 'save'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; data should be saved in kna1 table.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 04:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490007#M1932009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-31T04:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490008#M1932010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what's the use of making LAND1 field mandatory when you are not passing it to any select query, make it recommended and put validation according to field values, it will resolve all your issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 05:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490008#M1932010</guid>
      <dc:creator>Chintu6august</dc:creator>
      <dc:date>2015-12-31T05:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490009#M1932011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but if i make as recommended while he take drop down option( i dint show that. I forgot to add in the screen) Empty space will come. If i make as required only data will appear with out space. Actually my scenario is different for analyze purpose i post small scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 05:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490009#M1932011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-31T05:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490010#M1932012</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;check the screen shot.. in my select query.. give customer number does not contain name which I am passing to mandatory field (after putting validation not actual mandatory), if it is initial it will give error message.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/860232" width="450" /&gt;&lt;/P&gt;&lt;P&gt;and then I manually enter data to it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/860233" width="450" /&gt;&lt;/P&gt;&lt;P&gt;it give an information message that field is not initial.&lt;/P&gt;&lt;P&gt;make your logic like this by putting validation on LAND1 field after USER-commands &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 05:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490010#M1932012</guid>
      <dc:creator>Chintu6august</dc:creator>
      <dc:date>2015-12-31T05:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490011#M1932013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/860267" width="450" /&gt;&lt;/P&gt;&lt;P&gt;my actual image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/860268" width="450" /&gt;&lt;/P&gt;&lt;P&gt;output screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 06:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490011#M1932013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-31T06:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490012#M1932014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first write statement CALL SUBSCREEN &amp;lt;subarea&amp;gt; after USER-COMMAND module, so your user command's get execute first then in PAI of sub-screen validate LAND1 field simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 06:13:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490012#M1932014</guid>
      <dc:creator>Chintu6august</dc:creator>
      <dc:date>2015-12-31T06:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490013#M1932015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no not working chintu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE &lt;SPAN class="L0S52"&gt;OUTPUT&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;SUBSCREEN SUB1 INCLUDING SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;REPID &lt;SPAN class="L0S33"&gt;'0300'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;STATUS_0210&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; PROCESS AFTER &lt;SPAN class="L0S52"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;USER_COMMAND_0210&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;SUBSCREEN SUB1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;EXIT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;EXIT&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;COMMAND&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 06:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490013#M1932015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-31T06:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490014#M1932016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 10pt;"&gt;Srinivas,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default make land1 file non-editable and after pressing 'DISPLAY' button use loop at screen in PBO event and set&amp;nbsp; screen-input and screen-required equal to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF kunnr is not initial&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;name &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'LAND1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;input &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;required &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Pavan Kumar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 06:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490014#M1932016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-31T06:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490015#M1932017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;If i make non editable suppose my client want to save the data at that time he need to enter land1 data also. So your ans not working for my requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 06:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-fields/m-p/11490015#M1932017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-31T06:25:07Z</dc:date>
    </item>
  </channel>
</rss>

