b1-sl
Version:
library for connection and session management of the service layer sap b1
22 lines (16 loc) • 463 B
JavaScript
class UserTablesMD {
constructor() {
this.TableName = new String();
this.TableDescription = new String();
this.TableType = new String();
this.Archivable = new String();
this.ArchiveDateField = new String();
this.sapObjectName = 'UserTablesMD';
}
TableName;
TableDescription;
TableType;
Archivable;
ArchiveDateField;
}
module.exports = UserTablesMD;