<?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: How to make table fields mandatory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-table-fields-mandatory/m-p/1620966#M277832</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 using the table maintenance for maintaining the records..Then you can goto SE51 for the screen you generated and make all the fields as required in the attributes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If you are not populating through SM30..Then in your update program  you have to check if the field is populated or not..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Oct 2006 17:26:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-10T17:26:13Z</dc:date>
    <item>
      <title>How to make table fields mandatory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-table-fields-mandatory/m-p/1620964#M277830</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 designing a Ztable where i have 20 fields.&lt;/P&gt;&lt;P&gt;Among them i want to make all fields mandatory.That means when the user will enter records to this table he should fill every fields otherwise system will give the error the filed is required and record will not save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the procedure for that.&lt;/P&gt;&lt;P&gt;Any can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Manas Ranjan Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 17:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-table-fields-mandatory/m-p/1620964#M277830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T17:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to make table fields mandatory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-table-fields-mandatory/m-p/1620965#M277831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the &amp;lt;b&amp;gt;Key&amp;lt;/b&amp;gt; check box for all the fields for this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user needs to enter values, create a table maintanence generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if the initial values are updated through modify/update/insert command and initial will be get upload. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 17:22:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-table-fields-mandatory/m-p/1620965#M277831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T17:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to make table fields mandatory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-table-fields-mandatory/m-p/1620966#M277832</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 using the table maintenance for maintaining the records..Then you can goto SE51 for the screen you generated and make all the fields as required in the attributes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If you are not populating through SM30..Then in your update program  you have to check if the field is populated or not..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 17:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-table-fields-mandatory/m-p/1620966#M277832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T17:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to make table fields mandatory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-table-fields-mandatory/m-p/1620967#M277833</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;But how does the user fill your ZTABLE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By SM30 or your Z-program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 17:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-table-fields-mandatory/m-p/1620967#M277833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T17:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to make table fields mandatory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-table-fields-mandatory/m-p/1620968#M277834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't wish to make all fields key, then you can make them required using the Screen Painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you have generated table maintenance, go back into Table Maintenance Generator screen. Double-click on the words Overview Screen. Click the green arrow to accept the Information message about setting the compare flag. Screen Painter opens. Switch to the Element tab. From the Element tabs, switch to the Special attr. tab. In the Input column, set each I/O field to Required. Save and Activate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when the table is maintained using SM30 all fields are required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 17:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-table-fields-mandatory/m-p/1620968#M277834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T17:34:30Z</dc:date>
    </item>
  </channel>
</rss>

