VBSK
Collective Processing for a Sales Document Header
VBSK is an SAP database table in S/4HANA. Collective Processing for a Sales Document Header. It contains 27 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CollectiveProcessing | view | from | BASIC | Collective Processing for Sales Orders |
Fields (27)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | sammg | sammg | Group | |||
| smart | smart | Group Type | ||||
| ernam | ernam | Created By | ||||
| erdat | erdat | Created On | ||||
| uzeit | uzeit | Time | ||||
| vbnum | vbnum | Created docs | ||||
| ernum | ernum | No. of errors | ||||
| brgew | brgew_sg | Gross weight | ||||
| gewei | gewei | Unit of Weight | ||||
| volum | volum_sg | Volume | ||||
| voleh | voleh | Volume Unit | ||||
| vstel | vstel | Shipping Point | ||||
| vtext | bezei30 | Description | ||||
| maxzt | maxzt | Maximum time | ||||
| programm | programm | Program Name | ||||
| selset | variant | Variant | ||||
| batch | batch_coll | Background | ||||
| anzlp | anzlp | NoDlvItems | ||||
| anzgp | anzgp | NoItmsRead | ||||
| anzgi | anzgi | NoIndRead | ||||
| kwpro | kw_profil | Pick.waves prfl | ||||
| kaptp | kaptprog | Shift Definition | ||||
| lgnum | lgnum | Warehouse No. | ||||
| bedat | beleg_datum | Document date | ||||
| wrast | wrast | Timeslot group | ||||
| collectiverun_uuid | guid | GUID |
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.
-- Collective Processing for a Sales Document Header
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE VBSK (
MANDT, -- Client [mandt]
SAMMG, -- Group [sammg]
SMART, -- Group Type [smart]
ERNAM, -- Created By [ernam]
ERDAT, -- Created On [erdat]
UZEIT, -- Time [uzeit]
VBNUM, -- Created docs [vbnum]
ERNUM, -- No. of errors [ernum]
BRGEW, -- Gross weight [brgew_sg]
GEWEI, -- Unit of Weight [gewei]
VOLUM, -- Volume [volum_sg]
VOLEH, -- Volume Unit [voleh]
VSTEL, -- Shipping Point [vstel]
VTEXT, -- Description [bezei30]
MAXZT, -- Maximum time [maxzt]
PROGRAMM, -- Program Name [programm]
SELSET, -- Variant [variant]
BATCH, -- Background [batch_coll]
ANZLP, -- NoDlvItems [anzlp]
ANZGP, -- NoItmsRead [anzgp]
ANZGI, -- NoIndRead [anzgi]
KWPRO, -- Pick.waves prfl [kw_profil]
KAPTP, -- Shift Definition [kaptprog]
LGNUM, -- Warehouse No. [lgnum]
BEDAT, -- Document date [beleg_datum]
WRAST, -- Timeslot group [wrast]
COLLECTIVERUN_UUID, -- GUID [guid]
PRIMARY KEY (MANDT, SAMMG)
);
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