@abaplint/core
Version:
abaplint - Core API
12 lines • 392 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LOBHandle = void 0;
const combi_1 = require("../combi");
const Expressions = require(".");
class LOBHandle extends combi_1.Expression {
getRunnable() {
return (0, combi_1.seq)("WRITER FOR COLUMNS", Expressions.Field);
}
}
exports.LOBHandle = LOBHandle;
//# sourceMappingURL=lob_handle.js.map