<?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 Call Transaction Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/9911054#M1793902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm calling a Transcation inside a transaction? Is there a way i can know that call is made from first transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example i have YTran1 and inside Ytran1 i'm calling Ytran2, When i'm in Ytran2 is there a way i can know that the call is made from Ytran1, I'm using call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 21:52:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-12-19T21:52:34Z</dc:date>
    <item>
      <title>Call Transaction Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/9911054#M1793902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm calling a Transcation inside a transaction? Is there a way i can know that call is made from first transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example i have YTran1 and inside Ytran1 i'm calling Ytran2, When i'm in Ytran2 is there a way i can know that the call is made from Ytran1, I'm using call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 21:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/9911054#M1793902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-19T21:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/9911055#M1793903</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;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif;"&gt;SY-CALLD contains SPACE if the program is the first and only program in a call chain.&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif;"&gt;SY_CALLD contains 'X' if the program is a called program in a call chain.So from this we can find is it called form other programme or not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-style: inherit; font-family: Arial, Helvetica, sans-serif;"&gt;SY-REPID gives current programme name and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-style: inherit; font-family: Arial, Helvetica, sans-serif;"&gt;SY-CPROG gives calling programme.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-style: inherit; font-family: Arial, Helvetica, sans-serif;"&gt;From above ststem fields we can find out from&amp;nbsp; where the second transaction is called.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other wise we can use abap memory to send data(sy-tcode) bitween two transactions.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-style: inherit; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-style: inherit; font-family: Arial, Helvetica, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-style: inherit; font-family: Arial, Helvetica, sans-serif;"&gt;Sreenivas.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Arial, Helvetica, sans-serif;"&gt;So from above syste&lt;/SPAN&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp; we can&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 22:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/9911055#M1793903</guid>
      <dc:creator>former_member219762</dc:creator>
      <dc:date>2013-12-19T22:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/9911056#M1793904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sy-calld worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 02:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/9911056#M1793904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-20T02:12:35Z</dc:date>
    </item>
  </channel>
</rss>

