mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 13:26:12 +08:00

This commit adds an indirection for function module GUI_IS_AVAILABLE via interface ZIF_ABAPGIT_GUI_FUNCTIONS and factory ZCL_ABAPGIT_UI_FACTORY. For tests the implementation can be replaced with ZCL_ABAPGIT_UI_INJECTOR=>SET_GUI_FUNCTIONS
19 lines
541 B
XML
19 lines
541 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<VSEOCLASS>
|
|
<CLSNAME>ZCL_ABAPGIT_GUI_FUNCTIONS</CLSNAME>
|
|
<VERSION>1</VERSION>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>GUI function modules</DESCRIPT>
|
|
<EXPOSURE>2</EXPOSURE>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|