on 2007 Mar 05 5:53 PM
Request clarification before answering.
Hi, Paul.
You should definitely be able to invoke the BAPI from JCO...if you still have problems, contact the support team and they can sleuth it out for you.
I noticed that you were trying to call BAPI_PRODORDCONF_CREATE_TT (from your other post), and I was able to successfully load/map this into the JCO action in xMII without problem.
- Rick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Paul is trying to call BAPI_PRODORDCONF_CREATE_TT <i>through XI</i>. His question is partly an XI question and partly an xMII question. For someone that knows next to nothing about XI, what is the <i>preferred</i> XI integration method if you wanted to invoke a BAPI on R/3 from xMII? Can't XI proxy an R/3 BAPI allowing you to use the xMII JCO action to call the BAPI now proxied on XI? Or is there a better/simpler way?
-tim
I guess the key question is, why would you want to do that? It seems an unnecessary layer for invoking an RFC (which is effectively all a BAPI is).
In case you have a masochistic desire to do it anyway I've usually used a web service or HTTP listener/port along with the "wrapper" configuration in XI, and use either the Web Service Action or the HTTP Post action. In the latter case, you'll also probably want to create/provide a reference document to "teach" xMII what the format of the XML message to be posted is.
- Rick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.