<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093218#M733819</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;This method may be a little work around,&lt;/P&gt;&lt;P&gt;but its worth a try...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of calling the Transaction call the program&lt;/P&gt;&lt;P&gt;to which the transaction is linked&lt;/P&gt;&lt;P&gt;i.e. use SUBMIT report statement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you can pass tables as selection tables, plus many&lt;/P&gt;&lt;P&gt;more options available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. - it will work only in background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samson Rodrigues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2007 11:07:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-21T11:07:33Z</dc:date>
    <item>
      <title>call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093214#M733815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;Can anybody tell me how I can pass two internal tables into CALL TRANSACTION?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL TRANSACTION 'ZMY_TRAN' USING IT_TRAN1 IT_TRAN2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But this doesn't work.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 10:51:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093214#M733815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T10:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093215#M733816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ana , &lt;/P&gt;&lt;P&gt;  Why do you want to pass two internal tables , what will be the content of the second internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 10:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093215#M733816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T10:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093216#M733817</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;merge the two internal tables to final internal table and then use only the final internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 10:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093216#M733817</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-11-21T10:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093217#M733818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;See the syntax for CALL TRANSACTIOn by pressing F1 on CALL&lt;/P&gt;&lt;P&gt;it is like&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;tcode&amp;gt; USING &amp;lt;BDCDATA or some Itab similar to bdcdata&amp;gt; mode &amp;lt;A,E or N&amp;gt; Update &amp;lt;sync  or async&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 10:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093217#M733818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T10:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093218#M733819</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;This method may be a little work around,&lt;/P&gt;&lt;P&gt;but its worth a try...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of calling the Transaction call the program&lt;/P&gt;&lt;P&gt;to which the transaction is linked&lt;/P&gt;&lt;P&gt;i.e. use SUBMIT report statement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you can pass tables as selection tables, plus many&lt;/P&gt;&lt;P&gt;more options available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. - it will work only in background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samson Rodrigues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 11:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093218#M733819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T11:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093219#M733820</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 dont think you can specify your internal tables in the USING clause of CALL TRANSACTION table since it is used to pass a BDC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way, i think, to pass internal tables to other transaction is through ABAP / SAP memory. i.e use IMPORT/EXPORT or SET/GET statements. In your case, IMPORT/EXPORT would suffice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 11:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093219#M733820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T11:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093220#M733821</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 not pass 2 internal tables move data to single internal table and use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 11:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3093220#M733821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T11:17:16Z</dc:date>
    </item>
  </channel>
</rss>

