Hi All,
I am facing an error while converting Outbound Invoice from the EDI XML to EDI X12 during the X12Converter module processing. Attached the EDI-XML payload for your reference.
Not able to get exactly what is causing the issue from the bel...
Hi Team
Here is our scenario , we have already upgraded SAP EPC component to 3.2 version in SAP PO/NetWeaver SP11 , both directions the data flow was flowing using SAP EPC Primavera API Adaptor.
SAP R/3<-> SAP NetWeaver SP11 <--> Oracle - Primave...
Hi Team,
We have already integration with OSIPI system with SAP ECC via SAP PO 7.5.
SAP ECC(Proxy)-->SAP PO-->OSIPPI(SOAP Adapter)
we are connecting to OSIPI system using SOAP adapter from SAP PO , we are fetching the performance indicators fro...
Hi Team,
Good Morning.
Wanted to know what is the latest SP available for SAP PO 7.5 Single Stack , and where can I check ?
At present , we are on SAP PO 7.5 SP11 and want to get it updated to latest pack.
Are there any deprecated features in...
Hi All,
We have the same issue like -https://answers.sap.com/questions/12994911/special-characters-in-cpi.html#
also followed the note - https://apps.support.sap.com/sap/support/knowledge/en/2533303 , but did not resolve the issue.
In our case ...
Hi Siva,Check what is the role that is assigned in the HTTPS adapter , by default "ESBMessaging.send" is assigned.Assign the same role to the user credential and trigger the request.ThanksSai
You can also try Groovy Script: import com.sap.gateway.ip.core.customdev.util.Messageimport groovy.xml.* def Message processData(Message message) { def body = message.getBody(java.lang.String) as String def inputXml = new XmlSlurper().parseTe...
Hi Ramu,Looks like the User ID that is being used to connect ID and ESR doesn't have proper roles assigned.Check if the user is assigned with the below roles:SAP_XI_API_DISPLAY_J2EESAP_XI_API_DEVELOP_J2EESAP_XI_MONITOR_J2EEThanksSai
Hi All,We were able to resolve the issue, the timeout 2min 10sec was set OS level.OS level timeout was overwriting the application timeout .For linux server, below commands are executed to increase the timeout setting.The default timeout for establi...
Hi All,I am also facing exactly the same issue , which Mohammad has faced.SOAP(ABAP Proxy)--->SAP PO--->SOAP(Axis)Time Out is exactly happening after 2min 10 sec in SAP PO , But every where we checked and maintained the timeout to 10min . Increased t...