_SECURITYCLASS

_SECURITYCLASS is an SAP database table in S/4HANA. It contains 11 fields.

Fields (11)

KeyField CDS FieldsUsed in Views
FinancialInstrProductCategory FinancialInstrProductCategory 1
FinancialInstrumentProductType FinancialInstrumentProductType 4
IssueCurrency IssueCurrency 1
Issuer Issuer 6
ScrtyClassGenClassification ScrtyClassGenClassification 1
SecurityClassDescription SecurityClassDescription 2
SecurityClassIsListed SecurityClassIsListed 1
SecurityClassIsPledgeable SecurityClassIsPledgeable 1
SecurityClassName SecurityClassName 5
SecurityClassQuotation SecurityClassQuotation 1
SecurityClassTransferType SecurityClassTransferType 1

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 _SECURITYCLASS (
    FINANCIALINSTRPRODUCTCATEGORY,
    FINANCIALINSTRUMENTPRODUCTTYPE,
    ISSUECURRENCY,
    ISSUER,
    SCRTYCLASSGENCLASSIFICATION,
    SECURITYCLASSDESCRIPTION,
    SECURITYCLASSISLISTED,
    SECURITYCLASSISPLEDGEABLE,
    SECURITYCLASSNAME,
    SECURITYCLASSQUOTATION,
    SECURITYCLASSTRANSFERTYPE
);