CPE_FORMROUNDING
CPE Formula Rounding
CPE_FORMROUNDING is an SAP database table in S/4HANA. CPE Formula Rounding. It contains 10 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CmmdtyPrcgCndnFmlaRounding | view_entity | from | BASIC | Rounding for Pricing Condition Formula |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | MANDT | Client | |||
| KEY | docitemcond_guid | CPET_DOCITEMCOND_GUID | Doc. Cond. Item GUID | |||
| KEY | convplace | CPET_CONVPLACE | Conv. Place | |||
| KEY | termgroup | CPET_TERMGROUP | Term Group | |||
| KEY | formid | CPET_FORMID | Formula Key | |||
| roundrule | CPET_ROUNDRULE | Rounding Rule | ||||
| roundrout | CPET_ROUNDROUT | Round. Routine | ||||
| numdecs | CPET_NUMDECS | Dec. Places Rnd | ||||
| numtens | CPET_NUMTENS | Predec. Rndng | ||||
| formroundin_guid | CPET_FORMROUNDIN_GUID | Round.Inp. 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.
-- CPE Formula Rounding
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CPE_FORMROUNDING (
CLIENT, -- Client [MANDT]
DOCITEMCOND_GUID, -- Doc. Cond. Item GUID [CPET_DOCITEMCOND_GUID]
CONVPLACE, -- Conv. Place [CPET_CONVPLACE]
TERMGROUP, -- Term Group [CPET_TERMGROUP]
FORMID, -- Formula Key [CPET_FORMID]
ROUNDRULE, -- Rounding Rule [CPET_ROUNDRULE]
ROUNDROUT, -- Round. Routine [CPET_ROUNDROUT]
NUMDECS, -- Dec. Places Rnd [CPET_NUMDECS]
NUMTENS, -- Predec. Rndng [CPET_NUMTENS]
FORMROUNDIN_GUID, -- Round.Inp. GUID [CPET_FORMROUNDIN_GUID]
PRIMARY KEY (CLIENT, DOCITEMCOND_GUID, CONVPLACE, TERMGROUP, FORMID)
);
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