<?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: Table Main.. Mandatory fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467351#M833383</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;While Creating TMG, You will be providing some information in Maintanence Screen , there you have an option for doing your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exactly on the Maintanence Screen -&amp;gt; After giving Screen Type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where you can see Overview screen &amp;amp; single Screen. Double Click over there , you will be entered through the Screen Painter Where you can select the Field attributes of the field you want to make mandate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program Attributes of Field mention as Reqd..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rewards Points If its useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2008 09:53:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-12T09:53:58Z</dc:date>
    <item>
      <title>Table Main.. Mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467345#M833377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frnds, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I crtd a ztable and i needs to do table maintenance. I read some threads i got idea how to do but i need to check before updating the table, one/two fields must have some data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this. is there any option to click those fields mandatory user must enter some data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;NK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 06:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467345#M833377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T06:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table Main.. Mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467346#M833378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE11, give the table name and click on change. Then Go to utilities--&amp;gt; Table maintenance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table maintenance generator screen, we should give Authorization Group, Function Group name (Function Group name can be same as table name), Maintenance type can be one step or two step, usually we will create with one step. we should give maintenance screen number. After clicking on create button, a table maintenance generator will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check it go to SM30 . In SM30, we find display, Maintain options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can view the table contents by choosing Display and we can create table entries by choosing Maintain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why we have to go for Table maintenance generator, when we can edit the table by SE16 or SE11, utilities-&amp;gt;create entries?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the production system, end-users will not be having access to transaction codes like SE11 and SE16. Developers will not be having access to many transaction codes including the above two.&lt;/P&gt;&lt;P&gt;To view the contents of the database table, we will use SE16n in Production system. Please find out the difference between SE16 and SE16n.All these authorizations will be maintained by BASIS team, by creating access profiles.&lt;/P&gt;&lt;P&gt;So in order to edit or create the contents of a database table, we should go for table maintenance generator. In real time, authorizations will be maintained in production system. (even in development and Test systems to some extent). &lt;/P&gt;&lt;P&gt;There is an audit like Sarbanes-Oxley Act for American clients, where every thing will be audited by government agency. To know more about SOX, use the links on the right hand side of this page.&lt;/P&gt;&lt;P&gt;The second reason is, we can edit or create multiple entries at a time, using table maintenance generator.&lt;/P&gt;&lt;P&gt;Apart from that we have options like 'Enter conditions' in table maintenance screen SM30. Please try to find out the use of those, by creating an example.Table Maintenance generator: Difference between one step and two steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While creating table maintenance generator, we find below options:&lt;/P&gt;&lt;P&gt;1. When we choose one step, we have to give the screen number in Overview Screen field. &lt;/P&gt;&lt;P&gt;2. When we choose two step, we have to give both overview screen number and single screen number.&lt;/P&gt;&lt;P&gt;You can give any number for screen. Don&amp;#146;t give 1000 screen number. As this number is reserved for selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we choose two step, two screens will be created for table maintenance. For single step only one screen will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we choose two step, table maintenance will work as follows:&lt;/P&gt;&lt;P&gt;Go to SM30, give the table name for which you have created table maintenance-&lt;/P&gt;&lt;P&gt;Overview screen will be displayed. To create entries, when you click on &amp;#145;new entries&amp;#146;. &lt;/P&gt;&lt;P&gt;Another screen will be displayed, where you give input and save. &lt;/P&gt;&lt;P&gt;You can enter one record at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use single step generally, as it is user friendly.&lt;/P&gt;&lt;P&gt;To completely understand the difference and above points please do exercise by creating table maintenance generator in both ways (using single step and two step). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4962585"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5019762"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4805352"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 06:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467346#M833378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T06:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table Main.. Mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467347#M833379</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;Just check the Key checkbox after entering the field name that u want to make it mandatory...&lt;/P&gt;&lt;P&gt;if u do this the user has to enter value for this field only then it 'll be processed.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arunprasad.P&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 06:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467347#M833379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T06:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table Main.. Mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467348#M833380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i put mandatory option for particular fields. i.e  when user entering data some fields must have data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;NK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 06:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467348#M833380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T06:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table Main.. Mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467349#M833381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply. Can u plz explain, actually i am in 4.5 version there is very low options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;NK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 06:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467349#M833381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T06:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table Main.. Mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467350#M833382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Direc method is &lt;/P&gt;&lt;P&gt;1.go to se80&lt;/P&gt;&lt;P&gt;2.select function group&lt;/P&gt;&lt;P&gt;3. give the function group that u used to genrate the table maintainence.&lt;/P&gt;&lt;P&gt;4. select the screen of ur table.&lt;/P&gt;&lt;P&gt;5. form the scrren layout double click on the field that u want to make it mandatory &lt;/P&gt;&lt;P&gt;6. in the attributes tab go to program in that&lt;/P&gt;&lt;P&gt;fo r input option give &amp;lt; required&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 09:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467350#M833382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T09:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table Main.. Mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467351#M833383</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;While Creating TMG, You will be providing some information in Maintanence Screen , there you have an option for doing your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exactly on the Maintanence Screen -&amp;gt; After giving Screen Type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where you can see Overview screen &amp;amp; single Screen. Double Click over there , you will be entered through the Screen Painter Where you can select the Field attributes of the field you want to make mandate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program Attributes of Field mention as Reqd..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rewards Points If its useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 09:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467351#M833383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T09:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table Main.. Mandatory fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467352#M833384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 02:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-main-mandatory-fields/m-p/3467352#M833384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T02:18:18Z</dc:date>
    </item>
  </channel>
</rss>

