We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi all,
This is my first Blog on SAP Blog.
It's a simple blog that explains how to test a java mapping directly on Eclipse or any other IDE.
Till NW 7.0 it's easy to debug with XML files on system, as we can directly able to convert File to InputSt...
Hi you all, I just started SAPUI5 App development. I am facing a strange problem, my app is working fine when i am running it on my Eclipse Neon. But when i import it to SAP Front end system, it jsut displaying blank page. I can't able to fig...
Hi Experts,I created a transaction in SAP MII 12.2, that fetch the data from SAP ECC via JCO Interface and response back an XML output.Now i have to take dynamic input from user and display this XML on browser. I read that Xacute Query have to use to...
Hi Experts, We done a Java Mapping to pass a invalid XML Characters. Its working fine with File-to-File Scenario, and we are getting perfect message from PI that we desire. But when we are trying same thing in SOAP-to-File scenario, and use SOAPUI to...
Hi you all Experts,We have configure SMS Service using HTTP (Pager Node) in R/3 same as we configured in PI. SMS service conflagration is working fine in PI and we are receiving SMS at our mobile phones. But could not receive SMS to our mobile throug...
Hi,You are doing everything correctly except one occurrence of row. Its 1-unbounded, means you are receiving multiple records. So you need to tell XPath that please select first one only [1] in XPath expression.Hope it will solve your problem, but pl...
Hi,Sorry, I didn't notice that you are just sending a query param in URL. Please reffer this link https://blogs.sap.com/2018/07/17/rest-sender-adapter-get-and-post-examples/. You need to write a UDF to retrieve its value in Mapping runtime.Regards,An...
Hi,Keep MT_WDP_GET in Document name, as element/node names are case-sensitive and source MT is like that only in Sender JDBC CC. As I can see only one thing that you missed in the initial configuration is namespace, just put that also.Regards,Anoop K...