<?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 two RFC functions at the same time.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-rfc-functions-at-the-same-time/m-p/1317895#M164305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Silly me -:(  I just fix it -:P  I was declaring some IMPORT parameters like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAM TYPE STRING
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I should have used some TABLE reference...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAM TYPE TAB_TEXT-LINE
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for the answers anyway -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 May 2006 16:55:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-14T16:55:57Z</dc:date>
    <item>
      <title>Calling two RFC functions at the same time....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-rfc-functions-at-the-same-time/m-p/1317892#M164302</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 got a question -:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got one PHP class where I'm calling an RFC FM...Just before it, I need to call another RFC FM, on the same page at the same time...One after another -:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it seems that I just can't...I got one weird SAPRFC error, something like TABLE_NOT_ACTIVE exceptions...Ok...Neither of my FM have that exception...How it is raised??? -:(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use saprfc_function_free before the second FM call...But nothing at all...I can't...I'm using my own custom FM based on standard ones...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 13:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-rfc-functions-at-the-same-time/m-p/1317892#M164302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-12T13:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calling two RFC functions at the same time....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-rfc-functions-at-the-same-time/m-p/1317893#M164303</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;Not sure if this is 100% relevant but this is what I have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a php script to which I pass a material number and a plant code. I first use BAPI_MATERIAL_GET_DETAIL to get material data. From that BAPI I also return the material group code(MATL_GROUP). I then pass on the material group code to BAPI_MATERIALGROUP_GET_LIST so as to get the material group description (MG_DESCR_SHORT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works (to call 2 RFC's), my issue is that I would like to call one BAPI within the other and it seems that what is happening, is that one is being called after the other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 08:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-rfc-functions-at-the-same-time/m-p/1317893#M164303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T08:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calling two RFC functions at the same time....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-rfc-functions-at-the-same-time/m-p/1317894#M164304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which RFC's are you writing data? Did you do a commit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 15:37:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-rfc-functions-at-the-same-time/m-p/1317894#M164304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T15:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calling two RFC functions at the same time....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-rfc-functions-at-the-same-time/m-p/1317895#M164305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Silly me -:(  I just fix it -:P  I was declaring some IMPORT parameters like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAM TYPE STRING
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I should have used some TABLE reference...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAM TYPE TAB_TEXT-LINE
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for the answers anyway -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 16:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-rfc-functions-at-the-same-time/m-p/1317895#M164305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T16:55:57Z</dc:date>
    </item>
  </channel>
</rss>

