Hi,
The business requirement is to create Purchase Order from Excel File, uploaded from the UI5 application and call Gateway Service to create PO in SAP ECC.
I am trying to achieve this with CREATE_STREAM method of DPC.
However, my concern here is that I get the STREAMed data in XSTRING format and I am having difficulty in converting the XSTRING back to the EXCEL format.
Am I following the right technique to achieve this or is there any better way to achieve this requirement in Net Weaver Gateway?