Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

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'

Const functionImports

functionImports: { revokeApproval: (parameters: RevokeApprovalParameters) => FunctionImportRequestBuilderV2<RevokeApprovalParameters, ChangeStatusExportParameters>; submitForApproval: (parameters: SubmitForApprovalParameters) => FunctionImportRequestBuilderV2<SubmitForApprovalParameters, ChangeStatusExportParameters>; withdrawFromApproval: (parameters: WithdrawFromApprovalParameters) => FunctionImportRequestBuilderV2<WithdrawFromApprovalParameters, ChangeStatusExportParameters> } = ...

Type declaration

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 resulting 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 resulting 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 resulting request.