Hello,
I have the next code:
IF lt_sals_range-mt_range_table IS INITIAL.
ENDIF.
As I want to check if lt_sals_range-mt_range_table[] IS INITIAL. But it gives me a sintax error because component mt_range_table is next type:
mt_range_table TY...
Hi,
I have the next Dialog in UI5:
but as you can see it dont shows the entire title, so I want to do a break line in order to show the title in 2 lines and don't have to make widther the dialog. Is it possible?
here is my code for the Dialo...
Hello,
I have this code in UI5 application,
new sap.m.List({
mode: sap.m.ListMode.SingleSelect ,
items: {
path: "/ROLES",
template: new sap.m.StandardListItem({
highlight: {STATE},
title: "{NAME}",
...
Hi,
I need to develop a call of put/post method called from SAP Abap system in order to insert new users into the user Groups of SAP CIS ( here there are information about what I am referring to ), so for the moment I have developed this:
REPOR...
Hello,
I'm developing an UI5 application where I have the main screen which is a List with some fields son at the end I have a button, so my problem is that I don't know how to align in height/vertically all the elements.
As you see the first ...