_POSITIONIDENTIFIER

_POSITIONIDENTIFIER is an SAP database table in S/4HANA. It contains 32 fields.

Fields (32)

KeyField CDS FieldsUsed in Views
CentralClearingAccount CentralClearingAccount 1
CentralClearingAccountCurrency CentralClearingAccountCurrency 1
CompanyCode CompanyCode 2
CostCenter CostCenter 2
DifferentiationPortfolio DifferentiationPortfolio 2
FinancialExposureItem FinancialExposureItem 2
FinancialExposureSubItem FinancialExposureSubItem 2
FinancialInstrumentProductType FinancialInstrumentProductType 2
FinancialInstrValuationClass FinancialInstrValuationClass 2
FinancialTransaction FinancialTransaction 2
FunctionalArea FunctionalArea 3
Fund Fund 3
GrantID GrantID 3
LoanContract LoanContract 1
ProfitCenter ProfitCenter 2
SecurityAccount SecurityAccount 2
SecurityAccountGroup SecurityAccountGroup 2
SecurityClass SecurityClass 2
Trader Trader 1
TreasuryPosition TreasuryPosition 1
TreasuryPositionAccount TreasuryPositionAccount 1
TreasuryPositionLongShortCode TreasuryPositionLongShortCode 2
TreasuryPositionLot TreasuryPositionLot 1
TreasuryPositionLotUUID TreasuryPositionLot 1
TreasuryValuationArea TreasuryValuationArea 2
TreasuryValuationClass TreasuryValuationClass 2
TrsyPosCustomDiffntnTerm1 TrsyPosCustomDiffntnTerm1 3
TrsyPosCustomDiffntnTerm2 TrsyPosCustomDiffntnTerm2 3
TrsyPosCustomDiffntnTerm3 TrsyPosCustomDiffntnTerm3 3
TrsyPosCustomDiffntnTerm4 TrsyPosCustomDiffntnTerm4 3
TrsyPosCustomDiffntnTerm5 TrsyPosCustomDiffntnTerm5 3
WBSElementInternalID WBSElementInternalID 2

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 _POSITIONIDENTIFIER (
    CENTRALCLEARINGACCOUNT,
    CENTRALCLEARINGACCOUNTCURRENCY,
    COMPANYCODE,
    COSTCENTER,
    DIFFERENTIATIONPORTFOLIO,
    FINANCIALEXPOSUREITEM,
    FINANCIALEXPOSURESUBITEM,
    FINANCIALINSTRUMENTPRODUCTTYPE,
    FINANCIALINSTRVALUATIONCLASS,
    FINANCIALTRANSACTION,
    FUNCTIONALAREA,
    FUND,
    GRANTID,
    LOANCONTRACT,
    PROFITCENTER,
    SECURITYACCOUNT,
    SECURITYACCOUNTGROUP,
    SECURITYCLASS,
    TRADER,
    TREASURYPOSITION,
    TREASURYPOSITIONACCOUNT,
    TREASURYPOSITIONLONGSHORTCODE,
    TREASURYPOSITIONLOT,
    TREASURYPOSITIONLOTUUID,
    TREASURYVALUATIONAREA,
    TREASURYVALUATIONCLASS,
    TRSYPOSCUSTOMDIFFNTNTERM1,
    TRSYPOSCUSTOMDIFFNTNTERM2,
    TRSYPOSCUSTOMDIFFNTNTERM3,
    TRSYPOSCUSTOMDIFFNTNTERM4,
    TRSYPOSCUSTOMDIFFNTNTERM5,
    WBSELEMENTINTERNALID
);