digirolamocristian60
Participant
Member since ‎2018 Jul 03

User Statistics

  • 121 Posts
  • 2 Solutions
  • 23 Kudos given
  • 20 Kudos received

User Activity

Hi all,As CPI doesn't come with any standard feature to list files in a directory, I'm using a Groovy script.// initialize vars def secureStorageService = ITApiFactory.getApi(SecureStoreService.class, null); def cred = secureStorageService.getUserC...
Hello,I need to set up the basic authentication in the API Management. I need it to check both the username&password + the cliend_id&client_secret passed on by the caller. If the user or the client_id is missing, the auth must fail. I managed to get ...
Hi all, is it possible to block outbound idocs triggered by RSEOUT00-scheduled jobs based on the value of RCVPOR without creating a program variant or changing WE20? I'm looking for some global filter that blocks these idocs in some custom status. ...
Hi all, I have a problem with my CPI SOAP receiver connector. When calling the WS from CPI I get a 500 error. No errors when I call it with an HTTP receiver. The WS work fine too from desktop apps. What can it be? Cristian
Hi all, I have a problem with my SAP PO 7.5. I have a regular sender ftp channel (no FCC, no conversion module, just ASMA) that reads from an FTP server. The FileName header I see from the message monitoring comprises the full path instead of th...