I_PermitToWorkProfile

DDL: I_PERMITTOWORKPROFILE SQL: IPMTWRKPROFILE Type: view BASIC

Planning Plant Settings for PTW profile

I_PermitToWorkProfile is a Basic CDS View that provides data about "Planning Plant Settings for PTW profile" in SAP S/4HANA. It reads from 1 data source (ptwprofile) and exposes 9 fields with key field MaintenancePlanningPlant. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
ptwprofile ptwprofile from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_Plant _Plant $projection.MaintenancePlanningPlant = _Plant.Plant

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IPMTWRKPROFILE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
Search.searchable true view
EndUserText.label Planning Plant Settings for PTW profile view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY MaintenancePlanningPlant ptwprofile iwerk
WrkPmtOrdOpAssgmtIsAllowed ptwprofile wrkpmtordopassgmtisallowed
MaxNumberOfOrdersToPermit ptwprofile maxnumberoforderstopermit
MaxNumberOfPermitsToOrder ptwprofile maxnumberoforderstopermit
PartnerDeterminationProcedure ptwprofile pargr
WrkPmtIssueHistoryIsAllowed ptwprofile ptwisissuehistoryallowed
WrkPmtSftyCertAssgmtCtrlCode ptwprofile ptwwrkpmtsftycertassgmtctrlco
PlantName _Plant PlantName
_Plant _Plant
@AbapCatalog.sqlViewName: 'IPMTWRKPROFILE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #MANDATORY
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #XXL, dataClass: #MIXED}
@Search.searchable: true
@EndUserText.label: 'Planning Plant Settings for PTW profile'
define view I_PermitToWorkProfile
  as select from ptwprofile
  association [1..1] to I_Plant as _Plant on $projection.MaintenancePlanningPlant = _Plant.Plant
{
      @ObjectModel.text.element: ['PlantName']
      @ObjectModel.text.association: '_Plant'
      @Consumption.filter.hidden: true
      @Search: {defaultSearchElement: true, ranking: #HIGH}
  key ptwprofile.iwerk                         as MaintenancePlanningPlant,
      @UI.hidden: true
      ptwprofile.wrkpmtordopassgmtisallowed    as WrkPmtOrdOpAssgmtIsAllowed,
      @UI.hidden: true
      ptwprofile.maxnumberoforderstopermit     as MaxNumberOfOrdersToPermit,
      @UI.hidden: true
      ptwprofile.maxnumberoforderstopermit     as MaxNumberOfPermitsToOrder,
      @UI.hidden: true
      ptwprofile.pargr                         as PartnerDeterminationProcedure,
      @UI.hidden: true
      ptwprofile.ptwisissuehistoryallowed      as WrkPmtIssueHistoryIsAllowed,
      @UI.hidden: true
      ptwprofile.ptwwrkpmtsftycertassgmtctrlco as WrkPmtSftyCertAssgmtCtrlCode,
      @Semantics.text: true
      @Consumption.filter.hidden: true
      @Search: {defaultSearchElement: true, ranking: #HIGH}
      _Plant.PlantName,
      _Plant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PLANT",
"PTWPROFILE"
],
"ASSOCIATED":
[
"I_PLANT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/