ESLH
Service Package Header Data
ESLH is an SAP database table in S/4HANA. Service Package Header Data. It contains 20 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_ServPkgHead | view | from | BASIC |
Fields (20)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | packno | packno | Package number | |||
| del | del | Deletion Ind. | ||||
| fpackno | fpackno | Parent | ||||
| hpackno | hpackno | Package no. | ||||
| knumv | knumv | Doc. Condition | ||||
| ebeln | ebeln | Purchasing Doc. | ||||
| ebelp | ebelp | Item | ||||
| bstyp | bstyp | Doc. Category | ||||
| waers | waers | Currency | ||||
| cuobj | cuobj | Int. object no. | ||||
| sum_netwr | netwr | Net Value | ||||
| iwein | iwein | Unit | ||||
| sum_work | int_work | Work | ||||
| int_use | int_use | Service package is used for internal services | ||||
| wkurs | wkurs | Exchange Rate | ||||
| vbeln | vbeln | SD Document | ||||
| posnr | posnr | Item | ||||
| vbtyp | vbtypl | Document Cat. | ||||
| _dataaging | data_temperature | Data Aging |
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.
-- Service Package Header Data
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ESLH (
MANDT, -- Client [mandt]
PACKNO, -- Package number [packno]
DEL, -- Deletion Ind. [del]
FPACKNO, -- Parent [fpackno]
HPACKNO, -- Package no. [hpackno]
KNUMV, -- Doc. Condition [knumv]
EBELN, -- Purchasing Doc. [ebeln]
EBELP, -- Item [ebelp]
BSTYP, -- Doc. Category [bstyp]
WAERS, -- Currency [waers]
CUOBJ, -- Int. object no. [cuobj]
SUM_NETWR, -- Net Value [netwr]
IWEIN, -- Unit [iwein]
SUM_WORK, -- Work [int_work]
INT_USE, -- Service package is used for internal services [int_use]
WKURS, -- Exchange Rate [wkurs]
VBELN, -- SD Document [vbeln]
POSNR, -- Item [posnr]
VBTYP, -- Document Cat. [vbtypl]
_DATAAGING, -- Data Aging [data_temperature]
PRIMARY KEY (MANDT, PACKNO)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA