Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | // zif_abapgit_environment.intf.abap class zif_abapgit_environment { static INTERNAL_TYPE = 'INTF'; static ATTRIBUTES = {}; static METHODS = {"IS_SAP_CLOUD_PLATFORM": {"visibility": "U", "parameters": {"RV_RESULT": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}}}, "IS_MERGED": {"visibility": "U", "parameters": {"RV_RESULT": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}}}, "IS_REPO_OBJECT_CHANGES_ALLOWED": {"visibility": "U", "parameters": {"RV_RESULT": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}}}, "COMPARE_WITH_INACTIVE": {"visibility": "U", "parameters": {"RV_RESULT": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}}}, "IS_RESTART_REQUIRED": {"visibility": "U", "parameters": {"RV_RESULT": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}}}, "IS_SAP_OBJECT_ALLOWED": {"visibility": "U", "parameters": {"RV_ALLOWED": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}}}, "GET_BASIS_RELEASE": {"visibility": "U", "parameters": {"RS_RESULT": {"type": () => {return new abap.types.Structure({"release": new abap.types.Character(10, {"qualifiedName":"zif_abapgit_environment=>ty_release_sp-release"}), "sp": new abap.types.Character(10, {"qualifiedName":"zif_abapgit_environment=>ty_release_sp-sp"})}, "zif_abapgit_environment=>ty_release_sp", undefined, {}, {});}, "is_optional": " "}}}, "GET_SYSTEM_LANGUAGE_FILTER": {"visibility": "U", "parameters": {"RT_SYSTEM_LANGUAGE_FILTER": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({"sign": new abap.types.Character(1, undefined), "option": new abap.types.Character(2, undefined), "low": new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS"}), "high": new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS"})}, undefined, undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_environment=>ty_system_language_filter");}, "is_optional": " "}}}, "IS_VARIANT_MAINTENANCE": {"visibility": "U", "parameters": {"RV_IS_VARIANT_MAINTENANCE": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}}}, "INIT_PARALLEL_PROCESSING": {"visibility": "U", "parameters": {"RV_FREE_WORK_PROCESSES": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " "}, "IV_GROUP": {"type": () => {return new abap.types.Character();}, "is_optional": " "}}}}; } abap.Classes['ZIF_ABAPGIT_ENVIRONMENT'] = zif_abapgit_environment;zif_abapgit_environment.ty_release_sp = new abap.types.Structure({"release": new abap.types.Character(10, {"qualifiedName":"zif_abapgit_environment=>ty_release_sp-release"}), "sp": new abap.types.Character(10, {"qualifiedName":"zif_abapgit_environment=>ty_release_sp-sp"})}, "zif_abapgit_environment=>ty_release_sp", undefined, {}, {}); zif_abapgit_environment.ty_system_language_filter = abap.types.TableFactory.construct(new abap.types.Structure({"sign": new abap.types.Character(1, undefined), "option": new abap.types.Character(2, undefined), "low": new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS"}), "high": new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS"})}, undefined, undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_environment=>ty_system_language_filter"); export {zif_abapgit_environment}; //# sourceMappingURL=zif_abapgit_environment.intf.mjs.map |