Author |
Message |
Topic: Making SAP BAPI requests |
mfractal
Replies: 7 Views: 6949
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 09, 2008 1:37 pm Subject: Making SAP BAPI requests |
We are having the same 2 issues with the adapter.
When passing tables it multiplies the first element of the table to the rest of the elements and we can not send QUAN/CURR/DECIMAL values to sap - th ... |
Topic: Make biphttplistener lisnen on SEVERAL ports ? |
mfractal
Replies: 5 Views: 4702
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 09, 2008 6:32 am Subject: Make biphttplistener lisnen on SEVERAL ports ? |
Thanks a lot man!
That was exactly what i was looking for! |
Topic: Make biphttplistener lisnen on SEVERAL ports ? |
mfractal
Replies: 5 Views: 4702
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 06, 2008 9:02 am Subject: Make biphttplistener lisnen on SEVERAL ports ? |
Use the SOAP nodes in 6.1 and you can have one listener per execution group.
Hi, could you elaborate on how to configure HTTP listeners for SOAP requests per execution group ?
The documentation fr ... |
Topic: Make biphttplistener lisnen on SEVERAL ports ? |
mfractal
Replies: 5 Views: 4702
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 06, 2008 8:00 am Subject: Make biphttplistener lisnen on SEVERAL ports ? |
Is this possible ?
We would like to expose several webservices each on different port.
Couldn't find any solution in the documentation..
Any tips would be appreciated |
Topic: Another BAPI call problem |
mfractal
Replies: 1 Views: 2091
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 05, 2008 4:04 pm Subject: Another BAPI call problem |
Hi All, in addition to the previous BAPI call problem that i reported before i now have another one.
I am using MB 6.1 with SAP adapter version 6.1.0.1.
Using the wizard I have created a new output ... |
Topic: Problem Calling BAPI function BAPI_PO_CREATE1 SAP Adapter |
mfractal
Replies: 8 Views: 20325
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 05, 2008 3:51 pm Subject: Problem Calling BAPI function BAPI_PO_CREATE1 SAP Adapter |
Like I said,
you need to find the associated uom (Unit of Measure) field to your quantity field. (See SAP DDIC). You then need to know what the adequate value is for the uom field. Remember the field ... |
Topic: Problem Calling BAPI function BAPI_PO_CREATE1 SAP Adapter |
mfractal
Replies: 8 Views: 20325
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 05, 2008 6:24 am Subject: Problem Calling BAPI function BAPI_PO_CREATE1 SAP Adapter |
Remember that sometimes the SAP quantity fields are not what they seem.
a) there is no quantity without a qualifier (unit) so you need to have the quantity unit field filled as well.
b) depending o ... |
Topic: Problem Calling BAPI function BAPI_PO_CREATE1 SAP Adapter |
mfractal
Replies: 8 Views: 20325
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 03, 2008 11:52 am Subject: Problem Calling BAPI function BAPI_PO_CREATE1 SAP Adapter |
I'm a little confused about what you're trying to do here.
Are you building a message to pass to the standalone WBI Adapter for SAP/
Or are you using the SAPRequest node that runs native in Brok ... |
Topic: Problem Calling BAPI function BAPI_PO_CREATE1 SAP Adapter |
mfractal
Replies: 8 Views: 20325
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 03, 2008 11:03 am Subject: Problem Calling BAPI function BAPI_PO_CREATE1 SAP Adapter |
Hi All!
We're trying to use SAP adapter to invoke BAPI_PO_CREATE1 method.
The adapter was created using BAPI.
The call works fine when we're passing the minimal parameters needed, but once we try ... |
Topic: Unconvertable character with SAP adapter |
mfractal
Replies: 7 Views: 9610
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 18, 2008 10:20 am Subject: Unconvertable character with SAP adapter |
We were able to fix the problem by enforcing :
charset=819
encoding=1200
SAP works in unicode.
The charset of the idoc when it arrives is empty, that was part of the problem.
That's why the def ... |
Topic: Unconvertable character with SAP adapter |
mfractal
Replies: 7 Views: 9610
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 17, 2008 8:20 am Subject: Unconvertable character with SAP adapter |
Hi All!
We've been using SAP adapter with Broker (version 6.1).
Our flow recieves an Idoc from SAP, does copyEntireMessage and puts in to MQOutput node.
Usually the flow works great, but when an ... |
Topic: "Reflection" in ESQL |
mfractal
Replies: 12 Views: 7497
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 08, 2008 5:25 am Subject: Re: "Reflection" in ESQL |
Thanks to everybody, i will go and give it a try. I will report back ASAP with the results!
Works like a charm!
EVAL('CALL genereateBaanIDByRules();'); Called the procedure, no ... |
Topic: "Reflection" in ESQL |
mfractal
Replies: 12 Views: 7497
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 08, 2008 5:13 am Subject: Re: "Reflection" in ESQL |
I think it is not possible in ESQL.
I also think it is not a good idea to send method or function name in your input XML.
Well, while i generally agree with you, in this case the XML i am talkin ... |
Topic: "Reflection" in ESQL |
mfractal
Replies: 12 Views: 7497
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 07, 2008 2:37 pm Subject: "Reflection" in ESQL |
Good time of day to everybody!
I am having a problem ...
And the problem is that I am looking for a way to dynamically invoke ESQL procedures.
The flow is as following :
Inside ESQL i am parsing ... |