anirban_pwc
Participant
Member since ‎02-02-2015

User Statistics

  • 57 Posts
  • 2 Solutions
  • 2 Kudos given
  • 13 Kudos received

User Activity

Hi Experts - I'm trying to increment a local variable value by 1, but when I read the header value, it maps to a String "value", then I'm trying to cast it to an Integer with the statement: counter_var = Integer.parseInt(value) but receiving a ...
Hello Experts - I'm trying my first automation with transaction SXI_MONITOR, here once you execute the t-code, it shows an output screen with resulting messages like: But in case it doesn't find any satisfying messages, it shows a popup screen...
Hello Experts, I have a scenario where the Full name is coming in the <FirstName> field but I need to split it into <FirstName> and <LastName>. The input XML has following structure: I need to split the value in the <FirstName> field and add...
Hello Experts, I have a scenario where multiple SAP and non-SAP system will be sending data to a 3rd party system. As a solution, I'm trying to use SOAP on the sender side and HTTP on the receiver side. I manually created the WSDL using NWDS (a...
Hello All, I have a scenario where the integration flow receives an input message, then using some of the fields from that message, I need to call a service using Request/Reply, next upon receiving a response from RR step, I need to combine the ini...