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
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.