former_member204528
Explorer
Member since ‎01-01-2000

User Statistics

  • 18 Posts
  • 0 Solutions
  • 0 Kudos given
  • 58 Kudos received

User Activity

In ideal scenario your middle-ware should have a listener for your outbound IDOC port. In case you don’t have and you need to expose your outbound IDOC as a service then you can use it. Create a WSDL of the IDOC Create Proxy of the WSDL Proces...
There are two ways to build SAPUI5 application in Maven.1)  As explained by ted.castelijns in How to use Maven to build your SAPUI5 application 2)  Simply convert and build SAPUI5 application in Maven. I will explain it in this blogIn option 1 you ne...
If virus scan profile is not set up properly then while uploading files through NetWeaver Gateway (File Upload/Download through NetWeaver Gateway) it will throw an error “Virus scan profile /SCET/GUI_UPLOAD is not active” as below. We worked with our...
While developing SAPUI5 applications there would be scenarios where you can’t set the oModel directly to an UI control (e.g.: sap.m.List or Table). We need to massage the data and change it to a structure that fulfils the requirement then set it.We h...
HTTP GET Method: Calling an external RESTful service from ABAP - HTTP Method GETPOST operation is almost equal to GET operation as my previous blog. Please refer my previous blog for more inline code description. In POST operation we need to set a pa...