I_INTERNALORDERTYPE

CDS View

Internal Order Type

I_INTERNALORDERTYPE is a CDS View in S/4HANA. Internal Order Type. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
C_IntOrderOverallUserStatus view_entity inner CONSUMPTION Internal order overall user status
I_InternalOrderTypeStdVH view from COMPOSITE Internal Order Type
I_IntOrderActiveUserStatus view_entity inner COMPOSITE Internal Order Active User Status
R_IntOrderNumberedUserStatusTP view_entity inner TRANSACTIONAL Internal order user status with number
R_IntOrdUnnumberedUserStatusTP view_entity inner TRANSACTIONAL Int. order user status without number
@EndUserText.label: 'Internal Order Type'
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFIINTORDTYPE'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.representativeKey: 'OrderType'
@ClientHandling.type: #CLIENT_DEPENDENT
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AbapCatalog.buffering: {type: #GENERIC, numberOfKeyFields: 1, status: #ACTIVE}
@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions:true


define view I_InternalOrderType
  as select from t003o
  association [0..*] to I_InternalOrderTypeText as _Text on $projection.OrderType = _Text.OrderType
{
      @ObjectModel.text.association: '_Text'
  key auart                                            as OrderType,
      @Semantics.booleanIndicator: true
      erloese                                          as RevenuePostingIsAllowed,
      autyp                                            as OrderCategory,
      cast( obligo as fins_co_obligo preserving type ) as CommitmentsMgmtActvtnStatus,
      stsma                                            as StatusProfile,
      resz1                                            as ResidenceTime1,
      resz2                                            as ResidenceTime2,
      _Text

};