Interface ProductionOrderConfirmationV2Service
- All Superinterfaces:
BatchService<ProductionOrderConfirmationV2ServiceBatch>
- All Known Implementing Classes:
DefaultProductionOrderConfirmationV2Service
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 confirmation, you can fetch the proposed data for quantities, work activities, dates and times, personnel data, and goods movements depending on the type of confirmation. Note The following operations are available on the API Reference tab but are not supported by this API: - POST /ProdnOrdConf2(ConfirmationGroup='{ConfirmationGroup}',ConfirmationCount='{ConfirmationCount}',/to_ProdnOrdConfMatlDocItm - POST /ProdnOrdConfMatlDocItm(ConfirmationGroup='{ConfirmationGroup}',ConfirmationCount='{ConfirmationCount}',MaterialDocument='{MaterialDocument}',MaterialDocumentItem='{MaterialDocumentItem}',MaterialDocumentYear='{MaterialDocumentYear}',/to_ProdnOrderConfBatchCharc .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_PROD_ORDER_CONFIRMATION_2_SRV |
| API Version: | 1.2.0 |
| Minimum ERP Version: | 2302 |
| 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), Material Requirements Planning(O44), Third-Party Shop Floor Execution - Process Industry(3W3), Third-Party Shop Floor Execution - Discrete Industry(3W4) |
| Authentication Methods: | x509 |
| Business Object: | Production Order Confirmation |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptioncancelProdnOrdConf(String confirmationGroup, String confirmationCount, LocalDateTime postingDate, String confirmationText, UUID externalSystemConfirmation) Deprecated.Creates a fluent helper for the CancelProdnOrdConf OData function import.createProdnOrdConf2(ProdnOrdConf2 prodnOrdConf2) Deprecated.Create a newProdnOrdConf2entity and save it to the S/4HANA system.createProdnOrdConfMatlDocItm(ProdnOrdConfMatlDocItm prodnOrdConfMatlDocItm) Deprecated.Create a newProdnOrdConfMatlDocItmentity and save it to the S/4HANA system.Deprecated.Fetch multipleProdnOrdConf2entities.Deprecated.Fetch multipleProdnOrdConfMatlDocItmentities.Deprecated.Fetch multipleProdnOrderConfBatchCharcentities.getConfProposal(String confirmationGroup, String orderID, String orderOperation, String sequence, String orderSuboperation, String orderConfirmationRecordType, String confirmationUnit, String confirmationUnitISOCode, BigDecimal confirmationYieldQuantity, BigDecimal confirmationScrapQuantity, BigDecimal confirmationReworkQuantity, Boolean quantityIsToBeProposed, Boolean activityIsToBeProposed, Boolean dateAndTimeIsToBeProposed, Boolean personnelIsToBeProposed) Deprecated.Creates a fluent helper for the GetConfProposal OData function import.getConfProposal(String confirmationGroup, String orderID, String orderOperation, String sequence, String orderSuboperation, String orderConfirmationRecordType, String confirmationUnit, String confirmationUnitISOCode, BigDecimal confirmationYieldQuantity, BigDecimal confirmationScrapQuantity, BigDecimal confirmationReworkQuantity, Boolean quantityIsToBeProposed, Boolean activityIsToBeProposed, Boolean dateAndTimeIsToBeProposed, Boolean personnelIsToBeProposed, String confirmationUnitSAPCode) Deprecated.Creates a fluent helper for the GetConfProposal OData function import.getGdsMvtProposal(String confirmationGroup, String orderID, String orderOperation, String sequence, String orderSuboperation, String orderConfirmationRecordType, String confirmationUnit, String confirmationUnitISOCode, BigDecimal confirmationYieldQuantity, BigDecimal confirmationScrapQuantity, BigDecimal confirmationReworkQuantity, Boolean quantityIsToBeProposed, Boolean activityIsToBeProposed, Boolean dateAndTimeIsToBeProposed, Boolean personnelIsToBeProposed) Deprecated.Creates a fluent helper for the GetGdsMvtProposal OData function import.getGdsMvtProposal(String confirmationGroup, String orderID, String orderOperation, String sequence, String orderSuboperation, String orderConfirmationRecordType, String confirmationUnit, String confirmationUnitISOCode, BigDecimal confirmationYieldQuantity, BigDecimal confirmationScrapQuantity, BigDecimal confirmationReworkQuantity, Boolean quantityIsToBeProposed, Boolean activityIsToBeProposed, Boolean dateAndTimeIsToBeProposed, Boolean personnelIsToBeProposed, String confirmationUnitSAPCode) Deprecated.Creates a fluent helper for the GetGdsMvtProposal OData function import.getProdnOrdConf2ByKey(String confirmationGroup, String confirmationCount) Deprecated.Fetch a singleProdnOrdConf2entity using key fields.getProdnOrdConfMatlDocItmByKey(String confirmationGroup, String confirmationCount, String materialDocument, String materialDocumentItem, String materialDocumentYear) Deprecated.Fetch a singleProdnOrdConfMatlDocItmentity using key fields.getProdnOrderConfBatchCharcByKey(String confirmationGroup, String confirmationCount, String materialDocument, String materialDocumentItem, String materialDocumentYear, String plant, String material, String batch, String charcInternalID) Deprecated.Fetch a singleProdnOrderConfBatchCharcentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllProdnOrdConfMatlDocItm
Deprecated.Fetch multipleProdnOrdConfMatlDocItmentities.- Returns:
- A fluent helper to fetch multiple
ProdnOrdConfMatlDocItmentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProdnOrdConfMatlDocItmByKey
@Nonnull ProdnOrdConfMatlDocItmByKeyFluentHelper getProdnOrdConfMatlDocItmByKey(String confirmationGroup, String confirmationCount, String materialDocument, String materialDocumentItem, String materialDocumentYear) Deprecated.Fetch a singleProdnOrdConfMatlDocItmentity using key fields.- Parameters:
materialDocument- Number of Material DocumentConstraints: Not nullable, Maximum length: 10
confirmationCount- Identifier of Single Order ConfirmationConstraints: Not nullable, Maximum length: 8
materialDocumentItem- Material Document ItemConstraints: Not nullable, Maximum length: 4
materialDocumentYear- Material Document YearConstraints: Not nullable, Maximum length: 4
confirmationGroup- Collective ID of Order ConfirmationsConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ProdnOrdConfMatlDocItmentity 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 theexecutemethod on the fluent helper object.
-
createProdnOrdConfMatlDocItm
@Nonnull ProdnOrdConfMatlDocItmCreateFluentHelper createProdnOrdConfMatlDocItm(@Nonnull ProdnOrdConfMatlDocItm prodnOrdConfMatlDocItm) Deprecated.Create a newProdnOrdConfMatlDocItmentity and save it to the S/4HANA system.- Parameters:
prodnOrdConfMatlDocItm-ProdnOrdConfMatlDocItmentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProdnOrdConfMatlDocItmentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllProdnOrderConfBatchCharc
Deprecated.Fetch multipleProdnOrderConfBatchCharcentities.- Returns:
- A fluent helper to fetch multiple
ProdnOrderConfBatchCharcentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProdnOrderConfBatchCharcByKey
@Nonnull ProdnOrderConfBatchCharcByKeyFluentHelper getProdnOrderConfBatchCharcByKey(String confirmationGroup, String confirmationCount, String materialDocument, String materialDocumentItem, String materialDocumentYear, String plant, String material, String batch, String charcInternalID) Deprecated.Fetch a singleProdnOrderConfBatchCharcentity using key fields.- Parameters:
materialDocument- Number of Material DocumentConstraints: Not nullable, Maximum length: 10
confirmationCount- Identifier of Single Order ConfirmationConstraints: Not nullable, Maximum length: 8
material- Material NumberConstraints: Not nullable, Maximum length: 40
charcInternalID- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
materialDocumentItem- Material Document ItemConstraints: Not nullable, Maximum length: 4
plant- Plant of a BatchConstraints: Not nullable, Maximum length: 4
materialDocumentYear- Material Document YearConstraints: Not nullable, Maximum length: 4
batch- Batch NumberConstraints: Not nullable, Maximum length: 10
confirmationGroup- Collective ID of Order ConfirmationsConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ProdnOrderConfBatchCharcentity 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 theexecutemethod on the fluent helper object.
-
getAllProdnOrdConf2
Deprecated.Fetch multipleProdnOrdConf2entities.- Returns:
- A fluent helper to fetch multiple
ProdnOrdConf2entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProdnOrdConf2ByKey
@Nonnull ProdnOrdConf2ByKeyFluentHelper getProdnOrdConf2ByKey(String confirmationGroup, String confirmationCount) Deprecated.Fetch a singleProdnOrdConf2entity using key fields.- Parameters:
confirmationCount- Identifier of Single Order ConfirmationConstraints: Not nullable, Maximum length: 8
confirmationGroup- Collective ID of Order ConfirmationsConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ProdnOrdConf2entity 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 theexecutemethod on the fluent helper object.
-
createProdnOrdConf2
Deprecated.Create a newProdnOrdConf2entity and save it to the S/4HANA system.- Parameters:
prodnOrdConf2-ProdnOrdConf2entity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProdnOrdConf2entity. To perform execution, call theexecutemethod on the fluent helper object.
-
cancelProdnOrdConf
@Nonnull CancelProdnOrdConfFluentHelper cancelProdnOrdConf(@Nonnull String confirmationGroup, @Nonnull String confirmationCount, @Nullable LocalDateTime postingDate, @Nullable String confirmationText, @Nullable UUID externalSystemConfirmation) Deprecated.Creates a fluent helper for the CancelProdnOrdConf OData function import.
- Parameters:
externalSystemConfirmation- External KeyConstraints: Nullable
Original parameter name from the Odata EDM: ExternalSystemConfirmation
confirmationCount- Order ConfirmationConstraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: ConfirmationCount
confirmationText- Confirmation TextConstraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: ConfirmationText
postingDate- Posting DateConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: PostingDate
confirmationGroup- Confirmation GroupConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: ConfirmationGroup
- Returns:
- A fluent helper object that will execute the CancelProdnOrdConf OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
getConfProposal
@Nonnull GetConfProposalFluentHelper getConfProposal(@Nullable String confirmationGroup, @Nullable String orderID, @Nullable String orderOperation, @Nullable String sequence, @Nullable String orderSuboperation, @Nullable String orderConfirmationRecordType, @Nullable String confirmationUnit, @Nullable String confirmationUnitISOCode, @Nullable BigDecimal confirmationYieldQuantity, @Nullable BigDecimal confirmationScrapQuantity, @Nullable BigDecimal confirmationReworkQuantity, @Nullable Boolean quantityIsToBeProposed, @Nullable Boolean activityIsToBeProposed, @Nullable Boolean dateAndTimeIsToBeProposed, @Nullable Boolean personnelIsToBeProposed) Deprecated.Creates a fluent helper for the GetConfProposal OData function import.
- Parameters:
dateAndTimeIsToBeProposed- Propose DatesConstraints: Nullable
Original parameter name from the Odata EDM: DateAndTimeIsToBeProposed
orderID- Manufacturing OrderConstraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: OrderID
confirmationUnitISOCode- ISO CodeConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: ConfirmationUnitISOCode
confirmationGroup- Confirmation GroupConstraints: Nullable, Maximum length: 10
Original parameter name from the Odata EDM: ConfirmationGroup
confirmationYieldQuantity- Yield QuantityConstraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationYieldQuantity
quantityIsToBeProposed- Propose QuantitiesConstraints: Nullable
Original parameter name from the Odata EDM: QuantityIsToBeProposed
sequence- SequenceConstraints: Nullable, Maximum length: 6
Original parameter name from the Odata EDM: Sequence
orderConfirmationRecordType- Record TypeConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: OrderConfirmationRecordType
confirmationUnit- Display Unit/MeasureConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: ConfirmationUnit
orderSuboperation- SuboperationConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: OrderSuboperation
personnelIsToBeProposed- Propose PersonnelConstraints: Nullable
Original parameter name from the Odata EDM: PersonnelIsToBeProposed
confirmationReworkQuantity- Rework QuantityConstraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationReworkQuantity
activityIsToBeProposed- Propose ActivitiesConstraints: Nullable
Original parameter name from the Odata EDM: ActivityIsToBeProposed
orderOperation- OperationConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: OrderOperation
confirmationScrapQuantity- Scrap QuantityConstraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationScrapQuantity
- Returns:
- A fluent helper object that will execute the GetConfProposal OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
getConfProposal
@Nonnull GetConfProposalFluentHelper getConfProposal(@Nullable String confirmationGroup, @Nullable String orderID, @Nullable String orderOperation, @Nullable String sequence, @Nullable String orderSuboperation, @Nullable String orderConfirmationRecordType, @Nullable String confirmationUnit, @Nullable String confirmationUnitISOCode, @Nullable BigDecimal confirmationYieldQuantity, @Nullable BigDecimal confirmationScrapQuantity, @Nullable BigDecimal confirmationReworkQuantity, @Nullable Boolean quantityIsToBeProposed, @Nullable Boolean activityIsToBeProposed, @Nullable Boolean dateAndTimeIsToBeProposed, @Nullable Boolean personnelIsToBeProposed, @Nullable String confirmationUnitSAPCode) Deprecated.Creates a fluent helper for the GetConfProposal OData function import.
- Parameters:
dateAndTimeIsToBeProposed- Propose DatesConstraints: Nullable
Original parameter name from the Odata EDM: DateAndTimeIsToBeProposed
orderID- Manufacturing OrderConstraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: OrderID
confirmationUnitISOCode- ISO CodeConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: ConfirmationUnitISOCode
confirmationGroup- Confirmation GroupConstraints: Nullable, Maximum length: 10
Original parameter name from the Odata EDM: ConfirmationGroup
confirmationYieldQuantity- Yield QuantityConstraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationYieldQuantity
quantityIsToBeProposed- Propose QuantitiesConstraints: Nullable
Original parameter name from the Odata EDM: QuantityIsToBeProposed
sequence- SequenceConstraints: Nullable, Maximum length: 6
Original parameter name from the Odata EDM: Sequence
orderConfirmationRecordType- Record TypeConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: OrderConfirmationRecordType
confirmationUnit- Display Unit/MeasureConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: ConfirmationUnit
orderSuboperation- SuboperationConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: OrderSuboperation
personnelIsToBeProposed- Propose PersonnelConstraints: Nullable
Original parameter name from the Odata EDM: PersonnelIsToBeProposed
confirmationReworkQuantity- Rework QuantityConstraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationReworkQuantity
activityIsToBeProposed- Propose ActivitiesConstraints: Nullable
Original parameter name from the Odata EDM: ActivityIsToBeProposed
orderOperation- OperationConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: OrderOperation
confirmationScrapQuantity- Scrap QuantityConstraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationScrapQuantity
confirmationUnitSAPCode- Internal SAP CodeConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: ConfirmationUnitSAPCode
- Returns:
- A fluent helper object that will execute the GetConfProposal OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
getGdsMvtProposal
@Nonnull GetGdsMvtProposalFluentHelper getGdsMvtProposal(@Nullable String confirmationGroup, @Nullable String orderID, @Nullable String orderOperation, @Nullable String sequence, @Nullable String orderSuboperation, @Nullable String orderConfirmationRecordType, @Nullable String confirmationUnit, @Nullable String confirmationUnitISOCode, @Nullable BigDecimal confirmationYieldQuantity, @Nullable BigDecimal confirmationScrapQuantity, @Nullable BigDecimal confirmationReworkQuantity, @Nullable Boolean quantityIsToBeProposed, @Nullable Boolean activityIsToBeProposed, @Nullable Boolean dateAndTimeIsToBeProposed, @Nullable Boolean personnelIsToBeProposed) Deprecated.Creates a fluent helper for the GetGdsMvtProposal OData function import.
- Parameters:
dateAndTimeIsToBeProposed- Propose DatesConstraints: Nullable
Original parameter name from the Odata EDM: DateAndTimeIsToBeProposed
orderID- Manufacturing OrderConstraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: OrderID
confirmationUnitISOCode- ISO CodeConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: ConfirmationUnitISOCode
confirmationGroup- Confirmation GroupConstraints: Nullable, Maximum length: 10
Original parameter name from the Odata EDM: ConfirmationGroup
confirmationYieldQuantity- Yield QuantityConstraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationYieldQuantity
quantityIsToBeProposed- Propose QuantitiesConstraints: Nullable
Original parameter name from the Odata EDM: QuantityIsToBeProposed
sequence- SequenceConstraints: Nullable, Maximum length: 6
Original parameter name from the Odata EDM: Sequence
orderConfirmationRecordType- Record TypeConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: OrderConfirmationRecordType
confirmationUnit- Display Unit/MeasureConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: ConfirmationUnit
orderSuboperation- SuboperationConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: OrderSuboperation
personnelIsToBeProposed- Propose PersonnelConstraints: Nullable
Original parameter name from the Odata EDM: PersonnelIsToBeProposed
confirmationReworkQuantity- Rework QuantityConstraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationReworkQuantity
activityIsToBeProposed- Propose ActivitiesConstraints: Nullable
Original parameter name from the Odata EDM: ActivityIsToBeProposed
orderOperation- OperationConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: OrderOperation
confirmationScrapQuantity- Scrap QuantityConstraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationScrapQuantity
- Returns:
- A fluent helper object that will execute the GetGdsMvtProposal OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
getGdsMvtProposal
@Nonnull GetGdsMvtProposalFluentHelper getGdsMvtProposal(@Nullable String confirmationGroup, @Nullable String orderID, @Nullable String orderOperation, @Nullable String sequence, @Nullable String orderSuboperation, @Nullable String orderConfirmationRecordType, @Nullable String confirmationUnit, @Nullable String confirmationUnitISOCode, @Nullable BigDecimal confirmationYieldQuantity, @Nullable BigDecimal confirmationScrapQuantity, @Nullable BigDecimal confirmationReworkQuantity, @Nullable Boolean quantityIsToBeProposed, @Nullable Boolean activityIsToBeProposed, @Nullable Boolean dateAndTimeIsToBeProposed, @Nullable Boolean personnelIsToBeProposed, @Nullable String confirmationUnitSAPCode) Deprecated.Creates a fluent helper for the GetGdsMvtProposal OData function import.
- Parameters:
dateAndTimeIsToBeProposed- Propose DatesConstraints: Nullable
Original parameter name from the Odata EDM: DateAndTimeIsToBeProposed
orderID- Manufacturing OrderConstraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: OrderID
confirmationUnitISOCode- ISO CodeConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: ConfirmationUnitISOCode
confirmationGroup- Confirmation GroupConstraints: Nullable, Maximum length: 10
Original parameter name from the Odata EDM: ConfirmationGroup
confirmationYieldQuantity- Yield QuantityConstraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationYieldQuantity
quantityIsToBeProposed- Propose QuantitiesConstraints: Nullable
Original parameter name from the Odata EDM: QuantityIsToBeProposed
sequence- SequenceConstraints: Nullable, Maximum length: 6
Original parameter name from the Odata EDM: Sequence
orderConfirmationRecordType- Record TypeConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: OrderConfirmationRecordType
confirmationUnit- Display Unit/MeasureConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: ConfirmationUnit
orderSuboperation- SuboperationConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: OrderSuboperation
personnelIsToBeProposed- Propose PersonnelConstraints: Nullable
Original parameter name from the Odata EDM: PersonnelIsToBeProposed
confirmationReworkQuantity- Rework QuantityConstraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationReworkQuantity
activityIsToBeProposed- Propose ActivitiesConstraints: Nullable
Original parameter name from the Odata EDM: ActivityIsToBeProposed
orderOperation- OperationConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: OrderOperation
confirmationScrapQuantity- Scrap QuantityConstraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ConfirmationScrapQuantity
confirmationUnitSAPCode- Internal SAP CodeConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: ConfirmationUnitSAPCode
- Returns:
- A fluent helper object that will execute the GetGdsMvtProposal OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-