Interface PurchaseContractV2Service
- All Superinterfaces:
BatchService<PurchaseContractV2ServiceBatch>
- All Known Implementing Classes:
DefaultPurchaseContractV2Service
This service enables you to read, create, and update purchase contracts through an API call from a source system outside SAP S/4HANA Cloud. The service contains header, item, item conditions, account assignment, address, Header notes, Item notes and partner nodes..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_PURCHASECONTRACT_PROCESS_SRV_0002 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Distributed Manufacturing Integration(SAP_COM_0077), Purchase Contract Integration(SAP_COM_0101) |
| Scope Items: | Collaborative Manufacturing with SAP Digital Manufacturing Cloud(1NX), Consumable Purchasing(BNX), Service and Material Procurement - Project-Based Services(J13), Procurement of Direct Materials(J45), Dynamic Customer Profiling(JC1), Procurement of Direct Materials(O45), Consumable Purchasing(ONX), Service Procurement with Ariba Network and SAP Fieldglass(4R2), Purchase Contract(BMD), Purchase Contract(OMD) |
| Authentication Methods: | x509 |
| Business Object: | Purchase Contract |
-
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 TypeMethodDescriptionapproveDocument(String purchaseContract) Deprecated.Creates a fluent helper for the ApproveDocument OData function import.createPurchaseContract(PurchaseContract purchaseContract) Deprecated.Create a newPurchaseContractentity and save it to the S/4HANA system.createPurchaseContractItem(PurchaseContractItem purchaseContractItem) Deprecated.Create a newPurchaseContractItementity and save it to the S/4HANA system.createPurchaseContractItemNotes(PurchaseContractItemNotes purchaseContractItemNotes) Deprecated.Create a newPurchaseContractItemNotesentity and save it to the S/4HANA system.createPurchaseContractNotes(PurchaseContractNotes purchaseContractNotes) Deprecated.Create a newPurchaseContractNotesentity and save it to the S/4HANA system.createPurCtrAccount(PurCtrAccount purCtrAccount) Deprecated.Create a newPurCtrAccountentity and save it to the S/4HANA system.createPurCtrAddress(PurCtrAddress purCtrAddress) Deprecated.Create a newPurCtrAddressentity and save it to the S/4HANA system.createPurCtrPartners(PurCtrPartners purCtrPartners) Deprecated.Create a newPurCtrPartnersentity and save it to the S/4HANA system.Deprecated.Fetch multiplePurchaseContractentities.Deprecated.Fetch multiplePurchaseContractItementities.Deprecated.Fetch multiplePurchaseContractItemNotesentities.Deprecated.Fetch multiplePurchaseContractNotesentities.Deprecated.Fetch multiplePurContrHdrCndnAmountentities.Deprecated.Fetch multiplePurContrHdrCndnScaleentities.Deprecated.Fetch multiplePurContrHdrCndnValdtyentities.Deprecated.Fetch multiplePurContrItmCndnAmountentities.Deprecated.Fetch multiplePurContrItmCndnScalesentities.Deprecated.Fetch multiplePurContrItmCndnValdtyentities.Deprecated.Fetch multiplePurCtrAccountentities.Deprecated.Fetch multiplePurCtrAddressentities.Deprecated.Fetch multiplePurCtrPartnersentities.getPurchaseContractByKey(String purchaseContract) Deprecated.Fetch a singlePurchaseContractentity using key fields.getPurchaseContractItemByKey(String purchaseContract, String purchaseContractItem) Deprecated.Fetch a singlePurchaseContractItementity using key fields.getPurchaseContractItemNotesByKey(String language, String textObjectType, String architecturalObjectNumber, String technicalObjectType, String purchaseContractItem, String purchaseContract) Deprecated.Fetch a singlePurchaseContractItemNotesentity using key fields.getPurchaseContractNotesByKey(String language, String textObjectType, String technicalObjectType, String architecturalObjectNumber, String purchaseContract) Deprecated.Fetch a singlePurchaseContractNotesentity using key fields.getPurContrHdrCndnAmountByKey(String purchaseContract, String conditionRecord, LocalDateTime conditionValidityEndDate, String conditionSequentialNumber) Deprecated.Fetch a singlePurContrHdrCndnAmountentity using key fields.getPurContrHdrCndnScaleByKey(String purchaseContract, String conditionRecord, String conditionSequentialNumber, LocalDateTime conditionValidityEndDate, String conditionScaleLine) Deprecated.Fetch a singlePurContrHdrCndnScaleentity using key fields.getPurContrHdrCndnValdtyByKey(String purchaseContract, String conditionRecord, LocalDateTime conditionValidityEndDate) Deprecated.Fetch a singlePurContrHdrCndnValdtyentity using key fields.getPurContrItmCndnAmountByKey(String purchaseContract, String purchaseContractItem, String conditionRecord, LocalDateTime conditionValidityEndDate, String conditionSequentialNumber) Deprecated.Fetch a singlePurContrItmCndnAmountentity using key fields.getPurContrItmCndnScalesByKey(String purchaseContract, String purchaseContractItem, String conditionRecord, String conditionSequentialNumber, LocalDateTime conditionValidityEndDate, String conditionScaleLine) Deprecated.Fetch a singlePurContrItmCndnScalesentity using key fields.getPurContrItmCndnValdtyByKey(String purchaseContract, String purchaseContractItem, String conditionRecord, LocalDateTime conditionValidityEndDate) Deprecated.Fetch a singlePurContrItmCndnValdtyentity using key fields.getPurCtrAccountByKey(String accountAssignment, String purchaseContractItem, String purchaseContract) Deprecated.Fetch a singlePurCtrAccountentity using key fields.getPurCtrAddressByKey(String purchaseContract, String addressID, String purchaseContractItem) Deprecated.Fetch a singlePurCtrAddressentity using key fields.getPurCtrPartnersByKey(String purchaseContract, String purchaseContractItem, String purchasingOrganization, String partnerFunction, String plant, String supplierSubrange, String partnerCounter) Deprecated.Fetch a singlePurCtrPartnersentity using key fields.rejectDocument(String purchaseContract) Deprecated.Creates a fluent helper for the RejectDocument OData function import.updatePurchaseContract(PurchaseContract purchaseContract) Deprecated.Update an existingPurchaseContractentity and save it to the S/4HANA system.updatePurchaseContractItem(PurchaseContractItem purchaseContractItem) Deprecated.Update an existingPurchaseContractItementity and save it to the S/4HANA system.updatePurchaseContractItemNotes(PurchaseContractItemNotes purchaseContractItemNotes) Deprecated.Update an existingPurchaseContractItemNotesentity and save it to the S/4HANA system.updatePurchaseContractNotes(PurchaseContractNotes purchaseContractNotes) Deprecated.Update an existingPurchaseContractNotesentity and save it to the S/4HANA system.updatePurCtrAccount(PurCtrAccount purCtrAccount) Deprecated.Update an existingPurCtrAccountentity and save it to the S/4HANA system.updatePurCtrAddress(PurCtrAddress purCtrAddress) Deprecated.Update an existingPurCtrAddressentity and save it to the S/4HANA system.updatePurCtrPartners(PurCtrPartners purCtrPartners) Deprecated.Update an existingPurCtrPartnersentity and save it to the S/4HANA system.withdrawFromApproval(String purchaseContract) Deprecated.Creates a fluent helper for the WithdrawFromApproval OData function import.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.
-
getAllPurCtrAccount
Deprecated.Fetch multiplePurCtrAccountentities.- Returns:
- A fluent helper to fetch multiple
PurCtrAccountentities. 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.
-
getPurCtrAccountByKey
@Nonnull PurCtrAccountByKeyFluentHelper getPurCtrAccountByKey(String accountAssignment, String purchaseContractItem, String purchaseContract) Deprecated.Fetch a singlePurCtrAccountentity using key fields.- Parameters:
purchaseContract- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
accountAssignment- Account AssignmentConstraints: Not nullable, Maximum length: 30
purchaseContractItem- Item Number of Purchasing DocumentConstraints: Not nullable, Maximum length: 5
- Returns:
- A fluent helper to fetch a single
PurCtrAccountentity 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.
-
createPurCtrAccount
Deprecated.Create a newPurCtrAccountentity and save it to the S/4HANA system.- Parameters:
purCtrAccount-PurCtrAccountentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurCtrAccountentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurCtrAccount
Deprecated.Update an existingPurCtrAccountentity and save it to the S/4HANA system.- Parameters:
purCtrAccount-PurCtrAccountentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurCtrAccountentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurCtrAddress
Deprecated.Fetch multiplePurCtrAddressentities.- Returns:
- A fluent helper to fetch multiple
PurCtrAddressentities. 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.
-
getPurCtrAddressByKey
@Nonnull PurCtrAddressByKeyFluentHelper getPurCtrAddressByKey(String purchaseContract, String addressID, String purchaseContractItem) Deprecated.Fetch a singlePurCtrAddressentity using key fields.- Parameters:
purchaseContract- Purchasing Contract HeaderConstraints: Not nullable, Maximum length: 10
purchaseContractItem- Item Number of Purchasing ContractConstraints: Not nullable, Maximum length: 5
addressID- Address NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
PurCtrAddressentity 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.
-
createPurCtrAddress
Deprecated.Create a newPurCtrAddressentity and save it to the S/4HANA system.- Parameters:
purCtrAddress-PurCtrAddressentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurCtrAddressentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurCtrAddress
Deprecated.Update an existingPurCtrAddressentity and save it to the S/4HANA system.- Parameters:
purCtrAddress-PurCtrAddressentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurCtrAddressentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurchaseContractItemNotes
Deprecated.Fetch multiplePurchaseContractItemNotesentities.- Returns:
- A fluent helper to fetch multiple
PurchaseContractItemNotesentities. 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.
-
getPurchaseContractItemNotesByKey
@Nonnull PurchaseContractItemNotesByKeyFluentHelper getPurchaseContractItemNotesByKey(String language, String textObjectType, String architecturalObjectNumber, String technicalObjectType, String purchaseContractItem, String purchaseContract) Deprecated.Fetch a singlePurchaseContractItemNotesentity using key fields.- Parameters:
technicalObjectType- Texts: application objectConstraints: Not nullable, Maximum length: 10
purchaseContract-textObjectType- Text IDConstraints: Not nullable, Maximum length: 4
language- Language KeyConstraints: Not nullable, Maximum length: 2
purchaseContractItem- Item Number of Purchasing DocumentConstraints: Not nullable, Maximum length: 5
architecturalObjectNumber- NameConstraints: Not nullable, Maximum length: 70
- Returns:
- A fluent helper to fetch a single
PurchaseContractItemNotesentity 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.
-
createPurchaseContractItemNotes
@Nonnull PurchaseContractItemNotesCreateFluentHelper createPurchaseContractItemNotes(@Nonnull PurchaseContractItemNotes purchaseContractItemNotes) Deprecated.Create a newPurchaseContractItemNotesentity and save it to the S/4HANA system.- Parameters:
purchaseContractItemNotes-PurchaseContractItemNotesentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurchaseContractItemNotesentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurchaseContractItemNotes
@Nonnull PurchaseContractItemNotesUpdateFluentHelper updatePurchaseContractItemNotes(@Nonnull PurchaseContractItemNotes purchaseContractItemNotes) Deprecated.Update an existingPurchaseContractItemNotesentity and save it to the S/4HANA system.- Parameters:
purchaseContractItemNotes-PurchaseContractItemNotesentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurchaseContractItemNotesentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurchaseContractItem
Deprecated.Fetch multiplePurchaseContractItementities.- Returns:
- A fluent helper to fetch multiple
PurchaseContractItementities. 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.
-
getPurchaseContractItemByKey
@Nonnull PurchaseContractItemByKeyFluentHelper getPurchaseContractItemByKey(String purchaseContract, String purchaseContractItem) Deprecated.Fetch a singlePurchaseContractItementity using key fields.- Parameters:
purchaseContract- Purchasing Contract HeaderConstraints: Not nullable, Maximum length: 10
purchaseContractItem- Item Number of Purchasing ContractConstraints: Not nullable, Maximum length: 5
- Returns:
- A fluent helper to fetch a single
PurchaseContractItementity 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.
-
createPurchaseContractItem
@Nonnull PurchaseContractItemCreateFluentHelper createPurchaseContractItem(@Nonnull PurchaseContractItem purchaseContractItem) Deprecated.Create a newPurchaseContractItementity and save it to the S/4HANA system.- Parameters:
purchaseContractItem-PurchaseContractItementity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurchaseContractItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurchaseContractItem
@Nonnull PurchaseContractItemUpdateFluentHelper updatePurchaseContractItem(@Nonnull PurchaseContractItem purchaseContractItem) Deprecated.Update an existingPurchaseContractItementity and save it to the S/4HANA system.- Parameters:
purchaseContractItem-PurchaseContractItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurchaseContractItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurchaseContractNotes
Deprecated.Fetch multiplePurchaseContractNotesentities.- Returns:
- A fluent helper to fetch multiple
PurchaseContractNotesentities. 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.
-
getPurchaseContractNotesByKey
@Nonnull PurchaseContractNotesByKeyFluentHelper getPurchaseContractNotesByKey(String language, String textObjectType, String technicalObjectType, String architecturalObjectNumber, String purchaseContract) Deprecated.Fetch a singlePurchaseContractNotesentity using key fields.- Parameters:
technicalObjectType- Texts: application objectConstraints: Not nullable, Maximum length: 10
purchaseContract- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
textObjectType- Text IDConstraints: Not nullable, Maximum length: 4
language- Language KeyConstraints: Not nullable, Maximum length: 2
architecturalObjectNumber- NameConstraints: Not nullable, Maximum length: 70
- Returns:
- A fluent helper to fetch a single
PurchaseContractNotesentity 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.
-
createPurchaseContractNotes
@Nonnull PurchaseContractNotesCreateFluentHelper createPurchaseContractNotes(@Nonnull PurchaseContractNotes purchaseContractNotes) Deprecated.Create a newPurchaseContractNotesentity and save it to the S/4HANA system.- Parameters:
purchaseContractNotes-PurchaseContractNotesentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurchaseContractNotesentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurchaseContractNotes
@Nonnull PurchaseContractNotesUpdateFluentHelper updatePurchaseContractNotes(@Nonnull PurchaseContractNotes purchaseContractNotes) Deprecated.Update an existingPurchaseContractNotesentity and save it to the S/4HANA system.- Parameters:
purchaseContractNotes-PurchaseContractNotesentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurchaseContractNotesentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurCtrPartners
Deprecated.Fetch multiplePurCtrPartnersentities.- Returns:
- A fluent helper to fetch multiple
PurCtrPartnersentities. 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.
-
getPurCtrPartnersByKey
@Nonnull PurCtrPartnersByKeyFluentHelper getPurCtrPartnersByKey(String purchaseContract, String purchaseContractItem, String purchasingOrganization, String partnerFunction, String plant, String supplierSubrange, String partnerCounter) Deprecated.Fetch a singlePurCtrPartnersentity using key fields.- Parameters:
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
purchaseContract- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
plant- PlantConstraints: Not nullable, Maximum length: 4
purchasingOrganization- Purchasing OrganizationConstraints: Not nullable, Maximum length: 4
partnerCounter- Partner counterConstraints: Not nullable, Maximum length: 3
purchaseContractItem- Item Number of Purchasing DocumentConstraints: Not nullable, Maximum length: 5
supplierSubrange- Supplier SubrangeConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
PurCtrPartnersentity 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.
-
createPurCtrPartners
@Nonnull PurCtrPartnersCreateFluentHelper createPurCtrPartners(@Nonnull PurCtrPartners purCtrPartners) Deprecated.Create a newPurCtrPartnersentity and save it to the S/4HANA system.- Parameters:
purCtrPartners-PurCtrPartnersentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurCtrPartnersentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurCtrPartners
@Nonnull PurCtrPartnersUpdateFluentHelper updatePurCtrPartners(@Nonnull PurCtrPartners purCtrPartners) Deprecated.Update an existingPurCtrPartnersentity and save it to the S/4HANA system.- Parameters:
purCtrPartners-PurCtrPartnersentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurCtrPartnersentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurchaseContract
Deprecated.Fetch multiplePurchaseContractentities.- Returns:
- A fluent helper to fetch multiple
PurchaseContractentities. 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.
-
getPurchaseContractByKey
Deprecated.Fetch a singlePurchaseContractentity using key fields.- Parameters:
purchaseContract- Purchasing Contract HeaderConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
PurchaseContractentity 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.
-
createPurchaseContract
@Nonnull PurchaseContractCreateFluentHelper createPurchaseContract(@Nonnull PurchaseContract purchaseContract) Deprecated.Create a newPurchaseContractentity and save it to the S/4HANA system.- Parameters:
purchaseContract-PurchaseContractentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurchaseContractentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurchaseContract
@Nonnull PurchaseContractUpdateFluentHelper updatePurchaseContract(@Nonnull PurchaseContract purchaseContract) Deprecated.Update an existingPurchaseContractentity and save it to the S/4HANA system.- Parameters:
purchaseContract-PurchaseContractentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurchaseContractentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurContrHdrCndnAmount
Deprecated.Fetch multiplePurContrHdrCndnAmountentities.- Returns:
- A fluent helper to fetch multiple
PurContrHdrCndnAmountentities. 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.
-
getPurContrHdrCndnAmountByKey
@Nonnull PurContrHdrCndnAmountByKeyFluentHelper getPurContrHdrCndnAmountByKey(String purchaseContract, String conditionRecord, LocalDateTime conditionValidityEndDate, String conditionSequentialNumber) Deprecated.Fetch a singlePurContrHdrCndnAmountentity using key fields.- Parameters:
conditionSequentialNumber- Sequential number of the conditionConstraints: Not nullable, Maximum length: 2
conditionValidityEndDate- Validity end date of the condition recordConstraints: Not nullable, Precision: 0
purchaseContract- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
PurContrHdrCndnAmountentity 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.
-
getAllPurContrHdrCndnScale
Deprecated.Fetch multiplePurContrHdrCndnScaleentities.- Returns:
- A fluent helper to fetch multiple
PurContrHdrCndnScaleentities. 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.
-
getPurContrHdrCndnScaleByKey
@Nonnull PurContrHdrCndnScaleByKeyFluentHelper getPurContrHdrCndnScaleByKey(String purchaseContract, String conditionRecord, String conditionSequentialNumber, LocalDateTime conditionValidityEndDate, String conditionScaleLine) Deprecated.Fetch a singlePurContrHdrCndnScaleentity using key fields.- Parameters:
conditionSequentialNumber- Sequential number of the conditionConstraints: Not nullable, Maximum length: 2
conditionValidityEndDate- Validity end date of the condition recordConstraints: Not nullable, Precision: 0
purchaseContract- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionScaleLine- Current number of the line scaleConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
PurContrHdrCndnScaleentity 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.
-
getAllPurContrHdrCndnValdty
Deprecated.Fetch multiplePurContrHdrCndnValdtyentities.- Returns:
- A fluent helper to fetch multiple
PurContrHdrCndnValdtyentities. 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.
-
getPurContrHdrCndnValdtyByKey
@Nonnull PurContrHdrCndnValdtyByKeyFluentHelper getPurContrHdrCndnValdtyByKey(String purchaseContract, String conditionRecord, LocalDateTime conditionValidityEndDate) Deprecated.Fetch a singlePurContrHdrCndnValdtyentity using key fields.- Parameters:
conditionValidityEndDate- Validity end date of the condition recordConstraints: Not nullable, Precision: 0
purchaseContract- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
PurContrHdrCndnValdtyentity 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.
-
getAllPurContrItmCndnAmount
Deprecated.Fetch multiplePurContrItmCndnAmountentities.- Returns:
- A fluent helper to fetch multiple
PurContrItmCndnAmountentities. 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.
-
getPurContrItmCndnAmountByKey
@Nonnull PurContrItmCndnAmountByKeyFluentHelper getPurContrItmCndnAmountByKey(String purchaseContract, String purchaseContractItem, String conditionRecord, LocalDateTime conditionValidityEndDate, String conditionSequentialNumber) Deprecated.Fetch a singlePurContrItmCndnAmountentity using key fields.- Parameters:
conditionSequentialNumber- Sequential number of the conditionConstraints: Not nullable, Maximum length: 2
conditionValidityEndDate- Validity end date of the condition recordConstraints: Not nullable, Precision: 0
purchaseContract- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
purchaseContractItem- Item Number of Purchasing DocumentConstraints: Not nullable, Maximum length: 5
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
PurContrItmCndnAmountentity 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.
-
getAllPurContrItmCndnScales
Deprecated.Fetch multiplePurContrItmCndnScalesentities.- Returns:
- A fluent helper to fetch multiple
PurContrItmCndnScalesentities. 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.
-
getPurContrItmCndnScalesByKey
@Nonnull PurContrItmCndnScalesByKeyFluentHelper getPurContrItmCndnScalesByKey(String purchaseContract, String purchaseContractItem, String conditionRecord, String conditionSequentialNumber, LocalDateTime conditionValidityEndDate, String conditionScaleLine) Deprecated.Fetch a singlePurContrItmCndnScalesentity using key fields.- Parameters:
conditionSequentialNumber- Sequential number of the conditionConstraints: Not nullable, Maximum length: 2
conditionValidityEndDate- Validity end date of the condition recordConstraints: Not nullable, Precision: 0
purchaseContract- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
purchaseContractItem- Item Number of Purchasing DocumentConstraints: Not nullable, Maximum length: 5
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionScaleLine- Current number of the line scaleConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
PurContrItmCndnScalesentity 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.
-
getAllPurContrItmCndnValdty
Deprecated.Fetch multiplePurContrItmCndnValdtyentities.- Returns:
- A fluent helper to fetch multiple
PurContrItmCndnValdtyentities. 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.
-
getPurContrItmCndnValdtyByKey
@Nonnull PurContrItmCndnValdtyByKeyFluentHelper getPurContrItmCndnValdtyByKey(String purchaseContract, String purchaseContractItem, String conditionRecord, LocalDateTime conditionValidityEndDate) Deprecated.Fetch a singlePurContrItmCndnValdtyentity using key fields.- Parameters:
conditionValidityEndDate- Validity end date of the condition recordConstraints: Not nullable, Precision: 0
purchaseContract- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
purchaseContractItem- Item Number of Purchasing DocumentConstraints: Not nullable, Maximum length: 5
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
PurContrItmCndnValdtyentity 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.
-
approveDocument
Deprecated.Creates a fluent helper for the ApproveDocument OData function import.
- Parameters:
purchaseContract- Constraints: Not nullable, Maximum length: 10Original parameter name from the Odata EDM: PurchaseContract
- Returns:
- A fluent helper object that will execute the ApproveDocument OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
rejectDocument
Deprecated.Creates a fluent helper for the RejectDocument OData function import.
- Parameters:
purchaseContract- Constraints: Not nullable, Maximum length: 10Original parameter name from the Odata EDM: PurchaseContract
- Returns:
- A fluent helper object that will execute the RejectDocument OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
withdrawFromApproval
Deprecated.Creates a fluent helper for the WithdrawFromApproval OData function import.
- Parameters:
purchaseContract- Constraints: Not nullable, Maximum length: 10Original parameter name from the Odata EDM: PurchaseContract
- Returns:
- A fluent helper object that will execute the WithdrawFromApproval OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-