biuan SAP® BUSINESS ONE SDK
API Bo UTB Table Type
Bo UTB Table Type Enumeration

Description

Specifies the table types for user defined tables.

Members

MemberValueDescription
bott_NoObject0(Default) A No Object type refers to a user table that cannot be linked to a user defined object. The default table includes Code and Name fields only.
bott_MasterData1A Master Data type table refers to a collection of information about a person or an object, such as a cost object, business partner, or G/L account. For example, a business partner master record contains not only general information such as the business partner's name and address, but also specific information, such as payment terms and delivery instructions. Generally for end-users, master data is reference data that you will look up and use, but not create or change.
bott_MasterDataLines2A Master Data Lines type refers as a child of Master Data type. For example, list of addresses related to a business partner.
bott_Document3A Document type table refers to transactional data, which is data related to a single business event such as a purchase requisition or a request for payment. When you create a requisition, for example, SAP creates an electronic document for that particular transaction. SAP gives the transaction a document number and adds the document to the transaction data that is already in the system. Whenever you complete a transaction in SAP, that is, when you create, change, or print a document in SAP, this document number appears at the bottom of the screen.
bott_DocumentLines4A Document Lines type refers as a child of Document type. For example, Content tab in Invoice document.
bott_NoObjectAutoIncrement5

Remarks

For each user table type, SAP Business One provides a default table. You can add user fields to the default user fields but not remove them.

For the default fields provided for each table type, see User Defined Object documentation.

SAP® B1 DI-API C# definition

public enum BoUTBTableType { bott_NoObject, bott_MasterData, bott_MasterDataLines, bott_Document, bott_DocumentLines, bott_NoObjectAutoIncrement }


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates