Skip to Content
0
Feb 18, 2020 at 06:56 PM

Missing new field in OData Parent Metadata from SEGW project redefine extension

3508 Views

In SEGW, there is a pre-existing project redefined for HCM_TIMESHEET_APPROVE_SRV. A new field was previously added and is working. A second field was added to this redefined OData Service. The metadata is correct for the redefined service. The metadata for HCM_TIMESHEET_APPROVE_SRV does not include the second field defined, but does include the first new field.

The new second field is working correctly in the backend ABAP code, and the data for new second field is seen in the entityset.

But the front end does not show the new second field.

We tried /iwbep/cache_cleanup and /iwfnd/cache_cleanup. This did not refresh the parent metadata.

How can we refresh the parent service to show the new field?