<?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: retrieve data from a maintenance view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-data-from-a-maintenance-view/m-p/10329276#M1836223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: inherit !important; color: #595959 !important; font-family: 'Arial Black', Arial, Helvetica, sans-serif !important; font-size: 1.2em !important; margin-top: 1em !important; text-indent: -0.4em !important;"&gt;Hello Sudeesh,&lt;/P&gt;&lt;P style="background-color: inherit !important; color: #595959 !important; font-family: 'Arial Black', Arial, Helvetica, sans-serif !important; font-size: 1.2em !important; margin-top: 1em !important; text-indent: -0.4em !important;"&gt;I think i must use extract table and Field Symbol &amp;lt;XMARK&amp;gt;.&lt;/P&gt;&lt;P style="background-color: inherit !important; color: #595959 !important; font-family: 'Arial Black', Arial, Helvetica, sans-serif !important; font-size: 1.2em !important; margin-top: 1em !important; text-indent: -0.4em !important;"&gt;Can any body give an exemple.&lt;/P&gt;&lt;P style="background-color: inherit !important; color: #595959 !important; font-family: 'Arial Black', Arial, Helvetica, sans-serif !important; font-size: 1.2em !important; margin-top: 1em !important; text-indent: -0.4em !important;"&gt;&lt;/P&gt;&lt;P style="background-color: inherit !important; color: #595959 !important; font-family: 'Arial Black', Arial, Helvetica, sans-serif !important; font-size: 1.2em !important; margin-top: 1em !important; text-indent: -0.4em !important;"&gt;thanks,&lt;/P&gt;&lt;P style="background-color: inherit !important; color: #595959 !important; font-family: 'Arial Black', Arial, Helvetica, sans-serif !important; font-size: 1.2em !important; margin-top: 1em !important; text-indent: -0.4em !important;"&gt;Meriem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2014 15:20:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-05-14T15:20:40Z</dc:date>
    <item>
      <title>retrieve data from a maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-data-from-a-maintenance-view/m-p/10329272#M1836219</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;I created a specefic table.&lt;/P&gt;&lt;P&gt;i want to add a check when deleting lines from a maintenance view.&lt;/P&gt;&lt;P&gt;How to retrieve selected data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Meriem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 16:46:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-data-from-a-maintenance-view/m-p/10329272#M1836219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-13T16:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: retrieve data from a maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-data-from-a-maintenance-view/m-p/10329273#M1836220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meriem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you clarify your requirement in detail?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudeesh Soni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 18:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-data-from-a-maintenance-view/m-p/10329273#M1836220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-13T18:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: retrieve data from a maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-data-from-a-maintenance-view/m-p/10329274#M1836221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Meriem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create an EVENT for delete thru table maintenance generator. The subroutine that you create will automatically have the data that is being deleted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use this data to perform the checks you might need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you get into table maintenance generator, use the menu path&lt;/P&gt;&lt;P&gt;ENVIRONMENT -&amp;gt; MODIFICATIONS -&amp;gt; EVENTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on new entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an event for either 03/04 based on your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vikram.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 18:34:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-data-from-a-maintenance-view/m-p/10329274#M1836221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-13T18:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: retrieve data from a maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-data-from-a-maintenance-view/m-p/10329275#M1836222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your help.&lt;/P&gt;&lt;P&gt;Actually, i already created an event (03).&lt;/P&gt;&lt;P&gt;But, when selecting the lines that i want to delete data are not retrieved.&lt;/P&gt;&lt;P&gt;I want to do a check before deleting these lines.&lt;/P&gt;&lt;P&gt;So i need to create a condition concerning one field of the table.&lt;/P&gt;&lt;P&gt;when checking the data retrieved by debug, i noticed that it is not the data selected.&lt;/P&gt;&lt;P&gt;I hope that my requirement is clear now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meriem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 07:53:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-data-from-a-maintenance-view/m-p/10329275#M1836222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-14T07:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: retrieve data from a maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-data-from-a-maintenance-view/m-p/10329276#M1836223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: inherit !important; color: #595959 !important; font-family: 'Arial Black', Arial, Helvetica, sans-serif !important; font-size: 1.2em !important; margin-top: 1em !important; text-indent: -0.4em !important;"&gt;Hello Sudeesh,&lt;/P&gt;&lt;P style="background-color: inherit !important; color: #595959 !important; font-family: 'Arial Black', Arial, Helvetica, sans-serif !important; font-size: 1.2em !important; margin-top: 1em !important; text-indent: -0.4em !important;"&gt;I think i must use extract table and Field Symbol &amp;lt;XMARK&amp;gt;.&lt;/P&gt;&lt;P style="background-color: inherit !important; color: #595959 !important; font-family: 'Arial Black', Arial, Helvetica, sans-serif !important; font-size: 1.2em !important; margin-top: 1em !important; text-indent: -0.4em !important;"&gt;Can any body give an exemple.&lt;/P&gt;&lt;P style="background-color: inherit !important; color: #595959 !important; font-family: 'Arial Black', Arial, Helvetica, sans-serif !important; font-size: 1.2em !important; margin-top: 1em !important; text-indent: -0.4em !important;"&gt;&lt;/P&gt;&lt;P style="background-color: inherit !important; color: #595959 !important; font-family: 'Arial Black', Arial, Helvetica, sans-serif !important; font-size: 1.2em !important; margin-top: 1em !important; text-indent: -0.4em !important;"&gt;thanks,&lt;/P&gt;&lt;P style="background-color: inherit !important; color: #595959 !important; font-family: 'Arial Black', Arial, Helvetica, sans-serif !important; font-size: 1.2em !important; margin-top: 1em !important; text-indent: -0.4em !important;"&gt;Meriem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 15:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-data-from-a-maintenance-view/m-p/10329276#M1836223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-14T15:20:40Z</dc:date>
    </item>
  </channel>
</rss>

