Hello, I am creating some integration cards of the type component. I managed to integrate treetables in them in composite views. Some of them are quite long, so I used the interactive mode, where the user can enlarge them, but initially they're just ...
Hi,
I have a List Report built on a CDS and use annotations to provide F4 value helps.It works if the annotated subquery is 'normal', so a table sourced query.But if I use an AMDP table function, to query a Hana-side virtual table, then I get:CX_S...
Hi,
I had SQLM running in production for a couple of days and I found out one of the top consumers to be a report that we thought was decommissioned, in the entry points it says it's a Batch job but I cannot find that in SM37 log.I
It only shows...
On Saturday 23rd of June we were happy to host a Code Retreat event in our Volvo premises in Wrocław. It is a full day programming experience for the willing, since it happens on a day-off. It is led by an experienced mentor from the SAP Community.
...
Hi, In a way you can suppress the popup by not submitting non-existent projects to the tcode.You could check and filter our PROJ/PRPS tables before, no? Or issue your own message for those?M.
Hi, My routine inserts about 18mln rows every now and then.It's built from a report that has all the needed data, loops over them and every 'step' like 2mln commits with an update module to the backend: LOOP AT user_items ASSIGNING FIELD-SYMBOL(<i...
In the end I replaced this interface with a custom entity and an RFC call in the implementing ABAP class.Faster to develop, more consistent in artifacts and easier to control, since I am not involved db-side.
Hi, I have system A with a some tables A1, and A2, on which I created CDS A3_V.Then I used SDA to get a virtual source on system B: A3_V --> B1_VThen I created an AMDP and a table function to query that view (since it's only hana-side): B2_AMDP & B2_...