I_PT_DELIVERYNUMBERRANGE
Delivery Number Range Portugal
I_PT_DELIVERYNUMBERRANGE is a CDS View in S/4HANA. Delivery Number Range Portugal. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_PT_SAFTDeliveryHeader | view | inner | COMPOSITE | SAFT Movement of Goods Header Portugal |
| P_PT_DeliveryNumberRange | view_entity | from | COMPOSITE | Delivery Document Number Range |
| P_PT_DeliverySeriesCount | view_entity | from | COMPOSITE | Document count of Number Range Series |
@AbapCatalog.sqlViewName: 'IPTSIPTNBROBD'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #MIXED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Delivery Number Range Portugal'
define view I_PT_DeliveryNumberRange
as select from sipt_numbr_obd
{
key nrrangenr as NumberRange,
key lead_doctype as DeliveryDocumentType,
sign_numb as InteractionDigitalAssetUUID,
series as PortugueseDgtlSignatureSeries,
bukrs as CompanyCode,
from_date as PortugueseDigitalSignatureDate,
from_time as PortugueseDigitalSignatureTime,
delivery_typ as DeliveryType
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SIPT_NUMBR_OBD"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/