P_TIMEDEPDNTVERSASSGMTNEXT

CDS View

P_TIMEDEPDNTVERSASSGMTNEXT is a CDS View in S/4HANA. It contains 4 fields. 11 CDS views read from this table.

CDS Views using this table (11)

ViewTypeJoinVDMDescription
FIES_CalculateTaxReportingD10 view from Upd VATDATE: Helper for cocd without SII
I_ZA_StRpRevenueExpenseLineC view left_outer COMPOSITE South Africa Revenue Expense Lines
I_ZA_StRpTaxItemCube view left_outer COMPOSITE South Africa Tax Items for VAT Reporting
I_ZA_StRpTaxItemLogCube view left_outer COMPOSITE South Africa Tax Items for VAT Rpg with Rptd Log info
P_ES_TaxReturnBoxCheckCorr view inner COMPOSITE
P_MX_TaxBoxStructureType view from COMPOSITE
P_PH_ClearingDocTaxAmount view inner COMPOSITE
P_PH_PRGroupTaxItem view inner COMPOSITE
P_PH_PRTaxItemNew view inner COMPOSITE
P_TaxGroupingVersion view from COMPOSITE
P_TaxGroupingVersion view union_all COMPOSITE

Fields (4)

KeyField CDS FieldsUsed in Views
KEY fdatu TaxBoxStrucValidityStartDate 3
KEY land1 Country 1
KEY verstax TaxBoxStructureType,TaxItemGroupingVersion 4
fdatu_to TaxBoxStrucValidityEndDate 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 P_TIMEDEPDNTVERSASSGMTNEXT (
    FDATU,
    LAND1,
    VERSTAX,
    FDATU_TO,
    PRIMARY KEY (FDATU, LAND1, VERSTAX)
);