biuan SAP® BUSINESS ONE SDK
API Bo UDO Obj Type
Bo UDO Obj Type Enumeration

Description

Specifies the object types for user defined objects.

Members

MemberValueDescription
boud_MasterData1A Master Data type object 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.
boud_Document3A Document type object 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.

Remarks

For details, see User Defined Object documentation.

SAP® B1 DI-API C# definition

public enum BoUDOObjType { boud_MasterData = 1, boud_Document = 3 }


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