Closed thomasmarkert closed 1 year ago
its a popup or a popover.. it looks like a popover from the pic, can you link to the example the pic is from?
looks like a fiori elements floorplan and is a popover at a specific item position of a table, i will check this.
I added the demo z2ui5_cl_app_demo_52:
You can change the popover as you want and use the controls you need in your use case.
Best regards.
As always, thank you for the great work. I looked at the example Z2UI5_CL_APP_DEMO_52. Is it possible to transfer the ID of the line. In the field lv_id there is a value with which I unfortunately can't do anything.
Best Regards Thomas
@oblomov-dev can explain what ‘ ${$source>/id}’ mean ?
would have expected the value e.g. {COUNT} to be returned here.
i needed to extend the _event method again. You can check demo z2ui5_cl_app_demo_52.
Now you can import three parameters (data, data2, data3). With the first one we read the fontend ID to place the popover at the correct position and with the second one we read the count entry of the row:
@choper725 The object Source, Event and Parameters are "build in" object of UI5 we can use out-of-the-box in an XML-View. ${$source>/id} means use the attribute ID of the event source. You can check this documentation for more infos: https://openui5.hana.ondemand.com/#/topic/b0fb4de7364f4bcbb053a99aa645affe
Best regards
Thanks very much. As always, great support. All I can say is thank you for the great help. Can you already use ABAP2UI5 productively?
yes, you can transport abap2UI5 to the productive system as it is, i would recommend doing the following:
Basically abap2UI5 is just an http service and handler implementation and it does not side effect any other parts of your system, so there is nothing you have to be worry about. Just try it out and feel free to open an issue if you run into problems.
Hi,
Is it possible to include a link with a popup in the "Z2UI5_CL_APP_DEMO_49" example?
SAP Example
Best Regards Thomas