b1-sl
Version:
library for connection and session management of the service layer sap b1
12 lines (9 loc) • 344 B
JavaScript
const BoUTBTableType = {
bott_DocumentLines: 'bott_DocumentLines',
bott_MasterDataLines: 'bott_MasterDataLines',
bott_NoObject: 'bott_NoObject',
bott_NoObjectAutoIncrement: 'bott_NoObjectAutoIncrement',
bott_MasterData: 'bott_MasterData',
bott_Document: 'bott_Document',
}
module.exports = BoUTBTableType;