cancel
Showing results for 
Search instead for 
Did you mean: 

Return Delivery CDS Data source

03-30-2020 5:49 AM
1712 views 4 comments Go to solution
0 Likes
SAP Managed Tags
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

Accepted Solutions (1)

Accepted Solutions (1)

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.

Answers (1)

Answers (1)

former_member656059
Discoverer
0 Likes

Hello Mark

Thank you for your response. We do not see return delivery information in CDS view I_DELIVERYDOCUMENT or I_DeliveryDoumentItem in our system. Are we missing something?

Regards

Puneet

former_member656059
Discoverer
0 Likes

Sorry for the confusion Mark! We are able to see the return delivery information in I_DELIVERYDOCUMENT and I_DeliveryDocumentItem. Thank you for your help!

Regards

Puneet

former_member132116
Participant
0 Likes

Hi Puneet,

Try check I_CustomerReturnDelivery & I_CustomerReturnDeliveryItem