I_PERMITTOWORKPROFILE
Planning Plant Settings for PTW profile
I_PERMITTOWORKPROFILE is a CDS View in S/4HANA. Planning Plant Settings for PTW profile. It contains 1 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_PermitToWorkPartnerValueHelp | view | inner | CONSUMPTION | PTW Profile specific BusinessPartnerData |
| C_PermitToWorkProfile | view_entity | from | CONSUMPTION | Planning Plant Settings for PTW profile |
| C_WrkPmtPartnerFunctionVH | view | inner | CONSUMPTION | Work Permit Partner Function |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | MaintenancePlanningPlant | MaintenancePlanningPlant | 2 |
@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
}