@abaplint/core
Version:
abaplint - Core API
21 lines • 561 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BusinessCatalog = void 0;
const _abstract_object_1 = require("./_abstract_object");
class BusinessCatalog extends _abstract_object_1.AbstractObject {
getType() {
return "SIA1";
}
getAllowedNaming() {
return {
maxLength: 200,
allowNamespace: true,
};
}
getDescription() {
// todo
return undefined;
}
}
exports.BusinessCatalog = BusinessCatalog;
//# sourceMappingURL=business_catalog.js.map