I_SUBSCRIPTIONCONTRACTTEXT

CDS View

Subscription Contract Text

I_SUBSCRIPTIONCONTRACTTEXT is a CDS View in S/4HANA. Subscription Contract Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_SubscriptionContractText view_entity from COMPOSITE Subscription Contract Text
@EndUserText.label: 'Subscription Contract Text'

@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}

@AccessControl: {
  authorizationCheck: #NOT_REQUIRED,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}

@ObjectModel: {
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #C,
     sizeCategory:   #XL
   }
}
//@Analytics.dataCategory: #DIMENSION

@Metadata.ignorePropagatedAnnotations: true

define view entity I_SubscriptionContractText
  as select from stxh          as STXH
    inner join   crms4d_serv_h as crms4d_serv_h on STXH.tdname = bintohex(
      crms4d_serv_h.header_guid
    )

{
  crms4d_serv_h.object_id      as ServiceDocument,
  STXH.tdspras                 as Language,
  STXH.tdid                    as TextObjectType,
  cast( '' as abap.char( 1333 )) as PlainLongText
}
where
  crms4d_serv_h.objtype_h = 'BUS2000266'