Do you have any question about this error?
Message type: E = Error
Message class: SADL_GW -
Message number: 021
Message text: Property &1 requested. Only simple property paths are supported
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
SADL_GW021
- Property &1 requested. Only simple property paths are supported ?The SAP error message SADL_GW021 indicates that a property path requested in a data access layer (DAL) operation is not supported because it is not a simple property path. This typically occurs when you are trying to access a complex property or a nested structure in a way that the SAP Data Access Layer (SADL) does not support.
Cause:
- Complex Property Access: The error arises when you attempt to access a property that is not a simple scalar value (like a string or number) but rather a complex type or a nested structure.
- Unsupported Path: The path you are trying to use may involve multiple levels of navigation or complex joins that are not supported by the SADL framework.
- Incorrect Query Structure: The query or the data model may be incorrectly structured, leading to attempts to access properties in a way that is not allowed.
Solution:
- Use Simple Property Paths: Ensure that you are only using simple property paths in your queries. A simple property path typically refers to a direct attribute of an entity without any nested structures.
- Review Data Model: Check the data model to understand the structure of the entities and their relationships. Make sure you are accessing properties that are directly available on the entity you are querying.
- Modify Query: If you need to access related entities or complex properties, consider restructuring your query to retrieve the necessary data in a different way, such as:
- Using separate queries to fetch related data.
- Flattening the data structure if possible.
- Check Documentation: Refer to the SAP documentation for SADL to understand the limitations and supported features regarding property paths and data access.
Related Information:
By following these guidelines, you should be able to resolve the SADL_GW021 error and successfully access the required data.
Get instant SAP help. Start your 7-day free trial now.
SADL_GW020
Paging query option $$top or $$skip is not within the supported range
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SADL_GW019
Generated ID contains a bad filter: '&1'
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SADL_GW022
Navigation with more than one step is not supported
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SADL_GW023
Invalid analytical ID could not be processed: '&1'
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.