nsdm_e_mseg
Extension for Append DISUB_MSEG_DATA on MSEG
nsdm_e_mseg is a CDS View that provides data about "Extension for Append DISUB_MSEG_DATA on MSEG" in SAP S/4HANA. Part of development package AD_SUBCON_MM_APP.
Annotations (2)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewAppendName | DISUB_MSEG_DATAV | view | |
| EndUserText.label | Extension for Append DISUB_MSEG_DATA on MSEG | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| disub_owner | disub_owner |
@AbapCatalog.sqlViewAppendName: 'DISUB_MSEG_DATAV'
@EndUserText.label: 'Extension for Append DISUB_MSEG_DATA on MSEG'
/*
This extension view is used to ensure compatibility of the CDS view source NSDM_DDL_MSEG with the data base table MSEG
where the DDL source - respectively it's view - is used as proxy object.
Those proxy objects have been introduced to ensure compatibility with the MM-IM data model change in S/4HANA.
Even if this extend has been created by MM-IM development, the responsibility is still at the component owners.
*/
/*
Fields of appends with default values in this extend view do not have their correspondence in table MATDOC
just because the functionality behind the appended/extended fields is right now not available in S/4HANA.
As soon as the functionality shall be available the fields need to be appended to structure NSDM_S_ITEM which is part
of table MATDOC and this source need to be adjusted. Again, this is in the responsibility of the affected area
*/
extend view nsdm_e_mseg with DISUB_MSEG_DATA_E {
disub_owner
}
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