Currently the documentation states that:
ABAP releases older than 7.40 will not work. Release 7.40 might be ok; however it has not been tested.
System has:
SAP_ABA 740 0003 SAPKA74003 Cross-Application Component
Error messages reported by abapGit during pull from ZIP:
Field name KEY is reserved (Do not use structure as include in DB table)
Field DOC_STATUS: Component type or domain used not active or does not exist
Nametab for table ZODIN_INTERNAL cannot be generated
Row type ZODIN_INTERNAL is not active or does not exist
Table ZODIN_INTERNAL could not be activated
Table Type ZODIN_INTERNAL_T could not be activated
Data Element ZODIN_STRATEGY was activated (error in the dependencies)
Table ZODIN_KEY_VALUE was activated with warnings
DOC_STATUS uses BAPI_ACC_DOC_STATUS which indeed is not available, though it can easily be replaced by the basic CHAR type.
After doing that, the remaining complaints are:
Field name KEY is reserved (Do not use structure as include in DB table)
Table ZODIN_KEY_VALUE was activated with warnings
Error updating where-used list
At this point, the objects are all active; I will try and test the functionality as time allows
Currently the documentation states that:
ABAP releases older than 7.40 will not work. Release 7.40 might be ok; however it has not been tested.System has:
SAP_ABA 740 0003 SAPKA74003 Cross-Application Component
Error messages reported by abapGit during pull from ZIP:
DOC_STATUS uses BAPI_ACC_DOC_STATUS which indeed is not available, though it can easily be replaced by the basic CHAR type.
After doing that, the remaining complaints are:
At this point, the objects are all active;
I will try and test the functionality as time allows