_BOTYPE

_BOTYPE is an SAP database table in S/4HANA. It contains 8 fields.

Fields (8)

KeyField CDS FieldsUsed in Views
bo_type bo_type,BoType,BusinessObjectType 21
BusinessObjectTypeDescription BusinessObjectTypeDescription,DocumentTypeDescription,LinkedDocumentTypeDescription 5
KeyFieldName KeyFieldName 3
object_key_name KeyFieldName,ObjectKeyName 3
semantic_action SemanticAction,SemanticObjectAction 3
semantic_object SemanticObject 3
SemanticAction SemanticAction 3
SemanticObject SemanticObject 3

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _BOTYPE (
    BO_TYPE,
    BUSINESSOBJECTTYPEDESCRIPTION,
    KEYFIELDNAME,
    OBJECT_KEY_NAME,
    SEMANTIC_ACTION,
    SEMANTIC_OBJECT,
    SEMANTICACTION,
    SEMANTICOBJECT
);