AlexandreHT
AlexandreHT
Hi, I was happy with the solution, but I met an issue with Alt+183. Expected result was À ; actual result with Espanso : ╖ Keyboard Layout: French OS :...
If you’ve got a developer key, nothing stops you from - installing [standalone ABAPGit](https://docs.abapgit.org/guide-install.html#install-standalone-version) as a local program in your dev environnement (as @sandraros suggested) - Install abap2xlsx as an...
You make a point. I was about to write the following enhancement proposition: I think we should extract this code in a functional class (eg ``zcl_abap_logger_tools``). I see the following...
I was thinking about the following methods: - map_sy_to_msg - returning a structure with ty/id/no/v1/v2/v3/v4 - is_struct_name_mappable_to_msg - importing a RTTS absolute name (type abap_abstypename) - returning a boolean -...
Hi, sorry for the delay. When I did a quick review I noted the following points: - ABAP2XLSX recently decided to move its demo programs in a dedicated repo (cf....
Hi, I was about to import your code in my system to see it run, but I'm stuck an issue with abapGit : https://github.com/abapGit/abapGit/issues/5652 do you?
Issue solved thanks to @mbtools. I can review now
Usually, I log the bapiret2 table after the call and I raise an exception based on the first error message. This could benefit from the proposition I made in #67...
Sure. I agree that it's cleaner to detect zif_loggable_object in the add() method.
Hi, please do not hesitate to create a PR.