I_SERVICEDOCUMENTDURATION

CDS View

Service Transaction Duration

I_SERVICEDOCUMENTDURATION is a CDS View in S/4HANA. Service Transaction Duration. It contains 12 fields. 21 CDS views read from this table.

CDS Views using this table (21)

ViewTypeJoinVDMDescription
A_SrvcConfDuration view from COMPOSITE Service Confirmation Duration
A_SrvcConfItemDuration view from COMPOSITE Service Confirmation Item Duration
A_SrvcOrdDuration view from COMPOSITE Service Order Duration
A_SrvcOrdItemDuration view from COMPOSITE Service Order Item Duration
A_SrvcOrdTmplDuration view from COMPOSITE Service Order Template Duration
A_SrvcOrdTmplItemDuration view from COMPOSITE Service Order Template Item Duration
I_ServiceDocumentDurationEnhcd view_entity from COMPOSITE Service Transaction Duration Enhanced
I_SrvcDocDateInformation view union_all COMPOSITE Date Information for Service Transaction
I_SubscriptionContractDuration view_entity from COMPOSITE Duration of Subscription Contract
I_SubscrpnContrItmDurn view_entity from COMPOSITE Duration of Contract Item
I_SubscrpnOrdItemDuration view_entity from COMPOSITE Item Duration
R_BusSolnOrdItmDurationTP view_entity from TRANSACTIONAL Business Solution Order Item Duration - TP
R_SrvcContrDurationTP view_entity from TRANSACTIONAL Service Contract Duration - TP
R_SrvcContrItemDurationTP view_entity from TRANSACTIONAL Service Contract Item Duration - TP
R_SrvcContrTmplDurationTP view_entity from TRANSACTIONAL Service Contract Template Duration - TP
R_SrvcContrTmplItemDurationTP view_entity from TRANSACTIONAL Duration of SrvcContr Template Item - TP
R_SrvcOrdTmplDurationTP view_entity from TRANSACTIONAL Service Order Template Duration - TP
R_SrvcOrdTmplItemDurationTP view_entity from TRANSACTIONAL Service Order Tmpl Item Duration - TP
R_SrvcQtanDurationTP view_entity from TRANSACTIONAL Service Quotation Duration - TP
R_SrvcQtanItemDurationTP view_entity from TRANSACTIONAL Service Quotation Item Duration - TP
R_UtilsSlsContrItemDurationTP view_entity from TRANSACTIONAL Utils Sales Contract Item Duration - TP

Fields (12)

KeyField CDS FieldsUsed in Views
KEY ServiceDocument BusinessSolutionOrder,ServiceConfirmation,ServiceContract,ServiceContractTemplate,ServiceDocument,ServiceOrder,ServiceOrderTemplate,ServiceQuotation,SubscriptionContract,SubscriptionOrder 18
KEY ServiceDocumentItem BusinessSolutionOrderItem,ServiceConfirmationItem,ServiceContractTemplateItem,ServiceDocumentItem,ServiceOrderItem,ServiceOrderTemplateItem,SubscriptionContractItem,SubscriptionOrderItem 10
KEY ServiceObjectType ServiceObjectType 2
KEY SrvcDocAppointmentType SrvcDocAppointmentType 1
KEY SrvcDocDurationType SrvcDocDurationType,SubscrpnContrTmeDurnType,SubscrpnOrdDurationType 19
KEY SrvcMgmtObjectUUID SrvcMgmtObjectUUID 1
_DurationText _DurationText 1
_ServiceObjType _ServiceObjType 1
SrvcDocApptEndDateTime SrvcDocApptEndDateTime 1
SrvcDocApptStartDateTime SrvcDocApptStartDateTime 1
SrvcDocDurationUnit SrvcDocDurationUnit,SubscrpnContrTimeDurnUnit,SubscrpnOrdDurationUnit 20
SrvcDocDurationValue SrvcDocDurationValue,SubscrpnContrTmeDurnValue,SubscrpnOrdDurationValue 19

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Service Transaction Duration
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SERVICEDOCUMENTDURATION (
    SERVICEDOCUMENT,
    SERVICEDOCUMENTITEM,
    SERVICEOBJECTTYPE,
    SRVCDOCAPPOINTMENTTYPE,
    SRVCDOCDURATIONTYPE,
    SRVCMGMTOBJECTUUID,
    _DURATIONTEXT,
    _SERVICEOBJTYPE,
    SRVCDOCAPPTENDDATETIME,
    SRVCDOCAPPTSTARTDATETIME,
    SRVCDOCDURATIONUNIT,
    SRVCDOCDURATIONVALUE,
    PRIMARY KEY (SERVICEDOCUMENT, SERVICEDOCUMENTITEM, SERVICEOBJECTTYPE, SRVCDOCAPPOINTMENTTYPE, SRVCDOCDURATIONTYPE, SRVCMGMTOBJECTUUID)
);