Skip to Content
0
Jun 18, 2020 at 12:28 PM

Writing Logic in ABAP CDS views.

1055 Views

I am new to CDS view creation in sap abap,I have requirement like I need to get vendor name and vendor code for the below business requirement.

1) In order to get the vendor name the scenario is like in the below :

From table EKKO, pass EBELN and get LIFNR and pass to field PARTNER in table BUT000 and print NAME1

2) In order to get the vendor code the scenario is like in the below :

From table EKKO , pass EBELN and print LIFNR

I am not getting how to write this logic in CDS view in order to get "vendor code" and "vendor name" how to achieve this can anyone please help me solving this?