Class DefaultProductionOrderConfirmationV2Service

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultProductionOrderConfirmationV2Service
All Implemented Interfaces:
BatchService<ProductionOrderConfirmationV2ServiceBatch>, ProductionOrderConfirmationV2Service

@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultProductionOrderConfirmationV2Service") @Deprecated public class DefaultProductionOrderConfirmationV2Service extends Object implements ProductionOrderConfirmationV2Service
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

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 .

Business Documentation

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
  • Constructor Details

  • Method Details

    • withServicePath

      @Nonnull public DefaultProductionOrderConfirmationV2Service withServicePath(@Nonnull String servicePath)
      Deprecated.
      Description copied from interface: ProductionOrderConfirmationV2Service
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Specified by:
      withServicePath in interface ProductionOrderConfirmationV2Service
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • batch

      Deprecated.
      Specified by:
      batch in interface BatchService<ProductionOrderConfirmationV2ServiceBatch>
    • getAllProdnOrdConfMatlDocItm

      @Nonnull public ProdnOrdConfMatlDocItmFluentHelper getAllProdnOrdConfMatlDocItm()
      Deprecated.
      Description copied from interface: ProductionOrderConfirmationV2Service
      Fetch multiple ProdnOrdConfMatlDocItm entities.
      Specified by:
      getAllProdnOrdConfMatlDocItm in interface ProductionOrderConfirmationV2Service
      Returns:
      A fluent helper to fetch multiple ProdnOrdConfMatlDocItm 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.
    • getProdnOrdConfMatlDocItmByKey

      @Nonnull public ProdnOrdConfMatlDocItmByKeyFluentHelper getProdnOrdConfMatlDocItmByKey(String confirmationGroup, String confirmationCount, String materialDocument, String materialDocumentItem, String materialDocumentYear)
      Deprecated.
      Description copied from interface: ProductionOrderConfirmationV2Service
      Fetch a single ProdnOrdConfMatlDocItm entity using key fields.
      Specified by:
      getProdnOrdConfMatlDocItmByKey in interface ProductionOrderConfirmationV2Service
      Parameters:
      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 - Number of Material Document

      Constraints: Not nullable, Maximum length: 10

      materialDocumentItem - Material Document Item

      Constraints: Not nullable, Maximum length: 4

      materialDocumentYear - Material Document Year

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single ProdnOrdConfMatlDocItm 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.
    • createProdnOrdConfMatlDocItm

      @Nonnull public ProdnOrdConfMatlDocItmCreateFluentHelper createProdnOrdConfMatlDocItm(@Nonnull ProdnOrdConfMatlDocItm prodnOrdConfMatlDocItm)
      Deprecated.
      Description copied from interface: ProductionOrderConfirmationV2Service
      Create a new ProdnOrdConfMatlDocItm entity and save it to the S/4HANA system.
      Specified by:
      createProdnOrdConfMatlDocItm in interface ProductionOrderConfirmationV2Service
      Parameters:
      prodnOrdConfMatlDocItm - ProdnOrdConfMatlDocItm entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new ProdnOrdConfMatlDocItm entity. To perform execution, call the execute method on the fluent helper object.
    • getAllProdnOrderConfBatchCharc

      @Nonnull public ProdnOrderConfBatchCharcFluentHelper getAllProdnOrderConfBatchCharc()
      Deprecated.
      Description copied from interface: ProductionOrderConfirmationV2Service
      Fetch multiple ProdnOrderConfBatchCharc entities.
      Specified by:
      getAllProdnOrderConfBatchCharc in interface ProductionOrderConfirmationV2Service
      Returns:
      A fluent helper to fetch multiple ProdnOrderConfBatchCharc 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.
    • getProdnOrderConfBatchCharcByKey

      @Nonnull public ProdnOrderConfBatchCharcByKeyFluentHelper getProdnOrderConfBatchCharcByKey(String confirmationGroup, String confirmationCount, String materialDocument, String materialDocumentItem, String materialDocumentYear, String plant, String material, String batch, String charcInternalID)
      Deprecated.
      Description copied from interface: ProductionOrderConfirmationV2Service
      Fetch a single ProdnOrderConfBatchCharc entity using key fields.
      Specified by:
      getProdnOrderConfBatchCharcByKey in interface ProductionOrderConfirmationV2Service
      Parameters:
      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 - Number of Material Document

      Constraints: Not nullable, Maximum length: 10

      materialDocumentItem - Material Document Item

      Constraints: Not nullable, Maximum length: 4

      materialDocumentYear - Material Document Year

      Constraints: Not nullable, Maximum length: 4

      plant - Plant of a Batch

      Constraints: Not nullable, Maximum length: 4

      material - Material Number

      Constraints: Not nullable, Maximum length: 40

      batch - Batch Number

      Constraints: Not nullable, Maximum length: 10

      charcInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single ProdnOrderConfBatchCharc 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.
    • getAllProdnOrdConf2

      @Nonnull public ProdnOrdConf2FluentHelper getAllProdnOrdConf2()
      Deprecated.
      Description copied from interface: ProductionOrderConfirmationV2Service
      Fetch multiple ProdnOrdConf2 entities.
      Specified by:
      getAllProdnOrdConf2 in interface ProductionOrderConfirmationV2Service
      Returns:
      A fluent helper to fetch multiple ProdnOrdConf2 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.
    • getProdnOrdConf2ByKey

      @Nonnull public ProdnOrdConf2ByKeyFluentHelper getProdnOrdConf2ByKey(String confirmationGroup, String confirmationCount)
      Deprecated.
      Description copied from interface: ProductionOrderConfirmationV2Service
      Fetch a single ProdnOrdConf2 entity using key fields.
      Specified by:
      getProdnOrdConf2ByKey in interface ProductionOrderConfirmationV2Service
      Parameters:
      confirmationGroup - Collective ID of Order Confirmations

      Constraints: Not nullable, Maximum length: 10

      confirmationCount - Identifier of Single Order Confirmation

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A fluent helper to fetch a single ProdnOrdConf2 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.
    • createProdnOrdConf2

      @Nonnull public ProdnOrdConf2CreateFluentHelper createProdnOrdConf2(@Nonnull ProdnOrdConf2 prodnOrdConf2)
      Deprecated.
      Description copied from interface: ProductionOrderConfirmationV2Service
      Create a new ProdnOrdConf2 entity and save it to the S/4HANA system.
      Specified by:
      createProdnOrdConf2 in interface ProductionOrderConfirmationV2Service
      Parameters:
      prodnOrdConf2 - ProdnOrdConf2 entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new ProdnOrdConf2 entity. To perform execution, call the execute method on the fluent helper object.
    • cancelProdnOrdConf

      @Nonnull public CancelProdnOrdConfFluentHelper cancelProdnOrdConf(@Nonnull String confirmationGroup, @Nonnull String confirmationCount, @Nullable LocalDateTime postingDate, @Nullable String confirmationText, @Nullable UUID externalSystemConfirmation)
      Deprecated.
      Description copied from interface: ProductionOrderConfirmationV2Service

      Creates a fluent helper for the CancelProdnOrdConf OData function import.

      Specified by:
      cancelProdnOrdConf in interface ProductionOrderConfirmationV2Service
      Parameters:
      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

      Returns:
      A fluent helper object that will execute the CancelProdnOrdConf OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • getConfProposal

      @Nonnull public 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.
      Description copied from interface: ProductionOrderConfirmationV2Service

      Creates a fluent helper for the GetConfProposal OData function import.

      Specified by:
      getConfProposal in interface ProductionOrderConfirmationV2Service
      Parameters:
      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

      sequence - Sequence

      Constraints: Nullable, Maximum length: 6

      Original parameter name from the Odata EDM: Sequence

      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

      confirmationReworkQuantity - Rework Quantity

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: ConfirmationReworkQuantity

      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

      Returns:
      A fluent helper object that will execute the GetConfProposal OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • getConfProposal

      @Nonnull public 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.
      Description copied from interface: ProductionOrderConfirmationV2Service

      Creates a fluent helper for the GetConfProposal OData function import.

      Specified by:
      getConfProposal in interface ProductionOrderConfirmationV2Service
      Parameters:
      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

      sequence - Sequence

      Constraints: Nullable, Maximum length: 6

      Original parameter name from the Odata EDM: Sequence

      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

      confirmationReworkQuantity - Rework Quantity

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: ConfirmationReworkQuantity

      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

      confirmationUnitSAPCode - Internal SAP Code

      Constraints: 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 execute method on the fluent helper object.
    • getGdsMvtProposal

      @Nonnull public 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.
      Description copied from interface: ProductionOrderConfirmationV2Service

      Creates a fluent helper for the GetGdsMvtProposal OData function import.

      Specified by:
      getGdsMvtProposal in interface ProductionOrderConfirmationV2Service
      Parameters:
      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

      sequence - Sequence

      Constraints: Nullable, Maximum length: 6

      Original parameter name from the Odata EDM: Sequence

      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

      confirmationReworkQuantity - Rework Quantity

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: ConfirmationReworkQuantity

      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

      Returns:
      A fluent helper object that will execute the GetGdsMvtProposal OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • getGdsMvtProposal

      @Nonnull public 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.
      Description copied from interface: ProductionOrderConfirmationV2Service

      Creates a fluent helper for the GetGdsMvtProposal OData function import.

      Specified by:
      getGdsMvtProposal in interface ProductionOrderConfirmationV2Service
      Parameters:
      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

      sequence - Sequence

      Constraints: Nullable, Maximum length: 6

      Original parameter name from the Odata EDM: Sequence

      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

      confirmationReworkQuantity - Rework Quantity

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: ConfirmationReworkQuantity

      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

      confirmationUnitSAPCode - Internal SAP Code

      Constraints: 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 execute method on the fluent helper object.