P_SRVCDOCRELEASEDFORBILLING
P_SRVCDOCRELEASEDFORBILLING is a CDS View in S/4HANA. 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 |
@AbapCatalog.sqlViewName: 'PSRVCRFB'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@EndUserText.label: 'Service Documents which can be Billed'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.private: true
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
define view P_SrvcDocReleasedForBilling as select distinct from I_ServiceDocReleasedForBilling {
key case ServiceObjectType
when 'BUS2000116' then ServiceDocument
when 'BUS2000117' then ServiceDocPredecessor
end as ServiceDocument
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SERVICEDOCRELEASEDFORBILLING"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/