<?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: Calling a Transaction from a Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575147#M860561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Balaji,&lt;/P&gt;&lt;P&gt;Try this &lt;/P&gt;&lt;P&gt;CALL TRANSACTION tcod. i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VT70'. &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VL71'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Jayshree.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2008 10:39:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-27T10:39:08Z</dc:date>
    <item>
      <title>Calling a Transaction from a Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575143#M860557</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;I need to call transaction VT70 and VL71 from a Program and print the Output ZBOL and ZPCK resp.(ZBOL and ZPCK are ouput types)&lt;/P&gt;&lt;P&gt;So how to call TCODEs from Program and print them &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 10:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575143#M860557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T10:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Transaction from a Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575144#M860558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have u tried with call transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 10:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575144#M860558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T10:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Transaction from a Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575145#M860559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call transaction &amp;lt;Transaction code&amp;gt; can be used to call transaction in the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 10:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575145#M860559</guid>
      <dc:creator>divya_nayudu</dc:creator>
      <dc:date>2008-03-27T10:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Transaction from a Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575146#M860560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use CALL TRANSACTION VT70 in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 10:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575146#M860560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T10:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Transaction from a Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575147#M860561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Balaji,&lt;/P&gt;&lt;P&gt;Try this &lt;/P&gt;&lt;P&gt;CALL TRANSACTION tcod. i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VT70'. &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VL71'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Jayshree.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 10:39:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575147#M860561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T10:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Transaction from a Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575148#M860562</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;U can pass the output types to VT70/VT71 t-code thr BDC..&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 10:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575148#M860562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T10:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Transaction from a Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575149#M860563</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;Use call transaction statement to call the required transaction and pass the data to the transaction using SPA/GPA parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter id can be taken from the dataelement from the dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 10:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction-from-a-program/m-p/3575149#M860563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T10:50:15Z</dc:date>
    </item>
  </channel>
</rss>

