<?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 How to delete request without data? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-request-without-data/m-p/10955263#M1893125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey folks,&lt;/P&gt;&lt;P&gt;I want to delete all requests in DSO and InfoCube which do not contain any data..&lt;/P&gt;&lt;P&gt;Somethimes I have selective deletings which delete all data of a request (so there is no more data of it) or requests which did not transport any data (select but not inserted).&lt;/P&gt;&lt;P&gt;In my Housekeeping Process Chain I need something which deletes this kind of requests (completely deleted data in one request or requests which data is not inserted).&lt;/P&gt;&lt;P&gt;I don't care if this will be a regular step in my ProcessChain or a program I have to write myself. But I don't find anything to do this task.&lt;/P&gt;&lt;P&gt;Can you tell me a step or program to realize this request-deletion?&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;If it is possible to get a requestnumber by it's filtercriteria I could delete the request that way. But how would I get the requestnumber through filtercriteria and how do I delete a request by it's number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2015 07:21:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-03-16T07:21:04Z</dc:date>
    <item>
      <title>How to delete request without data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-request-without-data/m-p/10955263#M1893125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey folks,&lt;/P&gt;&lt;P&gt;I want to delete all requests in DSO and InfoCube which do not contain any data..&lt;/P&gt;&lt;P&gt;Somethimes I have selective deletings which delete all data of a request (so there is no more data of it) or requests which did not transport any data (select but not inserted).&lt;/P&gt;&lt;P&gt;In my Housekeeping Process Chain I need something which deletes this kind of requests (completely deleted data in one request or requests which data is not inserted).&lt;/P&gt;&lt;P&gt;I don't care if this will be a regular step in my ProcessChain or a program I have to write myself. But I don't find anything to do this task.&lt;/P&gt;&lt;P&gt;Can you tell me a step or program to realize this request-deletion?&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;If it is possible to get a requestnumber by it's filtercriteria I could delete the request that way. But how would I get the requestnumber through filtercriteria and how do I delete a request by it's number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 07:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-request-without-data/m-p/10955263#M1893125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-16T07:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete request without data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-request-without-data/m-p/10955264#M1893126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a way to get requests IDs by request selection criteria.&lt;/P&gt;&lt;P&gt;In table RSKBSELECT is for every request ID stored which criteria was given.&lt;/P&gt;&lt;P&gt;For example Request ID 123456 got selection on field "0calday" with low "01012010".&lt;/P&gt;&lt;P&gt;When you have all IDs you can get all entries RSSTATMANPART which contains this request IDs in Partnr. Additionally you should select on DTA (target). In this table is a field called RNR which contains the Requestnumber (e.g. DTP_123435456567). With this number you can call funtion RSSM_PROCESS_REQUDEL_CUBE which deletes requests based on given requestnumber.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 09:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-request-without-data/m-p/10955264#M1893126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-17T09:52:37Z</dc:date>
    </item>
  </channel>
</rss>

