silentbull
Participant
Member since ‎05-02-2012

User Statistics

  • 362 Posts
  • 4 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hi I have invoice idoc for salesorg 9999 and Salesorg 8888. The control record is different for these idocs. Unfortunately, when using idoc packaging, it does look only for logical message type and invoice type. due to this both the salesorg are ...
Hi I have a simple idoc to XML file scenario and have successfully generated an XML file. Oddly, the file has an LF in the end of the prolog. All other data is fine. <?xml version="1.0" encoding="UTF-8"?> LF Not sure how to remove this as we ...
Hi I have a produiton interface which has been running without any issues for the last two years. I noticed that last two days it was picking up one file and was processing multiple times. Today, it was normal as only one file was processed as i ...
Hi I have a ECC->REST scenario. My target structure is as follows Employees (Root Node) name (Element) email (Element) The current json conversion is coming as {"employees":[ {"name":"Shyam", "email":"gmail.com"}, {"name":"Bob", "ema...
Hi I have a requirement to fetch data from Oracle DB and post it to webservices via Rest adapter. Please do clarify the following 1.The REST url pattern will be part static and part dynamic based on Purchase Order Number which is coming i...