cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello 

We have added a custom field to the Delivery/ Return Delivery screens. The screenshot below shows the data source for this custom field. The requirement is to use the custom field in the return delivery in a custom CDS view joining it with data from another CDS view. The data source for the delivery document I_DELIVERYDOCUMENT is visible as a CDS but the data source for the return delivery LE_SHP_RETURNS_DELIVERY_SRV is not available as a CDS view. Is there a way to enable this?

Thanks

Puneet

0 Likes
View Entire Topic
former_member132116
Participant
0 Likes

Hi Puneet,

Normally ending with "SRV" should be API instead of CDS views.

API is mainly for interface purpose while CDS is for report.

Therefore for your case, the return delivery information should also be in the I_DELIVERYDOCUMENT (Header) and I_DeliveryDocumentItem (Item).

APP - "View Browser" (under Extensibility Tab) is recommended for CDS searching.

api.sap.com is mainly for API searching.