<?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 Function for selection screen to table maintenance? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-selection-screen-to-table-maintenance/m-p/6700639#M1452329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table maintenace created.&lt;/P&gt;&lt;P&gt;Now i want to create a selection screen ( From SE38 )&lt;/P&gt;&lt;P&gt;and whatever data I pass and limit, only those data should be dispayed on table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we have any function module that call table maintenace from report by limiting seaching condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Feb 2010 14:38:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-23T14:38:57Z</dc:date>
    <item>
      <title>Function for selection screen to table maintenance?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-selection-screen-to-table-maintenance/m-p/6700639#M1452329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table maintenace created.&lt;/P&gt;&lt;P&gt;Now i want to create a selection screen ( From SE38 )&lt;/P&gt;&lt;P&gt;and whatever data I pass and limit, only those data should be dispayed on table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we have any function module that call table maintenace from report by limiting seaching condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 14:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-selection-screen-to-table-maintenance/m-p/6700639#M1452329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-23T14:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Function for selection screen to table maintenance?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-selection-screen-to-table-maintenance/m-p/6700640#M1452330</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;Take the program for Table maintenance generator and submit that program using 'SUBMIT' in your program by passing the selection screen variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tahnks.&lt;/P&gt;&lt;P&gt;Ramya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 14:44:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-selection-screen-to-table-maintenance/m-p/6700640#M1452330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-23T14:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Function for selection screen to table maintenance?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-selection-screen-to-table-maintenance/m-p/6700641#M1452331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use the FM 'VIEW_MAINTENANCE_CALL' to call the table maintenence with required selection logic to display the maintainance view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 14:52:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-selection-screen-to-table-maintenance/m-p/6700641#M1452331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-23T14:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Function for selection screen to table maintenance?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-selection-screen-to-table-maintenance/m-p/6700642#M1452332</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 use  VIEW_MAINTENANCE_CALL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 14:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-selection-screen-to-table-maintenance/m-p/6700642#M1452332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-23T14:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Function for selection screen to table maintenance?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-selection-screen-to-table-maintenance/m-p/6700643#M1452333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 06:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-selection-screen-to-table-maintenance/m-p/6700643#M1452333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-29T06:32:21Z</dc:date>
    </item>
  </channel>
</rss>

