<?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 Session method &amp; Call transaction implemented in one program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-call-transaction-implemented-in-one-program/m-p/1866203#M365193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give me an EXAMPLE where we may use both SESSION &amp;amp; CALL TRANSACTION in a single program..if there is a situation How can we use the both methods?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2007 09:03:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-23T09:03:01Z</dc:date>
    <item>
      <title>Session method &amp; Call transaction implemented in one program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-call-transaction-implemented-in-one-program/m-p/1866203#M365193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give me an EXAMPLE where we may use both SESSION &amp;amp; CALL TRANSACTION in a single program..if there is a situation How can we use the both methods?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 09:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-call-transaction-implemented-in-one-program/m-p/1866203#M365193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T09:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Session method &amp; Call transaction implemented in one program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-call-transaction-implemented-in-one-program/m-p/1866204#M365194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Che the link below &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bdc-program-for-purchase-info-records.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bdc-program-for-purchase-info-records.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It contains both the methods used&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 09:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-call-transaction-implemented-in-one-program/m-p/1866204#M365194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T09:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Session method &amp; Call transaction implemented in one program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-call-transaction-implemented-in-one-program/m-p/1866205#M365195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SHDB recording method offers both the chances. You can pick the required one dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 09:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-call-transaction-implemented-in-one-program/m-p/1866205#M365195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T09:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Session method &amp; Call transaction implemented in one program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-call-transaction-implemented-in-one-program/m-p/1866206#M365196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;We can write a program with CALL transaction method using the necessary recording etc. After the call transaction is executed if it fails due to some resaon, in the same program we can write a session method logic after checking the message table from call trans to find any errors are there in the call trans method or not, so that the program creates a session. At a later point of time this session can be processed to overcome the error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 09:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-call-transaction-implemented-in-one-program/m-p/1866206#M365196</guid>
      <dc:creator>vimal_kumar4</dc:creator>
      <dc:date>2007-01-23T09:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Session method &amp; Call transaction implemented in one program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-call-transaction-implemented-in-one-program/m-p/1866207#M365197</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you please share the program if it is possible to have both method's in same program.&lt;/P&gt;&lt;P&gt;Thanksℜgards&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 06:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-call-transaction-implemented-in-one-program/m-p/1866207#M365197</guid>
      <dc:creator>former_member726146</dc:creator>
      <dc:date>2021-02-10T06:53:14Z</dc:date>
    </item>
  </channel>
</rss>

