<?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: BATCH CREATION PROBLEM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creation-problem/m-p/8252305#M1631208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The better question is:  If the user has been deemed to not have the authority to create a batch, then why would the business want that user to create a batch?   Why does the user not have the authorization if they need to create a batch?    If you come up with a way to do this, perhaps by submitting a job with a batch userid, or some id with authority to do this, the fact that the user without the necessary authorization created the batch will not be visible.  IMHO, we should avoid writing programs that attempt to evade the business' security rules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2011 15:57:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-18T15:57:42Z</dc:date>
    <item>
      <title>BATCH CREATION PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creation-problem/m-p/8252303#M1631206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;                   I have a requirement  of creating a program which will create batch without using t-code  u2018MSC1Nu2019 and  at the same time user  should not be able to run the  T-code u2018MSC1Nu2019 .  So, I have used the Fn. Module u2018BAPI_BATCH_CREATEu2019 for this purpose .  But the problem is that, the user must have the authorization of the tcode u2018MSC1Nu2019 for using this Fn. Module . &lt;/P&gt;&lt;P&gt;                Now, I want to know is there any way by which I can create batch programmatically without using u2018MSC1Nu2019 at the same time without giving authorization for the Tcode  MSC1N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deb .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 07:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creation-problem/m-p/8252303#M1631206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-18T07:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: BATCH CREATION PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creation-problem/m-p/8252304#M1631207</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;what about using a special batch user like e.g. 'ZIBATCH' with the needed authorization?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 11:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creation-problem/m-p/8252304#M1631207</guid>
      <dc:creator>former_member332275</dc:creator>
      <dc:date>2011-10-18T11:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: BATCH CREATION PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creation-problem/m-p/8252305#M1631208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The better question is:  If the user has been deemed to not have the authority to create a batch, then why would the business want that user to create a batch?   Why does the user not have the authorization if they need to create a batch?    If you come up with a way to do this, perhaps by submitting a job with a batch userid, or some id with authority to do this, the fact that the user without the necessary authorization created the batch will not be visible.  IMHO, we should avoid writing programs that attempt to evade the business' security rules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 15:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creation-problem/m-p/8252305#M1631208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-18T15:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: BATCH CREATION PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creation-problem/m-p/8252306#M1631209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear DaveL ,&lt;/P&gt;&lt;P&gt;                     To give the answer of your question , I have to explain the situation and background of such kind of program . &lt;/P&gt;&lt;P&gt;                     The users have the authority to create batch by u201CMSC1Nu2019 . But the problem is that , if user give any wrong data ( Batch Number ) in the 1st screen of u2018MSC1Nu2019  a wrong batch is created in sap which creating different kind of problems like batch booking, raw matrial booking etc. So we are trying to provide a customized program which will predict the next batch everytime user run this , so that user cannot put any wong batch. Thatu2019s the reason we are trying to give the users the authority of batch creation with our customized program, not with u2018MSC1Nu2019  . But the function module u2018BAPI_BATCH_CREATEu2019 cannot work without the authorization of u2018MSC1Nu2019 .&lt;/P&gt;&lt;P&gt;So, pls make me know if there is any remedy of my problem&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt; DEB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 07:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creation-problem/m-p/8252306#M1631209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-19T07:34:07Z</dc:date>
    </item>
  </channel>
</rss>

