Hi everyone,Today i implemented some ABAP Restful Event handling.As part of the logic, I save some messages in the system using class CL_BALI_LOG which creates Application Logs, just like we used to do with BAL_LOG Function Modules.The Log logic work...
Hi guys,This week, my Ecipse ABAP Developer Tools were updated and suddenly noticed that we have a new Search Box. Though there's a problem with it. See next:If I put the cursor inside the search field and press "CTRL + V" my text is not pasted insid...
Hi guys,When creating a CDS View with the purpose of using it as a Code List in a Custom Field I found the following:If I create the CDS view as a View Entity, it's not shown in the "Code List based on CDS View".This is the code I'm using to create t...
Hi guys,When I try to modify system variable SY-SUBRC in S/4HANA Cloud Public systems using Eclipse debugger, I get the following error message:Important points to mention:I did a test in 3 different Cloud Public systems, all of them showed the same ...
Hi guys,I've been doing some research about calling Odata Services Locally in S/4HANA Cloud Public Edition, but have just faced some issue and was wondering if any of you could help me.We need to Create TM Freight Orders using a job, but the only Beh...
Hi @Daniii I suggest for you to read the full section of SAP Help related to Application Logs, as well as implementing the code snippets provided there:https://help.sap.com/docs/btp/sap-business-technology-platform/read-application-logs-from-database...
Hi @DaniiThe only way I found for the users to access the logs was to create a Custom Entity with a custom class that reads the logs using class CL_BALI_LOG_DB. I added a couple of annotations to the custom entity and created a UI Service Binding. Un...
Local Events is one of the most powerful tools I've seen in SAP in a long time. More over if we combine it with BALI Logs to track the behavior of the code triggered by the event.It's a shame that SAP doesn't have an app to display the logs in Cloud ...
Hi @mpredolim I found this SAP note https://me.sap.com/notes/3573372/E There SAP explains this is a known bug. The note mentions bug will be fixed on March 1st-2nd. It also suggests a workaround.In my case, I noticed I can read the tables using an Ab...
Before going AI and all that, it would be great if Eclipse Abap Development Tools could gray out code when working on a non-editable object. Just like SE38 has done it during decades.