P_SRVCDOCRELEASEDFORBILLING
Service Documents which can be Billed
P_SRVCDOCRELEASEDFORBILLING is a CDS View in S/4HANA. Service Documents which can be Billed. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_RelForBillgListRptAndObjPg | view | inner | CONSUMPTION | List of all Service Orders which can be Released for Billing |
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@EndUserText.label: 'Service Documents which can be Billed'
@VDM.private: true
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
define view entity P_SrvcDocReleasedForBilling as select distinct from I_ServiceDocReleasedForBilling {
key case ServiceObjectType
when 'BUS2000116' then ServiceDocument
when 'BUS2000117' then ServiceDocPredecessor
end as ServiceDocument
}