2024 May 01 10:25 PM - edited 2024 May 02 12:30 AM
Hi all,
Is there a way (Report, Function Module, Class/Method) to get list of all the underlying CDS Views and DB Tables for a given Consumption View.
Regards, Salil
Request clarification before answering.
Hi,
Please have a look at the database tables DDDDL*. But you will have to read it recursively.
For a pure view there is the hierarchy view in ADT (Eclipse).
Best Regards
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi. That is correct. You only see the directly underlying views or tables. To get the whole list you have to read recursively. If you are on a more recent S/4HANA System you could define a parent child dependency in a custom CDS view. This could be used to read all leaves of the tree. In the worst case you have circle dependencies.
Best regards
Michael
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.