I_JITOutbCtrlCycResp
Basic View for JIT Responsible
I_JITOutbCtrlCycResp is a Basic CDS View that provides data about "Basic View for JIT Responsible" in SAP S/4HANA. It reads from 1 data source (t024d) and exposes 4 fields with key fields Plant, MRPController.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t024d | t024d | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IJIOBCCTRESP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| EndUserText.label | Basic View for JIT Responsible | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Plant | werks | ||
| KEY | MRPController | dispo | ||
| MRPControllerName | dsnam | |||
| MRPControllerPhoneNumber | dstel |
@AbapCatalog.sqlViewName: 'IJIOBCCTRESP'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.dataCategory:#VALUE_HELP
@EndUserText.label: 'Basic View for JIT Responsible'
define view I_JITOutbCtrlCycResp as select from t024d {
key werks as Plant,
key dispo as MRPController,
dsnam as MRPControllerName,
dstel as MRPControllerPhoneNumber
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T024D"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
Learn More
- 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 Annotations — A Complete Guide
- 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