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 | 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_aff_smtg_v1.intf.abap
class zif_abapgit_aff_smtg_v1 {
static INTERNAL_TYPE = 'INTF';
static INTERNAL_NAME = 'ZIF_ABAPGIT_AFF_SMTG_V1';
static ATTRIBUTES = {};
static METHODS = {};
}
abap.Classes['ZIF_ABAPGIT_AFF_SMTG_V1'] = zif_abapgit_aff_smtg_v1;zif_abapgit_aff_smtg_v1.ty_general_information = new abap.types.Structure({
"template_description": new abap.types.Character(255, {"qualifiedName":"zif_abapgit_aff_smtg_v1=>ty_general_information-template_description"}),
"cds_view": new abap.types.Character(30, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_object_name_30"}),
"is_predelivered": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
"email_subject": new abap.types.Character(255, {"qualifiedName":"zif_abapgit_aff_smtg_v1=>ty_general_information-email_subject"}),
"is_plaintext_auto_generated": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"})}, "zif_abapgit_aff_smtg_v1=>ty_general_information", undefined, {}, {});
zif_abapgit_aff_smtg_v1.ty_template_content = new abap.types.Structure({
"name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_AFF_SMTG_V1=>TY_TEMPLATE_CONTENT-NAME"})}, "zif_abapgit_aff_smtg_v1=>ty_template_content", undefined, {}, {});
zif_abapgit_aff_smtg_v1.ty_template_contents = abap.types.TableFactory.construct(new abap.types.Structure({
"name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_AFF_SMTG_V1=>TY_TEMPLATE_CONTENT-NAME"})}, "zif_abapgit_aff_smtg_v1=>ty_template_content", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_aff_smtg_v1=>ty_template_contents");
zif_abapgit_aff_smtg_v1.ty_main = new abap.types.Structure({
"format_version": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_AFF_TYPES_V1=>TY_FORMAT_VERSION"}),
"header": new abap.types.Structure({
"description": new abap.types.Character(60, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_description_60"}),
"original_language": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_original_language","conversionExit":"ISOLA"}),
"abap_language_version": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_abap_language_version"})}, "zif_abapgit_aff_types_v1=>ty_header_60", undefined, {}, {}),
"general_information": new abap.types.Structure({
"template_description": new abap.types.Character(255, {"qualifiedName":"zif_abapgit_aff_smtg_v1=>ty_general_information-template_description"}),
"cds_view": new abap.types.Character(30, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_object_name_30"}),
"is_predelivered": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
"email_subject": new abap.types.Character(255, {"qualifiedName":"zif_abapgit_aff_smtg_v1=>ty_general_information-email_subject"}),
"is_plaintext_auto_generated": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"})}, "zif_abapgit_aff_smtg_v1=>ty_general_information", undefined, {}, {}),
"template_content": abap.types.TableFactory.construct(new abap.types.Structure({
"name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_AFF_SMTG_V1=>TY_TEMPLATE_CONTENT-NAME"})}, "zif_abapgit_aff_smtg_v1=>ty_template_content", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_aff_smtg_v1=>ty_template_contents")}, "zif_abapgit_aff_smtg_v1=>ty_main", undefined, {}, {});
export {zif_abapgit_aff_smtg_v1}; |