<?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: BAPI call problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-call-problem/m-p/1650718#M289180</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;Is the BAPI expecting any Mandatory IMPORT parameter and you are not passing that parameter ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Oct 2006 05:37:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-20T05:37:27Z</dc:date>
    <item>
      <title>BAPI call problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-call-problem/m-p/1650717#M289179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Problem calling a BAPI from VB.&lt;/P&gt;&lt;P&gt;As soon as BAPI is called, the connection to SAP is disconnected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Public boWorkBreakdownStruct As Object&lt;/P&gt;&lt;P&gt;Set boWorkBreakdownStruct = oBAPICtrl.getSapObject("WorkBreakdownStruct")&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;It's okay until this----&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;boWorkBreakdownStruct.Maintain _&lt;/P&gt;&lt;P&gt;IMethodProject:=tiMethod, _&lt;/P&gt;&lt;P&gt;iProjectDefinition:=iProjectDefinition, _&lt;/P&gt;&lt;P&gt;iProjectDefinitionUp:=iProjectDefinitionUp, _&lt;/P&gt;&lt;P&gt;iWbsElementTable:=tiWbsElementTable, _&lt;/P&gt;&lt;P&gt;iWbsElementTableUpda:=tiWbsElementTableUpda, _&lt;/P&gt;&lt;P&gt;iWbsHierarchieTable:=tiWbsHierarchieTable, _&lt;/P&gt;&lt;P&gt;INetwork:=tiNetwork, _&lt;/P&gt;&lt;P&gt;iNetworkUpdate:=tiNetworkUpdate, _&lt;/P&gt;&lt;P&gt;iActivity:=tiActivity, _&lt;/P&gt;&lt;P&gt;iActivityUpdate:=tiActivityUpdate, _&lt;/P&gt;&lt;P&gt;iActivityElement:=tiActivityElement, _&lt;/P&gt;&lt;P&gt;iActivityElementUpdate:=tiActivityElementUpdate, _&lt;/P&gt;&lt;P&gt;iRelation:=tiRelation, _&lt;/P&gt;&lt;P&gt;iRelationUpdate:=tiRelationUpdate, _&lt;/P&gt;&lt;P&gt;EMessageTable:=teMessage, _&lt;/P&gt;&lt;P&gt;Return:=eReturn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After calling this BAPI function, the Con is disconnected and raise error "An exception was raised in the RFC System. The connection was automaticaaly closed by the System".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sooyoung Jang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 04:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-call-problem/m-p/1650717#M289179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T04:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI call problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-call-problem/m-p/1650718#M289180</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;Is the BAPI expecting any Mandatory IMPORT parameter and you are not passing that parameter ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 05:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-call-problem/m-p/1650718#M289180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T05:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI call problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-call-problem/m-p/1650719#M289181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No.. I don't think I missed any because it was working before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you possibly think any other reason causing this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 05:40:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-call-problem/m-p/1650719#M289181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T05:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI call problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-call-problem/m-p/1650720#M289182</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;Open the RFC through transaction SE37 and click on the EXCEPTION tab. Check whether the exception raised in your case is any one of the exception defined in EXCEPTION tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 05:47:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-call-problem/m-p/1650720#M289182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T05:47:11Z</dc:date>
    </item>
  </channel>
</rss>

