You are on page 1of 1

Assignment number # ODG107

Paging, Count and Inline Count in SAP Gateway


Scenario –

 Create SEGW project importing DDIC structure, import VBAK structure and select Sales
Document, Sales Org, Delivery Block and Net Value.
 Register the Service using /IWFND/MAINT_SERVICE.
 Test the metadata using /IWFND/GW_CLIENT and it should be successful with status code 200.
 Redefine GET_ENTITYSET method of the service and SELECT Sales Document, Sales Org, Delivery
Block and Net Value from VBAK and assign back to work area to Exporting parameter
ER_ENTITYSET
 Test the service using transaction /IWFND/GW_CLIENT.
 Restrict the amount of returned data using system queries such as Paging, Count and Inline
count.
 Calculate the offset and number of records return using Skip and Top
 Return the number of records in a collection or if the collection has a filter, the number of
records matching the filter using Count
  Get the Inline count as part of the response body

Tables involved – VBAK

Transaction Involved - /IWFND/MAINT_SERVICE, /IWFND/GW_CLIENT

You might also like