Hello all ABAPers or rather to say BSPers J I
just encounter strange error while I invoked my BSP application by URL
comprised of IP address instead of usual hostname. I was forced to use IP address
because we had an issue with nameserver/ DNS and call of server by
its hostname failed. It was even clumsier to me when I realized that my BSP is
failing with following error:
Used
URL:
http://10.126.2.3:8043/sap/bc/bsp/sap/zor_snap/snap.htm?sap-client=003&sap-sessioncmd=open
Error:
Business Server Page (BSP) error
What happened?
Calling the BSP page was terminated
due to an error.
SAP Note
The following error text was processed
in the system:
The URL contains no complete domain specification (10.126.226.34 instead
of 10.126.226.34.<domain>.<ext>).
Exception Class CX_FQDN
Error Name
Program CX_FQDN=======================CP
Include CX_FQDN=======================CM002
ABAP Class CX_FQDN
Method CHECK
Line 10
Long text -
Error type: Exception
Your
SAP Business Server Pages Team
You can only call BSP only via “hostname based URLs”,
like: <domain>.<ext>:<port>
Some more info on topic of URL requirements in SAP are
can be found in note:
3 comments:
this is an old and known issue. and it is not a blog subject. sorry man it is totally useless.
Hi Anonymous, maybe it is old and known issue to you but it was not known to me and I guess there are many others not knowing that. Re subject: what subject you would suggest?
BR, sapper
Non SAP person here encountering the same issue with an application that uses a link to connect to SAP... We need to use the IP address vs the FQDN because we are opening up the specific network for that IP traffic. Was there a way to get the IP address url working?
Post a Comment