Within eclipse extension abapGit Repositores an error message is thrown because transformation ABAPGIT_ST_REPO_INFO_EXT_REQ is not available.
In class ZCL_ABAPGIT_RES_REPO_INFO_EXT the constants for the transformations has to be prefixed with Z:
CONSTANTS co_st_name_request TYPE string VALUE 'ZABAPGIT_ST_REPO_INFO_EXT_REQ'.
CONSTANTS co_st_name_response TYPE string VALUE 'ZABAPGIT_ST_REPO_INFO_EXT_RES'.
Within eclipse extension abapGit Repositores an error message is thrown because transformation ABAPGIT_ST_REPO_INFO_EXT_REQ is not available.
In class ZCL_ABAPGIT_RES_REPO_INFO_EXT the constants for the transformations has to be prefixed with Z:
CONSTANTS co_st_name_request TYPE string VALUE 'ZABAPGIT_ST_REPO_INFO_EXT_REQ'. CONSTANTS co_st_name_response TYPE string VALUE 'ZABAPGIT_ST_REPO_INFO_EXT_RES'.