on 2019 Jul 10 3:01 PM
Dear all,
currently I am struggling to find a way to identify CDS-Views which are enabled for data extraction in S/4HANA. (dataExtraction.enabled:true)
Is there a list of extraction enabled CDS views or a way to search or filter accordingly?
In addition the question if there is a way to find the corresponding OData services for the extraction enabled CDS-views?
Thanks!
Roman
Request clarification before answering.
Roman,
You can use below SQL and refer the AnnotationValue Field, If it TRUE then you can extract the data through RFC.
SELECT * from CDSVIEWANNOPOS WHERE
ANNOTATIONNAME = 'ANALYTICS.DATAEXTRACTION.ENABLED'
Cheers,
Shanthi.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shanthi,
this SQL-based hint is really helpful! Thanks!
Are you aware if the corresponding OData services for extraction are created automatically?
Cheers,
Roman
If is for fiori you need to add the service and settings needs to be done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Roman,
In note 2669594 you will find a list of views which were changed in 1809. If you are using 1709 or lower this list will help you find CDS views which are enabled for data extraction.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
91 | |
11 | |
9 | |
7 | |
6 | |
4 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.