sunit_s
Participant
Member since ‎08-24-2009

User Statistics

  • 55 Posts
  • 3 Solutions
  • 2 Kudos given
  • 6 Kudos received

User Activity

Dear ABAPers, Have you ever written code using the ABAP statements OPEN, READ, and WRITE DATASET to read an SAP-generated file from one directory and write it to another directory on a shared file system in your organization? If so, you may have lik...
Hi Experts Greetings. I have a requirement where in I want to send message logs of one interface in PI to a log management and analytics application. Idea is to see status of all messages of that interface in a dashboard inside that analytics app...
Hi We are receiving asynchronous message from 3rd party in sap pi. The message has a field called error type. My requirement is to trigger alert (or alert rule) 'AlertA' if field 'error type' has value 'A' and trigger alert 'AlertB' if field...
Hi Experts I am working on following scenario: Idoc (Async) --> PI <--> SOAP (sync) The receiver system has sync interface and we want to read the response sent by them so see if there is an error. In sync message 'http ok 200' stat...
Hi Experts I want to use REST adapter to upload file in Amazon's AWS S3 bucket. I have the target URL and Developer guide suggests I should use Authentication header Authorization: AWS AWSAccessKeyId:Signature https://docs.aws.amazon.com/Amazon...