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 | 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 | // if_fdt_types.intf.abap
class if_fdt_types {
static INTERNAL_TYPE = 'INTF';
static INTERNAL_NAME = 'IF_FDT_TYPES';
static ATTRIBUTES = {};
static METHODS = {};
}
abap.Classes['IF_FDT_TYPES'] = if_fdt_types;if_fdt_types.element_number = new abap.types.Numc({length: 34, qualifiedName: "if_fdt_types=>element_number"});
if_fdt_types.id = new abap.types.Character(32, {"qualifiedName":"if_fdt_types=>id","ddicName":"SYSUUID_C32","description":"UUID"});
if_fdt_types.object_type = new abap.types.Character(2, {"qualifiedName":"if_fdt_types=>object_type"});
if_fdt_types.s_message = new abap.types.Structure({
"id": new abap.types.Character(32, {"qualifiedName":"if_fdt_types=>id","ddicName":"SYSUUID_C32","description":"UUID"}),
"object_type": new abap.types.Character(2, {"qualifiedName":"if_fdt_types=>object_type"}),
"msgid": new abap.types.Character(20, {"qualifiedName":"SYMSGID","ddicName":"SYMSGID","description":"SYMSGID"}),
"msgty": new abap.types.Character(1, {"qualifiedName":"SYMSGTY","ddicName":"SYMSGTY","description":"SYMSGTY"}),
"msgno": new abap.types.Numc({length: 3, qualifiedName: "SYMSGNO"}),
"msgv1": new abap.types.Character(50, {"qualifiedName":"SYMSGV","ddicName":"SYMSGV","description":"SYMSGV"}),
"msgv2": new abap.types.Character(50, {"qualifiedName":"SYMSGV","ddicName":"SYMSGV","description":"SYMSGV"}),
"msgv3": new abap.types.Character(50, {"qualifiedName":"SYMSGV","ddicName":"SYMSGV","description":"SYMSGV"}),
"msgv4": new abap.types.Character(50, {"qualifiedName":"SYMSGV","ddicName":"SYMSGV","description":"SYMSGV"}),
"text": new abap.types.Character(250, {"qualifiedName":"if_fdt_types=>s_message-text"}),
"source": new abap.types.String({qualifiedName: "IF_FDT_TYPES=>S_MESSAGE-SOURCE"}),
"related_id": new abap.types.Character(32, {"qualifiedName":"if_fdt_types=>id","ddicName":"SYSUUID_C32","description":"UUID"}),
"r_ref": new abap.types.DataReference(new abap.types.Character(4))}, "if_fdt_types=>s_message", undefined, {}, {});
if_fdt_types.t_message = abap.types.TableFactory.construct(new abap.types.Structure({
"id": new abap.types.Character(32, {"qualifiedName":"if_fdt_types=>id","ddicName":"SYSUUID_C32","description":"UUID"}),
"object_type": new abap.types.Character(2, {"qualifiedName":"if_fdt_types=>object_type"}),
"msgid": new abap.types.Character(20, {"qualifiedName":"SYMSGID","ddicName":"SYMSGID","description":"SYMSGID"}),
"msgty": new abap.types.Character(1, {"qualifiedName":"SYMSGTY","ddicName":"SYMSGTY","description":"SYMSGTY"}),
"msgno": new abap.types.Numc({length: 3, qualifiedName: "SYMSGNO"}),
"msgv1": new abap.types.Character(50, {"qualifiedName":"SYMSGV","ddicName":"SYMSGV","description":"SYMSGV"}),
"msgv2": new abap.types.Character(50, {"qualifiedName":"SYMSGV","ddicName":"SYMSGV","description":"SYMSGV"}),
"msgv3": new abap.types.Character(50, {"qualifiedName":"SYMSGV","ddicName":"SYMSGV","description":"SYMSGV"}),
"msgv4": new abap.types.Character(50, {"qualifiedName":"SYMSGV","ddicName":"SYMSGV","description":"SYMSGV"}),
"text": new abap.types.Character(250, {"qualifiedName":"if_fdt_types=>s_message-text"}),
"source": new abap.types.String({qualifiedName: "IF_FDT_TYPES=>S_MESSAGE-SOURCE"}),
"related_id": new abap.types.Character(32, {"qualifiedName":"if_fdt_types=>id","ddicName":"SYSUUID_C32","description":"UUID"}),
"r_ref": new abap.types.DataReference(new abap.types.Character(4))}, "if_fdt_types=>s_message", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["ID","OBJECT_TYPE"]},"secondary":[]}, "if_fdt_types=>t_message");
export {if_fdt_types}; |