<?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 Maintenance View in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1552312#M250454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can give default values. You will need to go to the function group of the table maintenance. Find the screen for your table and assign the default values in the PBO event. You will require some debugging to find teh exact location to add your code. You may also have to copy some standard include and make changes in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assign points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2006 06:35:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-30T06:35:07Z</dc:date>
    <item>
      <title>Table Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1552310#M250452</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 want to give default value for one column in table maintenace view.  Is there any possiblities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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;Stallin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 06:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1552310#M250452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T06:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1552311#M250453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then u have to check domain of the Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in domain u can give Default values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 06:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1552311#M250453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T06:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1552312#M250454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can give default values. You will need to go to the function group of the table maintenance. Find the screen for your table and assign the default values in the PBO event. You will require some debugging to find teh exact location to add your code. You may also have to copy some standard include and make changes in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assign points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 06:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1552312#M250454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T06:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1552313#M250455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stallin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need to modify the generated dialogs at all. The maintenance views offer event where you can change the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the dialog generator go to menu "Environment" -&amp;gt; "Modification" -&amp;gt; "Events".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to set the default value at the start of the dialog and when the user creates new entries you will need events '21' (fill hidden fields) and '05' (creating a new entry).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the events define a form routine within an include in your function group. There you have access to the structure of the view (e.g. z_tabl_view). There you fill z_tabl_view-column = &amp;lt;fixed value&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 07:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1552313#M250455</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-08-30T07:16:34Z</dc:date>
    </item>
  </channel>
</rss>

