Skip to content

Commit 14083ec

Browse files
deploy: 952e66a
1 parent 952e66a commit 14083ec

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

output/_init.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ import "./wwwdatatab.tabl.mjs";
457457
import "./wwwparams.tabl.mjs";
458458
import "./xfeld.dtel.mjs";
459459
import "./xsdboolean.dtel.mjs";
460+
import "./xsddatetime_z.dtel.mjs";
460461
import "./xsdtime_t.dtel.mjs";
461462
import "./z2ui5_cl_ajson.clas.mjs";
462463
import "./z2ui5_cl_ajson_filter_lib.clas.mjs";

output/init.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ await import("./wwwdatatab.tabl.mjs");
458458
await import("./wwwparams.tabl.mjs");
459459
await import("./xfeld.dtel.mjs");
460460
await import("./xsdboolean.dtel.mjs");
461+
await import("./xsddatetime_z.dtel.mjs");
461462
await import("./xsdtime_t.dtel.mjs");
462463
await import("./z2ui5_cl_ajson.clas.mjs");
463464
await import("./z2ui5_cl_ajson_filter_lib.clas.mjs");

output/xsddatetime_z.dtel.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
abap.DDIC["XSDDATETIME_Z"] = {
2+
"objectType": "DTEL",
3+
"type": new abap.types.Packed({length: 15, decimals: 0, qualifiedName: "XSDDATETIME_Z"}),
4+
"domain": "XSDDATETIME_Z",
5+
"fixedValues": [],
6+
};

0 commit comments

Comments
 (0)