I_BUDGETENTRYDOCTP

CDS View

Budget Entry Document Header - TP

I_BUDGETENTRYDOCTP is a CDS View in S/4HANA. Budget Entry Document Header - TP. It contains 41 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_BudgetEntryDocumentTP view from CONSUMPTION Budget Transfer

Fields (41)

KeyField CDS FieldsUsed in Views
KEY BudgetDocumentYear BudgetDocumentYear 1
KEY BudgetEntryDocument BudgetEntryDocument 1
KEY FinancialManagementArea FinancialManagementArea 1
BdgtAmendmentFormSpecification BdgtAmendmentFormSpecification 1
BdgtEntryDocReversalStatus BdgtEntryDocReversalStatus 1
BdgtEntryDocTitle BdgtEntryDocTitle 1
BudgetAmendmentForm BudgetAmendmentForm 1
BudgetDocYearForEdit BudgetDocYearForEdit 1
BudgetEntryDocForEdit BudgetEntryDocForEdit 1
BudgetEntryDocumentDescription BudgetEntryDocumentDescription 1
BudgetEntryDocumentStatus BudgetEntryDocumentStatus 1
BudgetEntryDocumentType BudgetEntryDocumentType 1
BudgetingProcess BudgetingProcess 1
BudgetingResponsiblePersonName BudgetingResponsiblePersonName 1
BudgetVersion BudgetVersion 1
CreatedByUser CreatedByUser 1
CreationDate CreationDate 1
CreationDateTime CreationDateTime 1
CreationTime CreationTime 1
DocumentDate DocumentDate 1
FinancialManagementAreaForEdit FinancialManagementAreaForEdit 1
FiscalTreasuryAgency FiscalTreasuryAgency 1
FiscalTreasuryBudgetAccount FiscalTreasuryBudgetAccount 1
FiscalTreasuryLegislationType FiscalTreasuryLegislationType 1
FiscalTreasuryLoanCohort FiscalTreasuryLoanCohort 1
LastChangeDate LastChangedDate 1
LastChangedByUser LastChangedByUser 1
PartnerCompany PartnerCompany 1
PostingDate PostingDate 1
PublicLaw PublicLaw 1
ReversalReason ReversalReason 1
ReversalRefBudgetEntryDocument ReversalRefBudgetEntryDocument 1
USFedAllocTransfAgencyTrdgPart USFedAllocTransfAgencyTrdgPart 1
USFedTradingPartnerAgency USFedTradingPartnerAgency 1
USFedTrdgPartAvailabilityType USFedTrdgPartAvailabilityType 1
USFedTrdgPartBeginPerdOfAvaily USFedTrdgPartBeginPerdOfAvaily 1
USFedTrdgPartBusEventTypeCode USFedTrdgPartBusEventTypeCode 1
USFedTrdgPartEndPerdOfAvaily USFedTrdgPartEndPerdOfAvaily 1
USFedTrdgPartMainAccount USFedTrdgPartMainAccount 1
USFedTrdgPartSubAccount USFedTrdgPartSubAccount 1
USFedTrdgPartSubLevelPrefix USFedTrdgPartSubLevelPrefix 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.

-- Budget Entry Document Header - TP
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BUDGETENTRYDOCTP (
    BUDGETDOCUMENTYEAR,
    BUDGETENTRYDOCUMENT,
    FINANCIALMANAGEMENTAREA,
    BDGTAMENDMENTFORMSPECIFICATION,
    BDGTENTRYDOCREVERSALSTATUS,
    BDGTENTRYDOCTITLE,
    BUDGETAMENDMENTFORM,
    BUDGETDOCYEARFOREDIT,
    BUDGETENTRYDOCFOREDIT,
    BUDGETENTRYDOCUMENTDESCRIPTION,
    BUDGETENTRYDOCUMENTSTATUS,
    BUDGETENTRYDOCUMENTTYPE,
    BUDGETINGPROCESS,
    BUDGETINGRESPONSIBLEPERSONNAME,
    BUDGETVERSION,
    CREATEDBYUSER,
    CREATIONDATE,
    CREATIONDATETIME,
    CREATIONTIME,
    DOCUMENTDATE,
    FINANCIALMANAGEMENTAREAFOREDIT,
    FISCALTREASURYAGENCY,
    FISCALTREASURYBUDGETACCOUNT,
    FISCALTREASURYLEGISLATIONTYPE,
    FISCALTREASURYLOANCOHORT,
    LASTCHANGEDATE,
    LASTCHANGEDBYUSER,
    PARTNERCOMPANY,
    POSTINGDATE,
    PUBLICLAW,
    REVERSALREASON,
    REVERSALREFBUDGETENTRYDOCUMENT,
    USFEDALLOCTRANSFAGENCYTRDGPART,
    USFEDTRADINGPARTNERAGENCY,
    USFEDTRDGPARTAVAILABILITYTYPE,
    USFEDTRDGPARTBEGINPERDOFAVAILY,
    USFEDTRDGPARTBUSEVENTTYPECODE,
    USFEDTRDGPARTENDPERDOFAVAILY,
    USFEDTRDGPARTMAINACCOUNT,
    USFEDTRDGPARTSUBACCOUNT,
    USFEDTRDGPARTSUBLEVELPREFIX,
    PRIMARY KEY (BUDGETDOCUMENTYEAR, BUDGETENTRYDOCUMENT, FINANCIALMANAGEMENTAREA)
);