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: GetAllRequestBuilderV2<ServiceEntrySheet> | GetAllRequestBuilderV2<ServiceEntrySheetItem> | GetAllRequestBuilderV2<SrvcEntrShtAcctAssignment> | GetByKeyRequestBuilderV2<ServiceEntrySheet> | GetByKeyRequestBuilderV2<ServiceEntrySheetItem> | GetByKeyRequestBuilderV2<SrvcEntrShtAcctAssignment>

WriteServiceEntrySheetServiceRequestBuilder

WriteServiceEntrySheetServiceRequestBuilder: CreateRequestBuilderV2<ServiceEntrySheet> | UpdateRequestBuilderV2<ServiceEntrySheet> | DeleteRequestBuilderV2<ServiceEntrySheet> | CreateRequestBuilderV2<ServiceEntrySheetItem> | UpdateRequestBuilderV2<ServiceEntrySheetItem> | DeleteRequestBuilderV2<ServiceEntrySheetItem> | CreateRequestBuilderV2<SrvcEntrShtAcctAssignment> | UpdateRequestBuilderV2<SrvcEntrShtAcctAssignment> | DeleteRequestBuilderV2<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 FunctionImportRequestBuilderV2<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 FunctionImportRequestBuilderV2<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 FunctionImportRequestBuilderV2<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