Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @sap/cloud-sdk-vdm-service-entry-sheet-service

Index

References

Namespaces

Classes

Interfaces

Type aliases

Variables

Functions

Object literals

References

ChangeStatusExportParameters

Re-exports ChangeStatusExportParameters

ChangeStatusExportParametersField

Re-exports ChangeStatusExportParametersField

ReadServiceEntrySheetServiceRequestBuilder

Re-exports ReadServiceEntrySheetServiceRequestBuilder

RevokeApprovalParameters

Re-exports RevokeApprovalParameters

ServiceEntrySheet

Re-exports ServiceEntrySheet

ServiceEntrySheetItem

Re-exports ServiceEntrySheetItem

ServiceEntrySheetItemRequestBuilder

Re-exports ServiceEntrySheetItemRequestBuilder

ServiceEntrySheetItemType

Re-exports ServiceEntrySheetItemType

ServiceEntrySheetItemTypeForceMandatory

Re-exports ServiceEntrySheetItemTypeForceMandatory

ServiceEntrySheetRequestBuilder

Re-exports ServiceEntrySheetRequestBuilder

ServiceEntrySheetType

Re-exports ServiceEntrySheetType

ServiceEntrySheetTypeForceMandatory

Re-exports ServiceEntrySheetTypeForceMandatory

SrvcEntrShtAcctAssignment

Re-exports SrvcEntrShtAcctAssignment

SrvcEntrShtAcctAssignmentRequestBuilder

Re-exports SrvcEntrShtAcctAssignmentRequestBuilder

SrvcEntrShtAcctAssignmentType

Re-exports SrvcEntrShtAcctAssignmentType

SrvcEntrShtAcctAssignmentTypeForceMandatory

Re-exports SrvcEntrShtAcctAssignmentTypeForceMandatory

SubmitForApprovalParameters

Re-exports SubmitForApprovalParameters

WithdrawFromApprovalParameters

Re-exports WithdrawFromApprovalParameters

WriteServiceEntrySheetServiceRequestBuilder

Re-exports WriteServiceEntrySheetServiceRequestBuilder

batch

Re-exports batch

changeset

Re-exports changeset

createChangeStatusExportParameters

Re-exports createChangeStatusExportParameters

defaultServiceEntrySheetServicePath

Re-exports defaultServiceEntrySheetServicePath

functionImports

Re-exports functionImports

revokeApproval

Re-exports revokeApproval

submitForApproval

Re-exports submitForApproval

withdrawFromApproval

Re-exports withdrawFromApproval

Type aliases

ReadServiceEntrySheetServiceRequestBuilder

ReadServiceEntrySheetServiceRequestBuilder: GetAllRequestBuilder<ServiceEntrySheet> | GetAllRequestBuilder<ServiceEntrySheetItem> | GetAllRequestBuilder<SrvcEntrShtAcctAssignment> | GetByKeyRequestBuilder<ServiceEntrySheet> | GetByKeyRequestBuilder<ServiceEntrySheetItem> | GetByKeyRequestBuilder<SrvcEntrShtAcctAssignment>

WriteServiceEntrySheetServiceRequestBuilder

WriteServiceEntrySheetServiceRequestBuilder: CreateRequestBuilder<ServiceEntrySheet> | UpdateRequestBuilder<ServiceEntrySheet> | DeleteRequestBuilder<ServiceEntrySheet> | CreateRequestBuilder<ServiceEntrySheetItem> | UpdateRequestBuilder<ServiceEntrySheetItem> | DeleteRequestBuilder<ServiceEntrySheetItem> | CreateRequestBuilder<SrvcEntrShtAcctAssignment> | UpdateRequestBuilder<SrvcEntrShtAcctAssignment> | DeleteRequestBuilder<SrvcEntrShtAcctAssignment>

Variables

Const defaultServiceEntrySheetServicePath

defaultServiceEntrySheetServicePath: "/sap/opu/odata/sap/API_SERVICE_ENTRY_SHEET_SRV" = "/sap/opu/odata/sap/API_SERVICE_ENTRY_SHEET_SRV"

Functions

batch

changeset

createChangeStatusExportParameters

revokeApproval

  • Revokes the approval of a service entry sheet.

    Parameters

    Returns FunctionImportRequestBuilder<RevokeApprovalParameters, ChangeStatusExportParameters>

    A request builder that allows to overwrite some of the values and execute the resultng request.

submitForApproval

  • Submits a service entry sheet for approval.

    Parameters

    Returns FunctionImportRequestBuilder<SubmitForApprovalParameters, ChangeStatusExportParameters>

    A request builder that allows to overwrite some of the values and execute the resultng request.

withdrawFromApproval

  • Withdraws a service entry sheet from the approval process.

    Parameters

    Returns FunctionImportRequestBuilder<WithdrawFromApprovalParameters, ChangeStatusExportParameters>

    A request builder that allows to overwrite some of the values and execute the resultng request.

Object literals

Const functionImports

functionImports: object

revokeApproval

revokeApproval: revokeApproval

submitForApproval

submitForApproval: submitForApproval

withdrawFromApproval

withdrawFromApproval: withdrawFromApproval