@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultProcessOrderConfirmationV2Service") public class DefaultProcessOrderConfirmationV2Service extends Object implements ProcessOrderConfirmationV2Service
You can create time ticket and time event confirmations as well as confirmations on order level, read them, and cancel the confirmations on time ticket, time event, or order level. Before creating a time ticket confirmation, you can fetch the proposed data for quantities, work activities, dates and times, personnel data, and goods movements.
Reference: SAP API Business Hub
OData Service: | API_PROC_ORDER_CONFIRMATION_2_SRV |
API Version: | 1 |
Communication Scenario: | Production Planning Integration (SAP_COM_0104), Manufacturing Execution - Order and Confirmation Integration (SAP_COM_0522) |
Scope Items: | Make-to-Stock Production - Discrete Manufacturing (BJ5), Make-to-Stock - Process Manufacturing Based on Process Order (BJ8), Material Requirements Planning (J44), Third-Party Shop Floor Execution - Process Industry (3W3), Third-Party Shop Floor Execution - Discrete Industry (3W4) |
Authentication Methods: | Basic, x509 |
Business Object: | ProcessOrderConfirmation |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultProcessOrderConfirmationV2Service()
Creates a service using
ProcessOrderConfirmationV2Service.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
DefaultProcessOrderConfirmationV2ServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
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. |
GetConfProposalFluentHelper |
getConfProposal(String confirmationGroup,
String orderID,
String orderOperation,
String orderSuboperation,
String orderConfirmationRecordType,
String confirmationUnit,
String confirmationUnitISOCode,
BigDecimal confirmationYieldQuantity,
BigDecimal confirmationScrapQuantity,
Boolean quantityIsToBeProposed,
Boolean activityIsToBeProposed,
Boolean dateAndTimeIsToBeProposed,
Boolean personnelIsToBeProposed)
Creates a fluent helper for the GetConfProposal OData function import.
|
GetGdsMvtProposalFluentHelper |
getGdsMvtProposal(String confirmationGroup,
String orderID,
String orderOperation,
String orderSuboperation,
String orderConfirmationRecordType,
String confirmationUnit,
String confirmationUnitISOCode,
BigDecimal confirmationYieldQuantity,
BigDecimal confirmationScrapQuantity,
Boolean quantityIsToBeProposed,
Boolean activityIsToBeProposed,
Boolean dateAndTimeIsToBeProposed,
Boolean personnelIsToBeProposed)
Creates a fluent helper for the GetGdsMvtProposal OData function import.
|
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. |
DefaultProcessOrderConfirmationV2Service |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultProcessOrderConfirmationV2Service()
ProcessOrderConfirmationV2Service.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultProcessOrderConfirmationV2Service withServicePath(@Nonnull String servicePath)
ProcessOrderConfirmationV2Service
withServicePath
in interface ProcessOrderConfirmationV2Service
servicePath
- Service path that will override the default.@Nonnull public DefaultProcessOrderConfirmationV2ServiceBatch batch()
batch
in interface BatchService<ProcessOrderConfirmationV2ServiceBatch>
@Nonnull public ProcOrdConf2FluentHelper getAllProcOrdConf2()
ProcessOrderConfirmationV2Service
ProcOrdConf2
entities.getAllProcOrdConf2
in interface ProcessOrderConfirmationV2Service
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 public ProcOrdConf2ByKeyFluentHelper getProcOrdConf2ByKey(String confirmationGroup, String confirmationCount)
ProcessOrderConfirmationV2Service
ProcOrdConf2
entity using key fields.getProcOrdConf2ByKey
in interface ProcessOrderConfirmationV2Service
confirmationGroup
- Collective ID of Order Confirmations
Constraints: Not nullable, Maximum length: 10
confirmationCount
- Identifier of Single Order Confirmation
Constraints: Not nullable, Maximum length: 8
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 public ProcOrdConf2CreateFluentHelper createProcOrdConf2(@Nonnull ProcOrdConf2 procOrdConf2)
ProcessOrderConfirmationV2Service
ProcOrdConf2
entity and save it to the S/4HANA system.createProcOrdConf2
in interface ProcessOrderConfirmationV2Service
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 public ProcOrdConfMatlDocItmFluentHelper getAllProcOrdConfMatlDocItm()
ProcessOrderConfirmationV2Service
ProcOrdConfMatlDocItm
entities.getAllProcOrdConfMatlDocItm
in interface ProcessOrderConfirmationV2Service
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 public ProcOrdConfMatlDocItmByKeyFluentHelper getProcOrdConfMatlDocItmByKey(String confirmationGroup, String confirmationCount, String materialDocument, String materialDocumentItem, String materialDocumentYear)
ProcessOrderConfirmationV2Service
ProcOrdConfMatlDocItm
entity using key fields.getProcOrdConfMatlDocItmByKey
in interface ProcessOrderConfirmationV2Service
confirmationGroup
- Collective ID of Order Confirmations
Constraints: Not nullable, Maximum length: 10
confirmationCount
- Identifier of Single Order Confirmation
Constraints: Not nullable, Maximum length: 8
materialDocument
- Alphanumeric key uniquely identifying the document.
Constraints: Not nullable, Maximum length: 10
materialDocumentItem
- Specifies the number that uniquely identifies an item in .
Constraints: Not nullable, Maximum length: 4
materialDocumentYear
- Calendar year in which the material document was posted.
Constraints: Not nullable, Maximum length: 4
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 public CancelProcOrdConfFluentHelper cancelProcOrdConf(String confirmationGroup, String confirmationCount, LocalDateTime postingDate, String confirmationText, UUID externalSystemConfirmation)
ProcessOrderConfirmationV2Service
Creates a fluent helper for the CancelProcOrdConf OData function import.
cancelProcOrdConf
in interface ProcessOrderConfirmationV2Service
confirmationGroup
- Confirmation Group
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: ConfirmationGroup
confirmationCount
- Order Confirmation
Constraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: ConfirmationCount
postingDate
- Posting Date
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: PostingDate
confirmationText
- Confirmation Text
Constraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: ConfirmationText
externalSystemConfirmation
- External Key
Constraints: Nullable
Original parameter name from the Odata EDM: ExternalSystemConfirmation
execute
method on the fluent helper object.@Nonnull public GetConfProposalFluentHelper getConfProposal(String confirmationGroup, String orderID, String orderOperation, String orderSuboperation, String orderConfirmationRecordType, String confirmationUnit, String confirmationUnitISOCode, BigDecimal confirmationYieldQuantity, BigDecimal confirmationScrapQuantity, Boolean quantityIsToBeProposed, Boolean activityIsToBeProposed, Boolean dateAndTimeIsToBeProposed, Boolean personnelIsToBeProposed)
ProcessOrderConfirmationV2Service
Creates a fluent helper for the GetConfProposal OData function import.
getConfProposal
in interface ProcessOrderConfirmationV2Service
confirmationGroup
- Confirmation Group
Constraints: Nullable, Maximum length: 10
Original parameter name from the Odata EDM: ConfirmationGroup
orderID
- Manufacturing Order
Constraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: OrderID
orderOperation
- Operation
Constraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: OrderOperation
orderSuboperation
- Suboperation
Constraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: OrderSuboperation
orderConfirmationRecordType
- Record Type
Constraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: OrderConfirmationRecordType
confirmationUnit
- Display Unit/Measure
Constraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: ConfirmationUnit
confirmationUnitISOCode
- ISO code
Constraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: ConfirmationUnitISOCode
confirmationYieldQuantity
- Yield Quantity
Constraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationYieldQuantity
confirmationScrapQuantity
- Scrap Quantity
Constraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationScrapQuantity
quantityIsToBeProposed
- Propose Quantities
Constraints: Nullable
Original parameter name from the Odata EDM: QuantityIsToBeProposed
activityIsToBeProposed
- Propose Activities
Constraints: Nullable
Original parameter name from the Odata EDM: ActivityIsToBeProposed
dateAndTimeIsToBeProposed
- Propose Dates
Constraints: Nullable
Original parameter name from the Odata EDM: DateAndTimeIsToBeProposed
personnelIsToBeProposed
- Propose Personnel
Constraints: Nullable
Original parameter name from the Odata EDM: PersonnelIsToBeProposed
execute
method on the fluent helper object.@Nonnull public GetGdsMvtProposalFluentHelper getGdsMvtProposal(String confirmationGroup, String orderID, String orderOperation, String orderSuboperation, String orderConfirmationRecordType, String confirmationUnit, String confirmationUnitISOCode, BigDecimal confirmationYieldQuantity, BigDecimal confirmationScrapQuantity, Boolean quantityIsToBeProposed, Boolean activityIsToBeProposed, Boolean dateAndTimeIsToBeProposed, Boolean personnelIsToBeProposed)
ProcessOrderConfirmationV2Service
Creates a fluent helper for the GetGdsMvtProposal OData function import.
getGdsMvtProposal
in interface ProcessOrderConfirmationV2Service
confirmationGroup
- Confirmation Group
Constraints: Nullable, Maximum length: 10
Original parameter name from the Odata EDM: ConfirmationGroup
orderID
- Manufacturing Order
Constraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: OrderID
orderOperation
- Operation
Constraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: OrderOperation
orderSuboperation
- Suboperation
Constraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: OrderSuboperation
orderConfirmationRecordType
- Record Type
Constraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: OrderConfirmationRecordType
confirmationUnit
- Display Unit/Measure
Constraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: ConfirmationUnit
confirmationUnitISOCode
- ISO code
Constraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: ConfirmationUnitISOCode
confirmationYieldQuantity
- Yield Quantity
Constraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationYieldQuantity
confirmationScrapQuantity
- Scrap Quantity
Constraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationScrapQuantity
quantityIsToBeProposed
- Propose Quantities
Constraints: Nullable
Original parameter name from the Odata EDM: QuantityIsToBeProposed
activityIsToBeProposed
- Propose Activities
Constraints: Nullable
Original parameter name from the Odata EDM: ActivityIsToBeProposed
dateAndTimeIsToBeProposed
- Propose Dates
Constraints: Nullable
Original parameter name from the Odata EDM: DateAndTimeIsToBeProposed
personnelIsToBeProposed
- Propose Personnel
Constraints: Nullable
Original parameter name from the Odata EDM: PersonnelIsToBeProposed
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.