Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
ashok_nannuri
Explorer
15,835
In order to use a CDS view we need to know which the fields available are. If we know the CDS View you need to go to the SQL View to know the fields.



 

In SE11 we can’t directly see the CDS view, above image is an example for that.

In-order to get CDS views based on fields, this tool will help us to find CDS view based on fields.

 

We will be creating join conditions between 2 tables to achieve it.

  • DDLDEPENDENCY – This table stores all the information about CDS views and their SQL views.




 

  • DD03L – This has all the table fields stored in it.




 

I will be creating Quick view using SQVI transaction.



 

Enter Quick view name and click on create.

Enter Title.

Select datasource as Table join on Basis mode.



 

Insert 2 table names and have join conditions as shown above and click back.



 

Please add following fields



 

Below fields are used for selection criteria. Click on save, once completed.



 

Execute the tool which we just built.

I have given a field from FI which is AKONT (Reconciliation field)



 

Below are the CDS views based on AKONT field, choose as per your requirement and use accordingly.

10 Comments
Labels in this area