<?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: Delete only own batch-inputs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-only-own-batch-inputs/m-p/3435671#M825084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That confirm my "I am convinced to the contrary". So i fear that without changing the standard program to add a specific authority check, that can not be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(FORM loeschen_mappen in SAPMSBDC_CC) but i cannot suggest such a thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no i cannot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2008 13:43:44 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2008-02-20T13:43:44Z</dc:date>
    <item>
      <title>Delete only own batch-inputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-only-own-batch-inputs/m-p/3435667#M825080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am having some problems with batch input authorizations. I want to give users authorizations only to delete the batch-inputs which have been created with their own user. I have seen the object S_BDC_MONI, but this object does not allow me to indicate that the user is only authorized to delete his/her own batch-inputs. Is there an standard authorization object that allows users only to delete their own batch-inputs? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also checked the possibility to create my own authorization object, the same as S_BDC_MONI but with a new field where I can indicate that only the own batch-inputs can be deleted. But if I do it will SM37 check this authorization? I don't want to indicate the user in this field, because then I would need a new role for each user. I need a field (similar to PSIGN) where I can say each user can delete only their own batch-inputs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Thank you very much in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maite&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 11:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-only-own-batch-inputs/m-p/3435667#M825080</guid>
      <dc:creator>maite_egea</dc:creator>
      <dc:date>2008-02-20T11:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Delete only own batch-inputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-only-own-batch-inputs/m-p/3435668#M825081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there's no solution to your problem, i'm sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_BDC_MONI only checks the name of the batch-inputs, not the creator or the username with whos authorization it is run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creating your own object will only work if the calling program (SM35, SM37 ...) does the counterpart of the checking using authority-check. so simply creating an object and adding it to a transaction with SU24 will not work without the coding of the caller being adjusted. of course, this would be a major modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all you can do is to adjust your batch-input creating programs to apply those names to the batch-inputs that you can easily cover using S_BDC_moni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 13:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-only-own-batch-inputs/m-p/3435668#M825081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T13:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Delete only own batch-inputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-only-own-batch-inputs/m-p/3435669#M825082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an authorization object based on APQI-USERID, checked in SM35 &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; authority-check object 'S_BTCH_NAM'
            id 'BTCUNAME'    field auth_user.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Background user name for authorization check. But i'm not sure it is checked for deletion. (In fact I am convinced to the contrary)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 13:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-only-own-batch-inputs/m-p/3435669#M825082</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-02-20T13:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Delete only own batch-inputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-only-own-batch-inputs/m-p/3435670#M825083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm sorry raymond but that object runs on the user with whos authorization the batch input is run (see my post above) this is usually the one executing the program which creates the batch-inputs in the first place ... unless you set it otherwise, but even that would mean adjusting your programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 13:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-only-own-batch-inputs/m-p/3435670#M825083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T13:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Delete only own batch-inputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-only-own-batch-inputs/m-p/3435671#M825084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That confirm my "I am convinced to the contrary". So i fear that without changing the standard program to add a specific authority check, that can not be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(FORM loeschen_mappen in SAPMSBDC_CC) but i cannot suggest such a thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no i cannot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 13:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-only-own-batch-inputs/m-p/3435671#M825084</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-02-20T13:43:44Z</dc:date>
    </item>
  </channel>
</rss>

