Frank Müller
Frank Müller
Hi Marc, hi Lars, I'm currently on vacation and so I have some time for this stuff. I already started with some prototyping (can be thrown away or enhanced). I...
My purpose is to generate ABAP Objects in the system with external tools. For example a TS tool that generates ABAP Objects based on templates (Yeoman). I don't want to...
I understand and like your approach, but we use in our project abaGit only as a documentation system to add the ABAP changes to a JIRA Issue. By the way,...
I have an issue with the package structure. I don't have a starting package to create a folder structure. One approach could be not to serialize / deserialize package objects...
Ok, can you then please schedule a meeting?
I created a new version of it. I refactored the repo deserialization, so that it is possible to use most of these methods also without a repo (it is a...
> whats the story behind the new public method? > > and one part of the change is extracting logic to a new private method, to keep the original small?...
> so, > > * extracted logic to method `reg_obj_in_deserialize_steps` > * new table `lt_deserialized_objects` for decoupling repo > * method `get_deserialized_objects` changed to private > > ? > >...
> okay, I suggest choosing one method in `zcl_abapgit_objects`, and then we can design how it should look in the future > > method `serialize` is okay? so lets look...
@FabianLars I read that the plugin is based on sqlx. I found the following blog. It says that you have to create a transaction with a special method in sqlx...