<?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: make fields mandatory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689648#M303221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mke it a key field on the Ztable  in SE11..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2006 18:41:28 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2006-11-23T18:41:28Z</dc:date>
    <item>
      <title>make fields mandatory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689646#M303219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how we have to make fields  as " mandatory fields",in a database tables for Ztables entry, like to make address and telephone fields to make mandatory.like the way we have lifnr and kunnr are mandatory while entering the data.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 18:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689646#M303219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T18:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: make fields mandatory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689647#M303220</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;Which program are you using to fill that ZTABLE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input/ouput fields of the screen have to be mandatories, but which screen? It depends on which program you need to use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 18:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689647#M303220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T18:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: make fields mandatory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689648#M303221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mke it a key field on the Ztable  in SE11..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 18:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689648#M303221</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-11-23T18:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: make fields mandatory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689649#M303222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I understood from your post that you want to make address and telephone no as mandatory field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you create a Table Mataintenance for the table and modify the generated code to make these fields mandatory. Make the table attributes as 'Maintenance with restriction' so that no one can create an entry directly in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Chandrasekar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 18:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689649#M303222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T18:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: make fields mandatory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689650#M303223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not do that in the table itself.&lt;/P&gt;&lt;P&gt;It has to come from hte view or the GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So go to your z table in se11.&lt;/P&gt;&lt;P&gt;Goto Utilitles &amp;gt; Table Maintenenace Generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Maint View for your table, by specifiying a Funtion group, package, a screen number.&lt;/P&gt;&lt;P&gt;Now say create and save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, from the same screen, go to the menu, Environment  &amp;gt;Modification &amp;gt; Maintenenace Screen.&lt;/P&gt;&lt;P&gt;Confirm the screen no u wantn to modify.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the layut of the screen.&lt;/P&gt;&lt;P&gt;Now if you double click on hte field u want to make mandatory.&lt;/P&gt;&lt;P&gt;In the properties, you will see a tab called Program. In this, yo will see an option "Input" which is currently set to "Possible".&lt;/P&gt;&lt;P&gt;Change thsi to "Requird".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save and activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward suitable points.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 18:48:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689650#M303223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T18:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: make fields mandatory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689651#M303224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi naveen,&lt;/P&gt;&lt;P&gt;i had d same problem once.....&lt;/P&gt;&lt;P&gt;the fields in the Ztables cannot be marked as mandatory directly in d databse&lt;/P&gt;&lt;P&gt;U hav this provision in other DB systems such as Access but not in Oracle&lt;/P&gt;&lt;P&gt;The fields can be made mandatory on screens while entering the data by following the procedures mentioned above....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers the query....&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 06:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689651#M303224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T06:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: make fields mandatory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689652#M303225</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 u are entering data from screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OBLIGATORY&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 06:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-fields-mandatory/m-p/1689652#M303225</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-24T06:33:01Z</dc:date>
    </item>
  </channel>
</rss>

