<?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: call transaction with parameter values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-with-parameter-values/m-p/6599584#M1437144</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;Difficult to suggest with the information provided. Is it a standard or a customized transaction? If standard which one? Also check if BDC helps the cause .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2010 06:33:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-09T06:33:12Z</dc:date>
    <item>
      <title>call transaction with parameter values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-with-parameter-values/m-p/6599583#M1437143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would just like to ask if there's a way to call a transaction with values on the parameters. I have an error message flagged on a certain transaction and after clicking on the error message, it exits the transaction. The requirement is to go back to the transaction and correct the field value which has an error. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 06:26:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-with-parameter-values/m-p/6599583#M1437143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T06:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction with parameter values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-with-parameter-values/m-p/6599584#M1437144</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;Difficult to suggest with the information provided. Is it a standard or a customized transaction? If standard which one? Also check if BDC helps the cause .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 06:33:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-with-parameter-values/m-p/6599584#M1437144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T06:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction with parameter values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-with-parameter-values/m-p/6599585#M1437145</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;You can call a transaction passing it values for the screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 2 &lt;/P&gt;&lt;P&gt;... USING bdc_tab [bdc_options] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Use this addition to pass an internal table bdc_tab of row type BDCDATA from the ABAP Dictionary to a dialog transaction. The additions bdc_options control the batch input processing. When a transaction with addition USING is called, the system field sy-binpt is set to value "X" in the called program - while this transaction is running, no other transaction can be called with this addition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could call the program that the transaction calls directly using the submit statement as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT {rep|(name)} [selscreen_options] &lt;/P&gt;&lt;P&gt;                    [ list_options ] &lt;/P&gt;&lt;P&gt;                    [ job_options] &lt;/P&gt;&lt;P&gt;                    [AND RETURN]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your full requirement however is unclear as you do not specify whether you are working with SAP Standard programs or custom programs etc. I think you should elaborate on your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 06:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-with-parameter-values/m-p/6599585#M1437145</guid>
      <dc:creator>Faaiez</dc:creator>
      <dc:date>2010-02-09T06:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction with parameter values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-with-parameter-values/m-p/6599586#M1437146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your prompt reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using sap standard transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 06:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-with-parameter-values/m-p/6599586#M1437146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T06:47:54Z</dc:date>
    </item>
  </channel>
</rss>

