<?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: Transaction acess on batch input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-acess-on-batch-input/m-p/7603645#M1568593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fulvio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe check if the transaction variant tool can solve this challenge.  Documentation can be found at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  [Transaction Variants and Screen Variants|http://help.sap.com/saphelp_nw04s/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jan 2011 18:22:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-19T18:22:02Z</dc:date>
    <item>
      <title>Transaction acess on batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-acess-on-batch-input/m-p/7603644#M1568592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends! I need a little help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an Z program that make a batch input on a standard transaction and works ok, but the user wants to block this standard transaction to direct acess and allow to run this standard transaction only with batch input in Z transaction. The goal is do not allow user make changes out of the Z transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is possible to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 17:23:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-acess-on-batch-input/m-p/7603644#M1568592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-19T17:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction acess on batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-acess-on-batch-input/m-p/7603645#M1568593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fulvio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe check if the transaction variant tool can solve this challenge.  Documentation can be found at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  [Transaction Variants and Screen Variants|http://help.sap.com/saphelp_nw04s/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 18:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-acess-on-batch-input/m-p/7603645#M1568593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-19T18:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction acess on batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-acess-on-batch-input/m-p/7603646#M1568594</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;I think the authority-check for transaction is skipped if the transaction is called by ABAP, that means it can create a profile without the transaction standard, but with the transaction Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way the user can't call it directly (by SAP prompt).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 18:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-acess-on-batch-input/m-p/7603646#M1568594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-19T18:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction acess on batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-acess-on-batch-input/m-p/7603647#M1568595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Max pointed out, remove the authorization for user to the Standard t-code and see if the user is able to execute the Z transaction... I am guessing, it should go through... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can look at the FM AUTHORITY_CHECK_TCODE documentation for more details with regards to how Call transaction is handled. Unless an entry is maintained in TCDCOUPLES and OKFLAG Is turned on for the combination of std tcode and z tcode, CALL TRANSACTION should be successful from your Z pgm or Z tcode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 20:09:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-acess-on-batch-input/m-p/7603647#M1568595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-19T20:09:11Z</dc:date>
    </item>
  </channel>
</rss>

