Sometimes the receiver System needs specific SOAP Envelope Header information.
In case of static/fix values we can use SOAP adapter with module (AF_Modules/AddSOAPHeaderBean).
In case of UPS interfaces this will work.
<SOAP-ENV:Header><ns4:UPSSecu...
Check Transaction SPROXY on the ABAP system to ensure that ESR of PI/PO is connected.
If this is not given, you need the following setup steps:
1) Create 2 RFC destinations (Type G) on your ABAP System.
The name of the first on has no naming co...
The new SAP way will move from IDOC to EnterpriseServices.
A good case is the Vendor (BusinessPartner) Interface on S4. There it is a must.
On SAP side, you will easily find the description of the Service.
But how to fulfil the wonderful big xm...
Hi all
This blog should give you some examples how the graphical mapping can be done without bad results.
This is only a proposal and my experience, this should not mean that there is no other solution.
But maybe it is helpful for some PI develope...
Hi all
I hope you will never need this block.
Such a communication is not fine and Sender must change his API.
But all of us know the sentence: On 7.1 it works but now on AEX not ….
Below you see the screens how to handle JCO communication by ...
Hi
Sorry for delay.
You need following mappings:
One ist the request. This is your inputStructure from Sender to the HTTP-Request-Structure of Receiver.
The first ResponseMapping is the one with the transform function. (This means that the gra...
If I understand you correctly you want to send an IDOC from NON-SAP to PO system.
You need a BusinessComponent on PO side.
For this BC you have to use a "SID" in the adapter specific identifyer.
in my last screen you see it named NON.
PO is us...
Hi Prathi
On your Jco server you have to fill parameter called: jco.server.progid and this must match with the value of NWA Destination parameter jco.client.tpname.
Daniel
Hi DanielYes with “B2B add on” or Seeburger you will have nice UDF collection.But this is not available for all developer. It depends on the SAP license you have.My intention with this blog is that PI developer should know what they are doing and in ...