P_INTERNALORDERLONGDESCRIPTION

CDS View

P_INTERNALORDERLONGDESCRIPTION is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
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'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_TEXTOBJECT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_TEXTOBJECTCATEGORY",
"I_TEXTOBJECTTYPE"
],
"BASE":
[
"I_TEXTOBJECT"
],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/