miguel_motta
Participant
Member since ‎2011 Mar 24

User Statistics

  • 44 Posts
  • 3 Solutions
  • 15 Kudos given
  • 5 Kudos received

User Activity

 Hello,I´m using function HTTP_POST with SAPHTTP RFC to call an API on my local machine.When the call are maded from my local machine using ajax, for tests purposes, the API returns instantly. When called by HTTP_POST, I have a response time of appro...
Hi,Is there the possibility of consuming an API exposed on my local machine (Presentation Server) using the CL_HTTP_CLIENT class (or another method if it exists)?SAP is accessed using SAP Gui, and the connection can be made with SAP Router or not. Du...
Boa tarde, Configurei os cenários de NF-e em um PI Single Stack 7.50 SP23. Tudo está funcionando conforme o esperado, menos o aviso de recebimento. O erro acaba sendo transparente para o usuário, mas está gerando reprocessamentos no PI sem necess...
Hi experts, I need a regex to use on Replace statement, that clear all xXmlCTe tags on a string. Originally, string don't have line breaks or spaces between tags. <xXMLCTe xmlns:ns0="http://www.teste1.com"> <xXMLCTe xmlns="http://www.teste2.co...
Hi all, I need to retrieve the contents of a PDF file from a REST interface. As PDF contains many unicode characters, the conversion to XML is not successful. Is there any trick to send this PDF to ECC via proxy? Alternatively, content...