Eduardo Ferrari Copat

Results 4 comments of Eduardo Ferrari Copat

Doesn't abapGit plugins support this already?

I agree, we should move CDS and BOPF to core, since S/4 HANA walks in this direction. However, would this break 7.02 compatibility?

OK, some initial prototype work has been done at the [BOBF branch](https://github.com/larshp/abapGit/tree/bobf). It contains basic serialization and deserialization of nodes. Example of BOBF XML serializing [here](https://github.com/EduardoCopat/friendly-fortnight/blob/f8436dece29da280edf99e58ab43e6419669d47c/zatest.bobf.xml). Still missing: - Actions...

BOPF branch is stale and out-of-date. I will delete the branch. Here follows a backup of the code: ```abap "Internally, BOPF is BOBF. This nomenclature is followed here. CLASS lcl_object_bobf...