_HEADERDETAILS

_HEADERDETAILS is an SAP database table in S/4HANA. It contains 7 fields.

Fields (7)

KeyField CDS FieldsUsed in Views
ElectronicDocProcessText ElectronicDocProcessText 2
ElectronicDocProcStatusText ElectronicDocProcStatusText 2
IN_DocumentSectionCode IN_DocumentSectionCode 2
IN_EDocEInvcExtNmbr IN_EDocEInvcExtNmbr 1
IN_GSTIdentificationNumber IN_GSTIdentificationNumber 2
IN_PrtnGSTIdentificationNmbr IN_PrtnGSTIdentificationNmbr 2
ReportingDate ReportingDate 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 _HEADERDETAILS (
    ELECTRONICDOCPROCESSTEXT,
    ELECTRONICDOCPROCSTATUSTEXT,
    IN_DOCUMENTSECTIONCODE,
    IN_EDOCEINVCEXTNMBR,
    IN_GSTIDENTIFICATIONNUMBER,
    IN_PRTNGSTIDENTIFICATIONNMBR,
    REPORTINGDATE
);