<?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 Maintenance screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1846316#M358990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;My requirement is to have a maintenance screen - similar to the one in SM30 for a custom table .This screen should appear as the output of an ABAP program after certain validations. I think its possible to CALL transaction SM30 with the table name and skip first screen. But i also require to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Download the contents displayed in the maintenance screen to an excel spreadsheet&lt;/P&gt;&lt;P&gt;2. To provide F4 help for fields even not  using SAP Standard fields. For instance , i have some custom fields in this table A,B of type say CHAR10. I require to provide F4 help for this field in the maintenance screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jan 2007 03:29:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-25T03:29:00Z</dc:date>
    <item>
      <title>Maintenance screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1846316#M358990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;My requirement is to have a maintenance screen - similar to the one in SM30 for a custom table .This screen should appear as the output of an ABAP program after certain validations. I think its possible to CALL transaction SM30 with the table name and skip first screen. But i also require to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Download the contents displayed in the maintenance screen to an excel spreadsheet&lt;/P&gt;&lt;P&gt;2. To provide F4 help for fields even not  using SAP Standard fields. For instance , i have some custom fields in this table A,B of type say CHAR10. I require to provide F4 help for this field in the maintenance screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 03:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1846316#M358990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T03:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1846317#M358991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can do it.&lt;/P&gt;&lt;P&gt;Go to SM30 in your development client and open the table.&lt;/P&gt;&lt;P&gt;Then go to , System -&amp;gt; Status -&amp;gt; and double click on the screen number. It will take you to Screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can modify the code there, create a subroutine and do the necessary validations.&lt;/P&gt;&lt;P&gt;If you want F4 for a custom field you can populate the entries in an internal table and call the FM F4IF_INT_TABLE_VALUE_REQUEST. But for this you have to capture the F4 event through a method by declaring a class and assigning it to the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check &lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=888648&amp;amp;messageID=1366986" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=888648&amp;amp;messageID=1366986&lt;/A&gt;&lt;/P&gt;&lt;P&gt; this also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 03:57:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1846317#M358991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T03:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1846318#M358992</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;You can implement this using the Table maintenance Generator utility only. if you see that screen, you can create 2 screens which are Overview and Single Screen.&lt;/P&gt;&lt;P&gt;For that you will have provide Maintenance Type as Two Step.&lt;/P&gt;&lt;P&gt;This will create a Detail Screen with all the fields and you can also insert all the Validations and other business logic if you have any in the Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 06:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1846318#M358992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T06:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1846319#M358993</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;Thank you for your valuable suggestions. Let me try for the F4 help for the maintenance screen fields in screen painter. Since i'm not much into the OO concepts of ABAP , can anyone help if there are any sdn threads already available on it.&lt;/P&gt;&lt;P&gt;Also , is it possible for me to include the option to download the contents from the maintenance screen to an excel spreadsheet ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 06:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1846319#M358993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T06:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1846320#M358994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check these:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=890521&amp;amp;messageID=2752958" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=890521&amp;amp;messageID=2752958&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=890521&amp;amp;messageID=2658426" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=890521&amp;amp;messageID=2658426&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=890521&amp;amp;messageID=2874685" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=890521&amp;amp;messageID=2874685&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=890521&amp;amp;messageID=2874875" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=890521&amp;amp;messageID=2874875&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 07:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1846320#M358994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T07:08:57Z</dc:date>
    </item>
  </channel>
</rss>

