<?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 Required fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-fields/m-p/3655665#M880608</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;   How to find out if the fields are required fields and not requiredfields.is this info stored in any tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2008 08:54:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-03T08:54:29Z</dc:date>
    <item>
      <title>Required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-fields/m-p/3655665#M880608</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;   How to find out if the fields are required fields and not requiredfields.is this info stored in any tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 08:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-fields/m-p/3655665#M880608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T08:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-fields/m-p/3655666#M880609</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 screen if u find a question mark then those fields are mandatory fields....on seeing the table u cant find those informations&lt;/P&gt;&lt;P&gt;&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;V.Balaji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Usefull...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 08:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-fields/m-p/3655666#M880609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T08:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-fields/m-p/3655667#M880610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using the shdb tcode for the transaction you need and when you encounter each screen in that transaction the mandatory fields within that are marked by a tick symbol and u hav to giv a value in them or else u wont move to the nxt screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kindly Reward Points If You Found The Reply Helpful&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 08:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-fields/m-p/3655667#M880610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T08:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-fields/m-p/3655668#M880611</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;To define the input field of a parameter as a required field, you use the following syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS ....&lt;STRONG&gt;OBLIGATORY&lt;/STRONG&gt; ..&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS.....&lt;STRONG&gt;OBLIGATORY&lt;/STRONG&gt; .......&lt;/P&gt;&lt;P&gt;When you use this option, a question mark appears in the input field for parameter &amp;lt;p&amp;gt;.The user cannot continue with the program without entering a value in this field on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, this is what is the meaning of required field(which requires input from user to proceed further).&lt;/P&gt;&lt;P&gt;It is not possible to find any data whether its is required or not in tables...&lt;/P&gt;&lt;P&gt;But you can see the key fields (primary keys and foreign keys) of any table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 09:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-fields/m-p/3655668#M880611</guid>
      <dc:creator>former_member491078</dc:creator>
      <dc:date>2008-04-03T09:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-fields/m-p/3655669#M880612</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;If you are in an abap context, these infos are stored in the SCREEN table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But your question is too general..; you have to be more specific, because it depends on which system you are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Benoî&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 12:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-fields/m-p/3655669#M880612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T12:41:05Z</dc:date>
    </item>
  </channel>
</rss>

