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 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | // zif_abapgit_code_inspector.intf.abap
class zif_abapgit_code_inspector {
static INTERNAL_TYPE = 'INTF';
static INTERNAL_NAME = 'ZIF_ABAPGIT_CODE_INSPECTOR';
static ATTRIBUTES = {};
static METHODS = {"RUN": {"visibility": "U", "parameters": {"RT_LIST": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
"objtype": new abap.types.Character(4, {}),
"objname": new abap.types.Character(40, {}),
"sobjtype": new abap.types.Character(4, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-sobjtype"}),
"sobjname": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-sobjname"}),
"kind": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-kind"}),
"line": new abap.types.Numc({length: 6, qualifiedName: "zif_abapgit_code_inspector=>ty_result-line"}),
"col": new abap.types.Numc({length: 4, qualifiedName: "zif_abapgit_code_inspector=>ty_result-col"}),
"code": new abap.types.Character(10, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-code"}),
"test": new abap.types.Character(30, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-test"}),
"text": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_CODE_INSPECTOR=>TY_RESULT-TEXT"}),
"param1": new abap.types.Character(80, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-param1"}),
"param2": new abap.types.Character(20, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-param2"}),
"param3": new abap.types.Character(20, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-param3"}),
"param4": new abap.types.Character(20, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-param4"}),
"detail": new abap.types.XString({qualifiedName: "ZIF_ABAPGIT_CODE_INSPECTOR=>TY_RESULT-DETAIL"}),
"author": new abap.types.Character(12, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-author"})}, "zif_abapgit_code_inspector=>ty_result", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_code_inspector=>ty_results");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}, "IV_VARIANT": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"SCI_CHKV","ddicName":"SCI_CHKV","description":"SCI_CHKV"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}, "IV_SAVE": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}},
"IS_SUCCESSFUL": {"visibility": "U", "parameters": {"RV_SUCCESS": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "R", "type_name": "CharacterType"}}},
"GET_SUMMARY": {"visibility": "U", "parameters": {"RV_SUMMARY": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "R", "type_name": "StringType"}}},
"VALIDATE_CHECK_VARIANT": {"visibility": "U", "parameters": {"IV_CHECK_VARIANT_NAME": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"SCI_CHKV","ddicName":"SCI_CHKV","description":"SCI_CHKV"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}},
"LIST_GLOBAL_VARIANTS": {"visibility": "U", "parameters": {"RT_LIST": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
"name": new abap.types.Character(30, {"qualifiedName":"SCI_CHKV","ddicName":"SCI_CHKV","description":"SCI_CHKV"}),
"description": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_CODE_INSPECTOR=>TY_VARIANT-DESCRIPTION"})}, "zif_abapgit_code_inspector=>ty_variant", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_code_inspector=>ty_variants");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}}}};
}
abap.Classes['ZIF_ABAPGIT_CODE_INSPECTOR'] = zif_abapgit_code_inspector;zif_abapgit_code_inspector.ty_result = new abap.types.Structure({
"objtype": new abap.types.Character(4, {}),
"objname": new abap.types.Character(40, {}),
"sobjtype": new abap.types.Character(4, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-sobjtype"}),
"sobjname": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-sobjname"}),
"kind": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-kind"}),
"line": new abap.types.Numc({length: 6, qualifiedName: "zif_abapgit_code_inspector=>ty_result-line"}),
"col": new abap.types.Numc({length: 4, qualifiedName: "zif_abapgit_code_inspector=>ty_result-col"}),
"code": new abap.types.Character(10, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-code"}),
"test": new abap.types.Character(30, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-test"}),
"text": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_CODE_INSPECTOR=>TY_RESULT-TEXT"}),
"param1": new abap.types.Character(80, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-param1"}),
"param2": new abap.types.Character(20, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-param2"}),
"param3": new abap.types.Character(20, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-param3"}),
"param4": new abap.types.Character(20, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-param4"}),
"detail": new abap.types.XString({qualifiedName: "ZIF_ABAPGIT_CODE_INSPECTOR=>TY_RESULT-DETAIL"}),
"author": new abap.types.Character(12, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-author"})}, "zif_abapgit_code_inspector=>ty_result", undefined, {}, {});
zif_abapgit_code_inspector.ty_results = abap.types.TableFactory.construct(new abap.types.Structure({
"objtype": new abap.types.Character(4, {}),
"objname": new abap.types.Character(40, {}),
"sobjtype": new abap.types.Character(4, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-sobjtype"}),
"sobjname": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-sobjname"}),
"kind": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-kind"}),
"line": new abap.types.Numc({length: 6, qualifiedName: "zif_abapgit_code_inspector=>ty_result-line"}),
"col": new abap.types.Numc({length: 4, qualifiedName: "zif_abapgit_code_inspector=>ty_result-col"}),
"code": new abap.types.Character(10, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-code"}),
"test": new abap.types.Character(30, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-test"}),
"text": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_CODE_INSPECTOR=>TY_RESULT-TEXT"}),
"param1": new abap.types.Character(80, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-param1"}),
"param2": new abap.types.Character(20, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-param2"}),
"param3": new abap.types.Character(20, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-param3"}),
"param4": new abap.types.Character(20, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-param4"}),
"detail": new abap.types.XString({qualifiedName: "ZIF_ABAPGIT_CODE_INSPECTOR=>TY_RESULT-DETAIL"}),
"author": new abap.types.Character(12, {"qualifiedName":"zif_abapgit_code_inspector=>ty_result-author"})}, "zif_abapgit_code_inspector=>ty_result", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_code_inspector=>ty_results");
zif_abapgit_code_inspector.ty_variant = new abap.types.Structure({
"name": new abap.types.Character(30, {"qualifiedName":"SCI_CHKV","ddicName":"SCI_CHKV","description":"SCI_CHKV"}),
"description": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_CODE_INSPECTOR=>TY_VARIANT-DESCRIPTION"})}, "zif_abapgit_code_inspector=>ty_variant", undefined, {}, {});
zif_abapgit_code_inspector.ty_variants = abap.types.TableFactory.construct(new abap.types.Structure({
"name": new abap.types.Character(30, {"qualifiedName":"SCI_CHKV","ddicName":"SCI_CHKV","description":"SCI_CHKV"}),
"description": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_CODE_INSPECTOR=>TY_VARIANT-DESCRIPTION"})}, "zif_abapgit_code_inspector=>ty_variant", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_code_inspector=>ty_variants");
export {zif_abapgit_code_inspector}; |