Message type: E = Error
Message class: SWDP_WB_TOOL - Web Dynpro: Messages for Workbench Tools
Message number: 348
Message text: Property &1 of element &2 uses a server-related URL
The URL that is specified for the attribute is server-relative.
Such URLs are not reverse-proxy compatible and can lead to problems with
authentication for access to non-public MIME objects.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Ensure that none of the problems mentioned above can occur or use
a URL that is not server-relative, such as a) an absolute of form
"http://...", b) a relative URL with access to a local MIME object or c)
the public URL with the prefix "/sap/public/...")
Error message extract from SAP system. Copyright SAP SE.
SWDP_WB_TOOL348
- Property &1 of element &2 uses a server-related URL ?The SAP error message SWDP_WB_TOOL348 indicates that a property of an element in your Web Dynpro application is using a server-related URL, which is not recommended. This typically occurs when you are trying to use a URL that is hardcoded to a specific server or environment, which can lead to issues when the application is deployed in different environments (e.g., development, testing, production).
Cause: The error is caused by the use of a server-specific URL in the properties of a Web Dynpro element. This can happen if: You have hardcoded URLs in your application. The URL is pointing to a specific server or environment, making it non-portable.
Solution: To resolve this error, you should replace the server-related URL with a more flexible approach. Here are some steps you can take: Use Relative URLs: Instead of using absolute URLs that include the server name, use relative URLs that do not depend on the server. This allows the application
Get instant SAP help. Sign up for our Free Essentials Plan.
SWDP_WB_TOOL347
The type "&2" of "&1" is deprecated; do not use it
What causes this issue? The system issues an error message and will not allow you to continue with this transaction until the error is resolved. Syst...
SWDP_WB_TOOL346
Element "&1" belongs to library 'DYNPRO_CONVERSION'
What causes this issue? The system issues an error message and will not allow you to continue with this transaction until the error is resolved. Syst...
SWDP_WB_TOOL349
Action & is not assigned to any UI element through event binding
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SWDP_WB_TOOL350
Container "&1" does not contain a layout manager
What causes this issue? The system issues an error message and will not allow you to continue with this transaction until the error is resolved. Syst...
Click on this link to search all SAP messages.