Hello All,
Could anyone please through some light on below requirement.It is very urgent.Please respond at the earliest.
Requirement:
Sender(ECC) is triggering a proxy will some fields and SAP PI places the file at FTP server after transform...
Hello All,
My scenario:
Text file to SOAP scenario.SAP ECC creates a text file and places at AL11 folder.SAP PI has to pick the file and convert it to base64 encoding format and sends it to webservice in one field.
I have created a Java Mappi...
Hi Gurus,
We need your help for the below requirement.We have a scenario IDOC to File.For each IDOC it should create the File with the seq no.
I have achieved the scenario using Java mapping as mentioned in the below blog
http://www.sdn.sap.co...
Hi Gurus, I have a req like SAP PI to connect to thirdpary system via webservices.Inorder to connect to that we are using SOAP Adapeter to connect to TPT system,but we are not able to connect to that system.When i tried to post the data from SOAP...
Hi,I have a Proxy to SOAP scenario which is sync.I have a below wsdl which sends the request to target.But the target structure is expecting the structure with SOAP envelope.Could you please help in providing the XSLT mapping code.Input payload:<?xml...
Hello,
Thank you for sharing. I have tried the same scenario but getting error at the import statements:
import com.itextpdf.layout.Document;
import com.itextpdf.layout.element.Paragraph;
import com.itextpdf.kernel.pdf.PdfWriter;
import com.itext...
Hi Raghuram,
I need the code for java mapping.In UDF it was mentioned they had used 2 methods one for msgID and other is seqnumber.
I could not see any java code in the attachment section(getSeqMsgID).
Regards,
Sahithi M
Hi Manoj,
Thanks for your response.
We are on PI 7.31.We don't have B2B add on in our system.RFC Lookup: If we use RFC lookup can't we face the same issue.Suppose the seqno generated from RFC lookup is 12 and if the message failed in SAP PI,then...
Hi Inaki,We have installed the axis adapter in our system.But while configuring as per the above document,they mentioned to use UDF in the message mapping to pass cookie.My Target request str looks like<Request><Record><field1></field1> so on</Record...