You are on page 1of 1

Assignment number # ODG102

X` - implement Map GetEntity and GetEntity set Method


Scenario –
 Create SEGW project by importing DDIC structure, import VBAK structure and select Sales
Document, Sales Org, Delivery Block and Net Value.
 Set Sales Document as key field for the Entity Type.
 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_ENTITY method of the service and SELECT Sales Org, Delivery Block and Net Value
by providing Sales Document from VBAK and assign the work area to Exporting parameter
ER_ENTITY
 Test the service using transaction /IWFND/GW_CLIENT.
 Output should display all the field values Sales Document, Sales Org, Delivery Block and Net
Value based on Sales Document.
 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

Tables involved – VBAK

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

You might also like