Hi,I could not find any way to change the width of the left pane of sap.ui.unified.Shell. Does any of you know how to do it?Thank you!Marco Aurelio Freiberger Monteiro
Hello, I am trying to set up an SAPUI5 application running on an on-premise HANA and I am having a hard time connecting it to an OData service. The OData service is provided in the very same HANA XS server where the SAPUI5 application is running. I a...
Hello my friends,Does anyone know why this does not work?select col1, col2, "col3" = case when (select 'test' as colx) = 'test' then 'match' else 'do not match' endfrom (select 'x' as col1, 'y' as col2) as i...
Hi,After a homogeneous system copy of our QAS system, the CUA installed on Solution Manager doesn't work properly anymore. This is because the logical system of the QAS changed after the system copy. The client has been changed from 200 to 300.I'd li...
Thanks Sai! That works, however it brings many side effects. For example in the content page of the Shell I have a SplitContainer which got completely misaligned precisely by the same number of pixels that I added to the left page of the Shell. I wil...
Here are the answers:1) Using the browser, yes, and it works fine.2) Using the browser, yes.3) Not sure if I understand what you meant, but let me say that I tried giving a name to the data model and using this name while binding the model in my view...
Thanks Sergio! I have already configured the system as you suggested in your blog. I have also tried many other combinations, but they all failed to make the connection to work. In my attachment there are many details of everything that I have alread...
Hi,In the target system, where the error occurs, the Unicode checks flag is mandatory because:1 - It is a Unicode system.2 - It is non-Unicode but profile parameter abap/unicode_check is set to yes.Anyway you should always check this flag to make sur...