public interface ProcessOrderConfirmationV2Service extends BatchService<ProcessOrderConfirmationV2ServiceBatch>
You can create time ticket confirmations and confirmations on order level, read them, and cancel the confirmations on time ticket or order level.
Reference: SAP API Business Hub
OData Service: | OP_API_PROC_ORDER_CONFIRMATIO_2_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Process Order Confirmation |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
CancelProcOrdConfFluentHelper |
cancelProcOrdConf(String confirmationGroup,
String confirmationCount,
LocalDateTime postingDate,
String confirmationText,
UUID externalSystemConfirmation)
Creates a fluent helper for the CancelProcOrdConf OData function import.
|
ProcOrdConf2CreateFluentHelper |
createProcOrdConf2(ProcOrdConf2 procOrdConf2)
Create a new
ProcOrdConf2 entity and save it to the S/4HANA system. |
ProcOrdConf2FluentHelper |
getAllProcOrdConf2()
Fetch multiple
ProcOrdConf2 entities. |
ProcOrdConfMatlDocItmFluentHelper |
getAllProcOrdConfMatlDocItm()
Fetch multiple
ProcOrdConfMatlDocItm entities. |
ProcOrdConf2ByKeyFluentHelper |
getProcOrdConf2ByKey(String confirmationGroup,
String confirmationCount)
Fetch a single
ProcOrdConf2 entity using key fields. |
ProcOrdConfMatlDocItmByKeyFluentHelper |
getProcOrdConfMatlDocItmByKey(String confirmationGroup,
String confirmationCount,
String materialDocument,
String materialDocumentItem,
String materialDocumentYear)
Fetch a single
ProcOrdConfMatlDocItm entity using key fields. |
ProcessOrderConfirmationV2Service |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull ProcessOrderConfirmationV2Service withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ProcOrdConf2FluentHelper getAllProcOrdConf2()
ProcOrdConf2
entities.ProcOrdConf2
entities. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProcOrdConf2ByKeyFluentHelper getProcOrdConf2ByKey(String confirmationGroup, String confirmationCount)
ProcOrdConf2
entity using key fields.confirmationCount
- Identifier of Single Order Confirmation
Constraints: Not nullable, Maximum length: 8
confirmationGroup
- Collective ID of Order Confirmations
Constraints: Not nullable, Maximum length: 10
ProcOrdConf2
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProcOrdConf2CreateFluentHelper createProcOrdConf2(@Nonnull ProcOrdConf2 procOrdConf2)
ProcOrdConf2
entity and save it to the S/4HANA system.procOrdConf2
- ProcOrdConf2
entity object that will be created in the S/4HANA system.ProcOrdConf2
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProcOrdConfMatlDocItmFluentHelper getAllProcOrdConfMatlDocItm()
ProcOrdConfMatlDocItm
entities.ProcOrdConfMatlDocItm
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProcOrdConfMatlDocItmByKeyFluentHelper getProcOrdConfMatlDocItmByKey(String confirmationGroup, String confirmationCount, String materialDocument, String materialDocumentItem, String materialDocumentYear)
ProcOrdConfMatlDocItm
entity using key fields.materialDocument
- Number of Material Document
Constraints: Not nullable, Maximum length: 10
confirmationCount
- Identifier of Single Order Confirmation
Constraints: Not nullable, Maximum length: 8
materialDocumentItem
- Item in Material Document
Constraints: Not nullable, Maximum length: 4
materialDocumentYear
- Material Document Year
Constraints: Not nullable, Maximum length: 4
confirmationGroup
- Collective ID of Order Confirmations
Constraints: Not nullable, Maximum length: 10
ProcOrdConfMatlDocItm
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CancelProcOrdConfFluentHelper cancelProcOrdConf(String confirmationGroup, String confirmationCount, LocalDateTime postingDate, String confirmationText, UUID externalSystemConfirmation)
Creates a fluent helper for the CancelProcOrdConf OData function import.
externalSystemConfirmation
- Constraints: Nullable
Original parameter name from the Odata EDM: ExternalSystemConfirmation
confirmationCount
- Constraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: ConfirmationCount
confirmationText
- Constraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: ConfirmationText
postingDate
- Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: PostingDate
confirmationGroup
- Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: ConfirmationGroup
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.