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_aff_docu_v1.intf.abap
class zif_abapgit_aff_docu_v1 {
static INTERNAL_TYPE = 'INTF';
static INTERNAL_NAME = 'ZIF_ABAPGIT_AFF_DOCU_V1';
static ATTRIBUTES = {};
static METHODS = {};
}
abap.Classes['ZIF_ABAPGIT_AFF_DOCU_V1'] = zif_abapgit_aff_docu_v1;zif_abapgit_aff_docu_v1.ty_line = new abap.types.Structure({
"format": new abap.types.Character(2, {"qualifiedName":"zif_abapgit_aff_docu_v1=>ty_line-format"}),
"line": new abap.types.Character(72, {"qualifiedName":"zif_abapgit_aff_docu_v1=>ty_line-line"})}, "zif_abapgit_aff_docu_v1=>ty_line", undefined, {}, {});
zif_abapgit_aff_docu_v1.ty_lines = abap.types.TableFactory.construct(new abap.types.Structure({
"format": new abap.types.Character(2, {"qualifiedName":"zif_abapgit_aff_docu_v1=>ty_line-format"}),
"line": new abap.types.Character(72, {"qualifiedName":"zif_abapgit_aff_docu_v1=>ty_line-line"})}, "zif_abapgit_aff_docu_v1=>ty_line", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_aff_docu_v1=>ty_lines");
zif_abapgit_aff_docu_v1.ty_main = new abap.types.Structure({
"format_version": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_AFF_TYPES_V1=>TY_FORMAT_VERSION"}),
"lines": abap.types.TableFactory.construct(new abap.types.Structure({
"format": new abap.types.Character(2, {"qualifiedName":"zif_abapgit_aff_docu_v1=>ty_line-format"}),
"line": new abap.types.Character(72, {"qualifiedName":"zif_abapgit_aff_docu_v1=>ty_line-line"})}, "zif_abapgit_aff_docu_v1=>ty_line", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_aff_docu_v1=>ty_lines")}, "zif_abapgit_aff_docu_v1=>ty_main", undefined, {}, {});
export {zif_abapgit_aff_docu_v1}; |