| Author |
BAPI Call from Biztalk Server 2004 Orchestration
|
|
|
| I am trying to implement an example posted in the below link
http://www.microsoft.com/biztalk/ev...p_overview.mspx
From the Document "Configuring the BizTalk Adapter v2.0 for mySAP Business
Suite Scenarios Guide" for Sending an RFC and Listening for a Response
Message from SAP in Biztalk Server.
I am trying to invoke a BAPI call from Biztalk Orchestration as in the
example in the above Document for the BAPI "BAPI_CUSTOMER_DISPLAY" I am
getting an error message "Screen output with out connection to user" in
Health and Activity Tracking.
The RFC File Content which I am placing in the Inbound Directory is as below
<ns0:BAPI_CUSTOMER_DISPLAY_Request
xmlns:ns0="http://schemas.microsoft.com/Biztalk/2003">
<CUSTOMERNO>0000000001</CUSTOMERNO>
</ns0:BAPI_CUSTOMER_DISPLAY_Request>
| |
|
| Bill,
Take a look at this link:
https://microsoft-sap.com/idealbb/v...1C-B0F16094648D}
It looks like it might be an issue of the BAPI trying to write to a GUI
and the .NET Connector doesn't like it. I've never had this problem
before, but I have used the mySAP Adapter 2.0 to call BAPIs from an
orchestration and it has worked. If you're just trying to run through a
tutorial maybe try using a different BAPI.
| |
|
| I just need to call a BAPI from an orchestration, If you can help me in that
would be great!!! Some Links where in I can have examples to call a BAPI from
orchestration...
thanks
"bill" wrote:
> Bill,
>
> Take a look at this link:
> https://microsoft-sap.com/idealbb/v...1C-B0F16094648D}
>
> It looks like it might be an issue of the BAPI trying to write to a GUI
> and the .NET Connector doesn't like it. I've never had this problem
> before, but I have used the mySAP Adapter 2.0 to call BAPIs from an
> orchestration and it has worked. If you're just trying to run through a
> tutorial maybe try using a different BAPI.
>
>
|
|
|
|