FAC_AUDIT_Z3_OrderType
Order Type
FAC_AUDIT_Z3_OrderType is a CDS View that provides data about "Order Type" in SAP S/4HANA. It reads from 1 data source (I_OrderType) and exposes 29 fields with key field OrderType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_OrderType | I_OrderType | from |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| P_Language | sylangu |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FAC_ORDERTYP | view | |
| EndUserText.label | Order Type | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view |
Fields (29)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrderType | OrderType | Order Type | |
| OrderTypeName | ||||
| SystemClient | System Client | |||
| OrderCategory | OrderCategory | Order Category | ||
| OrderCategoryName | ||||
| OrderNumberRange | OrderNumberRange | Number range Orders | ||
| CommitmentsMgmtActvtnStatus | CommitmentsMgmtActvtnStatus | Commitment Update | ||
| RevenuePostingIsAllowed | RevenuePostingIsAllowed | Revenues | ||
| StatusProfile | StatusProfile | Status Profile | ||
| ControllingSettlementProfile | ControllingSettlementProfile | Settlement Profile | ||
| PlanningProfile | PlanningProfile | Plng Profile | ||
| CtrlgTotalsRecordActvtnStatus | CtrlgTotalsRecordActvtnStatus | CO Partner | ||
| ResidenceTime1 | ResidenceTime1 | Residence Time1 | ||
| ResidenceTime2 | ResidenceTime2 | Residence Time2 | ||
| OrderIsToBeClassified | OrderIsToBeClassified | Classification | ||
| OrderIsReleasedUponCreation | OrderIsReleasedUponCreation | until release | ||
| OrderHasStatusChangeDocuments | OrderHasStatusChangeDocuments | ChangeDocuments | ||
| BudgetProfile | BudgetProfile | Budget Profile | ||
| OrdIsUsedInIntegratedPlanning | OrdIsUsedInIntegratedPlanning | Plan-Integrated Order | ||
| SettlementIsNotRequired | SettlementIsNotRequired | Do Not Settle | ||
| NetworkIsForPlanning | NetworkIsForPlanning | Planning | ||
| OrderMasterDataLayout | OrderMasterDataLayout | Tab layout | ||
| TextObjectForm | TextObjectForm | SAPscript Form | ||
| ControllingObjectClass | ControllingObjectClass | Object Class | ||
| CollectiveOrderHasAutoGoodsMvt | CollectiveOrderHasAutoGoodsMvt | |||
| OperationStatusProfile | OperationStatusProfile | |||
| FunctionalArea | FunctionalArea | Sendr Fctl Area | ||
| ExecutionServiceProfile | ExecutionServiceProfile | Execution Profile | ||
| ConfigDeprecationCode | ConfigDeprecationCode | Validity |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view FAC_AUDIT_Z3_OrderType.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: FAC_ORDERTYP
-- Parameters: P_Language : sylangu
CREATE VIEW FAC_AUDIT_Z3_OrderType AS
SELECT
OrderType,
_Text[1: Language = $parameters.P_Language].OrderTypeName AS OrderTypeName,
$session.client AS SystemClient,
OrderCategory,
_OrderCategory._Text[1: Language = $parameters.P_Language].OrderCategoryName AS OrderCategoryName,
OrderNumberRange,
CommitmentsMgmtActvtnStatus,
RevenuePostingIsAllowed,
StatusProfile,
ControllingSettlementProfile,
PlanningProfile,
CtrlgTotalsRecordActvtnStatus,
ResidenceTime1,
ResidenceTime2,
OrderIsToBeClassified,
OrderIsReleasedUponCreation,
OrderHasStatusChangeDocuments,
BudgetProfile,
OrdIsUsedInIntegratedPlanning,
SettlementIsNotRequired,
NetworkIsForPlanning,
OrderMasterDataLayout,
TextObjectForm,
ControllingObjectClass,
CollectiveOrderHasAutoGoodsMvt,
OperationStatusProfile,
FunctionalArea,
ExecutionServiceProfile,
ConfigDeprecationCode
FROM I_OrderType
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA