cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Business One UI API 9.2 the Property XSEngineBaseURL() return value is an empty string

0 Kudos

Hi Guys,

I am trying to implement the incorporation of SAP HANA App into SAP Business One when I try to retrieve Xs Engine URL by SAP Business One UI API the value is an empty string

Example:

SBO_Application = SboGuiApi.GetApplication( -1 );  
string ret_Url;  
ret_Url = SBO_Application.XSEngineBaseURL;

My question is what previous configuration is required to return the base URL of the XS engine in SAP HANA?

Thanks for your help.

Best Regards,

Yeison

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

I also get the same problem (empty XSEngineBaseURL) on one server. So far no solution...

HANA: 1.0.22.05

SAP B1 9.2 pl 07 (64 bit)

calvin_zhu
Discoverer
0 Kudos

I used that app container and got a blank window. As another user commented in that post, I also get an empty XSEngineBaseURL. I am using B1 for Hana Version 9.2 PL06 Hotfix 1. Hana version is 1.00.122.04. SDK, DI-API, etc are all from that install.

Any help would be much appreciated.

Regards

Calvin

former_member197733
Contributor
0 Kudos

Hi Yeison.

In non-SAP HANA enabled landscape, this property returns value is an empty string. If you are on a HANA environment it should work.

Althought, you don't need the XSEngine URL to point to your app.

Please see -- Embedding SAP HANA App or Any other Web App into SAP Business One.

All you need is a WebBroswer form and the path to your HANA app.