Message type: E = Error
Message class: CDS_VIEW_ABAP_USE - PFCDS - For Check of static use of CDS views from ABAP
Message number: 022
Message text: Access via SQL view name &4 (DDLS name &1, serviceQuality C)
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
INCLUDE S_PERF_CDS_ABAP_USAGE OBJECT DOKU ID TXError message extract from SAP system. Copyright SAP SE.
CDS_VIEW_ABAP_USE022
- Access via SQL view name &4 (DDLS name &1, serviceQuality C) ?The SAP error message CDS_VIEW_ABAP_USE022 typically indicates an issue related to the usage of a Core Data Services (CDS) view in ABAP. This error occurs when there is an attempt to access a CDS view using its SQL view name, which is not allowed in certain contexts.
Cause: The error message CDS_VIEW_ABAP_USE022 is triggered when: You are trying to access a CDS view directly via its SQL view name instead of using the CDS view name. The CDS view is not properly defined or activated. There may be issues with the service quality settings or the way the CDS view is being consumed in the ABAP program.
Solution: To resolve this error, you can take the following steps: Use the CDS View Name: Ensure that you are accessing the CDS view using its CDS name rather than the SQL view name. In ABAP, you should use the CDS view directly in your SELECT statements or data declarations. Check Activation:
Get instant SAP help. Sign up for our Free Essentials Plan.
CDS_VIEW_ABAP_USE021
Access via SQL view name &4 (DDLS name &1, serviceQuality A/B)
The system issues an error message and will not allow you to continue with this transaction until the error is resolved. INCLUDE S_PERF_CDS_ABAP_USA...
CDS_VIEW_ABAP_USE015
Access via CDS view name &2 (DDLS name &1, serviceQuality P/-)
The system issues an error message and will not allow you to continue with this transaction until the error is resolved. INCLUDE S_PERF_CDS_ABAP_USA...
CDS_VIEW_ABAP_USE023
Access via SQL view name &4 (DDLS name &1, serviceQuality D)
The system issues an error message and will not allow you to continue with this transaction until the error is resolved. INCLUDE S_PERF_CDS_ABAP_USA...
CDS_VIEW_ABAP_USE024
Access via SQL view name &4 (DDLS name &1, serviceQuality X)
The system issues an error message and will not allow you to continue with this transaction until the error is resolved. INCLUDE S_PERF_CDS_ABAP_USA...
Click on this link to search all SAP messages.