-
The z2ui5_cl_xml_view class (renderer V1) currently has several limitations:
1. Namespace Conflict: Controls with identical names from different namespaces (like sap.m.Input and sap.ui.webc.main.In…
-
Hi,
I installed the latest ABAP2UI5 version today.
Unfortunately, the Popover on nested views are not working.
![image](https://github.com/abap2UI5/abap2UI5/assets/22371169/dcc23555-a9f6-4e45-aed9-…
-
Hi,
I installed the latest ABAP2UI5 version today.
Unfortunately, the two-way binding on nested views doesn't work anymore.
Please find attached a demo app.
[ZAMOH_CL_DEMO_APP_065.txt](https://git…
-
Hello,
when using value help on start page (Step 4), I get an error "". In class Z2UI5_CL_STMPNCFCTN_API and method XCO_GET_CLASS_DESCRIPTION type missmatch. Casting i_classname to char30, it works.
…
Xexer updated
7 months ago
-
Hi,
I am loading a file out of the SAP mime repository in my app and download it using the "iframe-method" from demo app 057. However it seems to be not possible to assign a filename with this approa…
-
After downloading the packages ABAP2UI5 and ABAP2UI5_EXAMPLES the activation is failing due to missing types
- z2ui5_cl_xml_view_cc
- z2ui5_if_ajson_mapping
In addition to that the index file i…
-
I get this error on S/4HANA 2022.
![grafik](https://github.com/abap2UI5-apps/abap-sql-console/assets/17437789/55f89878-5150-4b35-a949-4f44896f6c36)
Any idea?
-
found this in a more complex situation but simplified and reproduced as:
```abap
REPORT zfoobar.
CLASS lcl DEFINITION.
PUBLIC SECTION.
METHODS my_method.
ENDCLASS.
CLASS lcl IMPLEMENT…
-
@oblomov-dev
new issue for event handling.
one use case is frontend event from backend event.
other one is to call js code not from any view.
and maybe chaining events ? can that be a thing ? cha…
-
@choper725
checked the favicon demo more in detail, bootstrapping with jsDelivr - interesting idea.
I created a new folder:
https://github.com/abap2UI5/abap2UI5/tree/main/resources
The demo…