ATP_BOP_CSS
Custom Sort Sequences for BOP
ATP_BOP_CSS is an SAP database table in S/4HANA. Custom Sort Sequences for BOP. It contains 12 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ABOPCustomSort | view | from | BASIC | ABOP Custom Sort Sequence |
| I_ABOPCustomSortVH | view | from | BASIC | Value Help for ABOP Custom Sort Name |
Fields (12)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | abopcustomsortuuid | ATP_BOP_CUST_SORT_SEQ_UUID | Cust. Sort Seq. UUID | |||
| abopcustomsortname | ATP_BOP_CUST_SORT_SEQ_NAME | Sequence Name | ||||
| abopsortattribute | ATP_BOP_SORT_ATTRIBUTE | Sort Attribute | ||||
| isdefaultsortsequence | ATP_BOP_CSS_IS_DEFAULT | Def. Cust. Sort Seq. | ||||
| creationdatetime | ATP_BOP_CREATIONDATETIME | Created On | ||||
| createdbyuser | ERNAM | Created By | ||||
| lastchangedatetime | ATP_BOP_LASTCHANGEDATETIME | Changed On | ||||
| lastchangedbyuser | AENAM | Changed By | ||||
| abopsortattributefldpathuuid | PRODALLOCCHARCCTLGPATHUUID | Product Allocation Characteristic Catalog Path UUID | ||||
| abopsortattributefldpathintid | PRODALLOCCHARCCTLGPATHINTID | Catalog Path Internal ID | ||||
| lastusageutcdatetime | ATP_BOP_LASTUSAGEDATETIME | Used On |
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.
-- Custom Sort Sequences for BOP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ATP_BOP_CSS (
MANDT, -- Client [MANDT]
ABOPCUSTOMSORTUUID, -- Cust. Sort Seq. UUID [ATP_BOP_CUST_SORT_SEQ_UUID]
ABOPCUSTOMSORTNAME, -- Sequence Name [ATP_BOP_CUST_SORT_SEQ_NAME]
ABOPSORTATTRIBUTE, -- Sort Attribute [ATP_BOP_SORT_ATTRIBUTE]
ISDEFAULTSORTSEQUENCE, -- Def. Cust. Sort Seq. [ATP_BOP_CSS_IS_DEFAULT]
CREATIONDATETIME, -- Created On [ATP_BOP_CREATIONDATETIME]
CREATEDBYUSER, -- Created By [ERNAM]
LASTCHANGEDATETIME, -- Changed On [ATP_BOP_LASTCHANGEDATETIME]
LASTCHANGEDBYUSER, -- Changed By [AENAM]
ABOPSORTATTRIBUTEFLDPATHUUID, -- Product Allocation Characteristic Catalog Path UUID [PRODALLOCCHARCCTLGPATHUUID]
ABOPSORTATTRIBUTEFLDPATHINTID, -- Catalog Path Internal ID [PRODALLOCCHARCCTLGPATHINTID]
LASTUSAGEUTCDATETIME, -- Used On [ATP_BOP_LASTUSAGEDATETIME]
PRIMARY KEY (MANDT, ABOPCUSTOMSORTUUID)
);
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