P_INTERNALORDERLONGDESCRIPTION
Internal Order Long Description
P_INTERNALORDERLONGDESCRIPTION is a CDS View in S/4HANA. Internal Order Long Description. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| R_IntOrdLongDescriptionDraftTP | view_entity | from | TRANSACTIONAL | Internal Order Long Description |
@ObjectModel: {
usageType: {
serviceQuality: #C,
sizeCategory: #L,
dataClass: #CUSTOMIZING
}
}
@VDM: {
viewType: #COMPOSITE,
private: true,
lifecycle.contract.type:#NONE
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view entity P_InternalOrderLongDescription
as select from I_TextObject
{
key cast(TextObjectKey as fins_int_aufnr ) as InternalOrder,
key TextObjectType,
key TextObjectCategory,
key Language,
cast('X' as fco_io_longdesc_is_available preserving type ) as IntOrdLongDescIsAvailable,
CreatedByUser,
CreationDate,
CreationTime,
LastChangedByUser,
LastChangeDate,
LastChangeTime,
_TextObjectType,
_TextObjectCategory,
_Language
}
where
TextObjectType = 'LTXT'
and TextObjectCategory = 'AUFK'