-
This issue came up:
https://github.com/abap2UI5/abap2UI5/issues/1310
So when fixvalues is not available in 702 we need to delete this lines:
https://github.com/abapedia/steampunk-2305-api-interse…
-
All logic now integrated into the abap2UI5 handler.
use with
```abap
METHOD if_http_extension~handle_request.
z2ui5_cl_http_handler=>factory( server )->main( ).
ENDMETHOD.
``…
-
we have to take care of the deprecated APIs:
https://ui5.sap.com/#/topic/798dd9abcae24c8194922615191ab3f5
https://ui5.sap.com/#/topic/2acafbfcc2cb47e8aac6d2e32399af10
etc.
Checked abap2UI5 with …
-
Hi guys,
In Demo 300, which is included in this PR , I am currently using a MessageBox to display the text **"Product was damaged along transportation."** with the following line of code:
c…
-
To keep the abap2UI5 core small, i separated the optional custom controls to a separated repository now:
https://github.com/abap2UI5-apps-addons/custom-controls
If you installs abap2UI5+custom_con…
-
@choper725 i think the parameter json_model_limit of the http handler was a PR from you?
cleaning up the index.html at the moment, thinking of changing this parameter to the view. created a sample …
-
Do we have means in abap2UI5 (flp integration) to implement data loss protection on back navigation? Something like this?
![grafik](https://github.com/user-attachments/assets/34f831df-17ca-415c-90dd-…
-
I try to use the property sortorder of column_menu_quick_sort_item. But it fails with type string because sortorder is an enum
https://github.com/christianguenter2/abap2UI5-samples/blob/bafc86218114c…
-
![image](https://github.com/user-attachments/assets/871b9455-0de2-4242-ad8b-7295e09de9ef)
![image](https://github.com/user-attachments/assets/100b9a98-5c65-4cd4-8e7b-f684553583f9)
-
This project is open source and developed alongside other projects or during free time. Contributions are greatly appreciated!
A big thank you to the contributors:
@larshp @nomssi @axelmohnen @mbt…