Hi,
How to create single call to backend system for multiple batch request in gateway.
My RFC having Internal table as importing parameter.
Each time my backend system is called with single line of data.
My Batch Request is
--batch Content-Type: application/http Content-Transfer-Encoding: binary
GET MM_PUSH_DATASet?$filter=(Uname+eq+'KRISH') HTTP/1.1
--batch Content-Type: application/http Content-Transfer-Encoding: binary
GET MM_PUSH_DATASet?$filter=(Uname+eq+'ABAP_TEST') HTTP/1.1
--batch--
Kindly suggest solution to prevent multiple call to backend.