Marc Bernard
Marc Bernard
Sorry for not giving feedback earlier. There are a lot of good things in this PR. Let's try to get this done. Things I don't like: 1. Click on object...
packages were last in the dependency order, but the old routine looped over all objects several times which disrupts the order. it tried to drop packages although other objects (which...
need to determine which object types cause the problem with uninstall
looks like only `IOBJ` and `ODSO` are impacted due to dependencies between objects of the same type. Will try to find different solution.
740sp5. https://github.com/abaplint/abaplint/issues/2580 Probably needs some dynamic solution to work with all releases and cloud. Can someone with ABAP cloud try to activate and run this statement? Does it cause syntax...
Multitenancy Development Guideline https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4b/9d994c89909c49e2957db840d7eace5c.html#database-table-access Looks like we have to disable this part for BTP.
"refresh" will show the list of unsupported objects again. keeping it always visible would be a bit annoying esp. if the list is long. or did you have something else...
1. `` is sy-langu (one letter). "Inside SAP" things work with the one-letter format. If for some reason (like LXE) something needs a different format, then convert at the time...
Devil's advocate: What language is ISO "4F"? ;-) (T002 is sy-langu codes, T002X are the ISO codes) The XMLs in the repo are serialized ABAP data. Nothing is in an...
Three options: - Upfront messages in `zcl_abapgit_object=>deserialize_check` (ie. `warning...` methods) - Upfront messages from `zcl_abapgit_file_status=>run_checks' - Messages to include in the log when using `deserialize` which users would see only...