Author |
Message
|
Hitesh Jain |
Posted: Mon Jan 31, 2011 3:08 am Post subject: RFC inbound BAPI in WMB v6.1 |
|
|
Novice
Joined: 24 Dec 2010 Posts: 16
|
Can we use SAP RFC inbound (for WMB) calls. It means SAP will be calling that RFC and the output should be sent to WMB. If this is possible then how can we achieve this???? |
|
Back to top |
|
 |
fatherjack |
Posted: Mon Jan 31, 2011 3:20 am Post subject: Re: RFC inbound BAPI in WMB v6.1 |
|
|
 Knight
Joined: 14 Apr 2010 Posts: 522 Location: Craggy Island
|
Hitesh Jain wrote: |
Can we use SAP RFC inbound (for WMB) calls. It means SAP will be calling that RFC and the output should be sent to WMB. If this is possible then how can we achieve this???? |
What does the documentation say? _________________ Never let the facts get in the way of a good theory. |
|
Back to top |
|
 |
Hitesh Jain |
Posted: Mon Jan 31, 2011 3:57 am Post subject: |
|
|
Novice
Joined: 24 Dec 2010 Posts: 16
|
I am sorry i didnt get you wat you asking about the document actually in the SAP it is being developed so we can use both ALE IDOC and BAPI RFC but the SAP folks are asking about to use BAPI RFC i never used inbound BAPI RFC so i am asking whether we can use BAPI Inbound RFC in WMB |
|
Back to top |
|
 |
fatherjack |
Posted: Mon Jan 31, 2011 4:12 am Post subject: |
|
|
 Knight
Joined: 14 Apr 2010 Posts: 522 Location: Craggy Island
|
Hitesh Jain wrote: |
I am sorry i didnt get you wat you asking about the document |
I'm saying that the WMB documentation is quite clear about what you can do with the BAPI RFC interface. Specifically:
Code: |
The BAPI interface of the WebSphere® Adapter for SAP Software provides a way for client applications to call BAPIs and other RFC-enabled functions on the SAP server. |
_________________ Never let the facts get in the way of a good theory. |
|
Back to top |
|
 |
Hitesh Jain |
Posted: Mon Jan 31, 2011 4:17 am Post subject: |
|
|
Novice
Joined: 24 Dec 2010 Posts: 16
|
Ok but i am concerened about that it is a realtime time scenario so every time the WMB should be ready to receive that BAPI output. Is it possible? |
|
Back to top |
|
 |
fatherjack |
Posted: Mon Jan 31, 2011 4:30 am Post subject: |
|
|
 Knight
Joined: 14 Apr 2010 Posts: 522 Location: Craggy Island
|
Hitesh Jain wrote: |
Ok but i am concerened about that it is a realtime time scenario so every time the WMB should be ready to receive that BAPI output. Is it possible? |
If WMB has called the BAPI using the SAPRequest node it will be waiting for the response from that call. It's a synchronous request/reply call to SAP. _________________ Never let the facts get in the way of a good theory. |
|
Back to top |
|
 |
Hitesh Jain |
Posted: Mon Jan 31, 2011 5:26 am Post subject: |
|
|
Novice
Joined: 24 Dec 2010 Posts: 16
|
But in this case the WMB is not making a call only SAP will make a call to the RFC and the output will be displayed by WMB. So is this possible???? |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jan 31, 2011 5:32 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
If you have deployed a SAPInput node, it will be actively receiving data from SAP as long as the flow it contains is started.
I make no comments, as I've not bothered to check, if this supports BAPI RFC or not. That's kind of *your* job to check these things.
Mods, please move this to broker forum. |
|
Back to top |
|
 |
fatherjack |
Posted: Mon Jan 31, 2011 5:36 am Post subject: |
|
|
 Knight
Joined: 14 Apr 2010 Posts: 522 Location: Craggy Island
|
Hitesh Jain wrote: |
But in this case the WMB is not making a call only SAP will make a call to the RFC and the output will be displayed by WMB. So is this possible???? |
Not using the SAP Adapter BAPI interface. As I said earlier the documentation is quite clear.
Code: |
The BAPI interface of the WebSphere® Adapter for SAP Software provides a way for client applications to call BAPIs and other RFC-enabled functions on the SAP server. |
But there are lots of other ways you could send the SAP data to WMB. _________________ Never let the facts get in the way of a good theory. |
|
Back to top |
|
 |
exerk |
Posted: Mon Jan 31, 2011 5:53 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Moving this to the Broker forum... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
|