<?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: SE11 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/se11/m-p/2866359#M672357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly do you mean... I have gone to the function group in the maintenance view of SE11 and all I get are loads of Include programs...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where exactly could I make this happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an example of the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it not possible to simply define this when I define the table in SE11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2007 12:40:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-19T12:40:59Z</dc:date>
    <item>
      <title>SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se11/m-p/2866357#M672355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table which I have created...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I have a field in the Table called group ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want the value for this field to be assigned automatically everytime I go to add a new entry using SM30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example my first entry will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;00001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My next entry then must be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;00002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;00003 and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Basically as you can see I want the group ID to increment in values of 1 everytime a new entry is made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in effect the Group ID will act as an Index....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 12:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se11/m-p/2866357#M672355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T12:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se11/m-p/2866358#M672356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ricardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have SM30 that means that you created a maintenance view for this table. What you can do is to change the function group behind this maintenance view, so it will add the values you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go to the screen where you created the maintenance view, double click on the funciton module name and modify accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 12:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se11/m-p/2866358#M672356</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-09-19T12:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se11/m-p/2866359#M672357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly do you mean... I have gone to the function group in the maintenance view of SE11 and all I get are loads of Include programs...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where exactly could I make this happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an example of the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it not possible to simply define this when I define the table in SE11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 12:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se11/m-p/2866359#M672357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T12:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se11/m-p/2866360#M672358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ricardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use an event of the maintenance screen for this. When you are in table maintenance generator, goto "environment-modification-events" in the menu. &lt;/P&gt;&lt;P&gt;There, you can enter one or more events that will be triggered when maintaining the table. You can add one with they type of event you want (when saving, when entering, ....), and a name of the subroutine to be created. Save and push the blue icon that will appear in this table. Than SAP will create a subroutine in the function group used for the maintenance screen. In there, you can add your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal table &amp;lt;tablename&amp;gt;_TOTAL is available in the subroutine. This table contains all entries of the table, plus the newly added entries (field action contians 'I' for insert). Just change the fields you want to change for the newly added records. Change will be reflected in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 13:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se11/m-p/2866360#M672358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T13:16:41Z</dc:date>
    </item>
  </channel>
</rss>

