abapGit / abapGit-Plugins

DEPRECATED - abapGit Plugins Framework
MIT License
17 stars 15 forks source link

#17 - Multi-component key support #18

Closed mrsimpson closed 7 years ago

mrsimpson commented 7 years ago

Fixes #17

In some object types, the object name comprises multiple fields (e. g. WDCC). Thus, the name needs to be split up to the components in order to create a proper select-clause

mrsimpson commented 7 years ago

Now, I can export WDCC properly. However, changes might affect other object types as well. Have you got a repo with object types which are unsupported by the core in order to validate serialization?

Some better unittest-coverage would be appreciated...

larshp commented 7 years ago

non-core serialization: nope, I dont use the plugins very much