Class DefaultSalesContractService
- All Implemented Interfaces:
BatchService<SalesContractServiceBatch>,SalesContractService
The service contains header and item entities, as well as their sub-entities for partners and pricing elements. Once the sales contract has been created, the sales contract number is sent in the response with the data included in the sales contract. If there are any issues when creating, retrieving, updating, or deleting the sales contract, the system displays error messages in the response.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_SALES_CONTRACT_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Sales Contract Integration(SAP_COM_0119) |
| Scope Items: | Sales Contract Management(I9I) |
| Authentication Methods: | x509 |
| Business Object: | Sales Contract |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.SalesContractService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSalesContractService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createSalesContract(SalesContract salesContract) Deprecated.Create a newSalesContractentity and save it to the S/4HANA system.createSalesContractItem(SalesContractItem salesContractItem) Deprecated.Create a newSalesContractItementity and save it to the S/4HANA system.createSalesContractPartner(SalesContractPartner salesContractPartner) Deprecated.Create a newSalesContractPartnerentity and save it to the S/4HANA system.deleteSalesContract(SalesContract salesContract) Deprecated.Deletes an existingSalesContractentity in the S/4HANA system.deleteSalesContractItem(SalesContractItem salesContractItem) Deprecated.Deletes an existingSalesContractItementity in the S/4HANA system.deleteSalesContractItemPartner(SalesContractItemPartner salesContractItemPartner) Deprecated.Deletes an existingSalesContractItemPartnerentity in the S/4HANA system.deleteSalesContractItemPrcgElmnt(SalesContractItemPrcgElmnt salesContractItemPrcgElmnt) Deprecated.Deletes an existingSalesContractItemPrcgElmntentity in the S/4HANA system.deleteSalesContractItemText(SalesContractItemText salesContractItemText) Deprecated.Deletes an existingSalesContractItemTextentity in the S/4HANA system.deleteSalesContractPartner(SalesContractPartner salesContractPartner) Deprecated.Deletes an existingSalesContractPartnerentity in the S/4HANA system.deleteSalesContractPrcgElmnt(SalesContractPrcgElmnt salesContractPrcgElmnt) Deprecated.Deletes an existingSalesContractPrcgElmntentity in the S/4HANA system.deleteSalesContractText(SalesContractText salesContractText) Deprecated.Deletes an existingSalesContractTextentity in the S/4HANA system.Deprecated.Fetch multipleSalesContractentities.Deprecated.Fetch multipleSalesContractItementities.Deprecated.Fetch multipleSalesContractItemPartnerentities.Deprecated.Fetch multipleSalesContractItemPrcgElmntentities.Deprecated.Fetch multipleSalesContractItemTextentities.Deprecated.Fetch multipleSalesContractPartnerentities.Deprecated.Fetch multipleSalesContractPrcgElmntentities.Deprecated.Fetch multipleSalesContractTextentities.getSalesContractByKey(String salesContract) Deprecated.Fetch a singleSalesContractentity using key fields.getSalesContractItemByKey(String salesContract, String salesContractItem) Deprecated.Fetch a singleSalesContractItementity using key fields.getSalesContractItemPartnerByKey(String salesContract, String salesContractItem, String partnerFunction) Deprecated.Fetch a singleSalesContractItemPartnerentity using key fields.getSalesContractItemPrcgElmntByKey(String salesContract, String salesContractItem, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Fetch a singleSalesContractItemPrcgElmntentity using key fields.getSalesContractItemTextByKey(String salesContract, String salesContractItem, String language, String longTextID) Deprecated.Fetch a singleSalesContractItemTextentity using key fields.getSalesContractPartnerByKey(String salesContract, String partnerFunction) Deprecated.Fetch a singleSalesContractPartnerentity using key fields.getSalesContractPrcgElmntByKey(String salesContract, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Fetch a singleSalesContractPrcgElmntentity using key fields.getSalesContractTextByKey(String salesContract, String language, String longTextID) Deprecated.Fetch a singleSalesContractTextentity using key fields.rejectApprovalRequest(String salesContract) Deprecated.Creates a fluent helper for the rejectApprovalRequest OData function import.releaseApprovalRequest(String salesContract) Deprecated.Creates a fluent helper for the releaseApprovalRequest OData function import.updateSalesContract(SalesContract salesContract) Deprecated.Update an existingSalesContractentity and save it to the S/4HANA system.updateSalesContractItem(SalesContractItem salesContractItem) Deprecated.Update an existingSalesContractItementity and save it to the S/4HANA system.updateSalesContractItemPartner(SalesContractItemPartner salesContractItemPartner) Deprecated.Update an existingSalesContractItemPartnerentity and save it to the S/4HANA system.updateSalesContractItemPrcgElmnt(SalesContractItemPrcgElmnt salesContractItemPrcgElmnt) Deprecated.Update an existingSalesContractItemPrcgElmntentity and save it to the S/4HANA system.updateSalesContractItemText(SalesContractItemText salesContractItemText) Deprecated.Update an existingSalesContractItemTextentity and save it to the S/4HANA system.updateSalesContractPartner(SalesContractPartner salesContractPartner) Deprecated.Update an existingSalesContractPartnerentity and save it to the S/4HANA system.updateSalesContractPrcgElmnt(SalesContractPrcgElmnt salesContractPrcgElmnt) Deprecated.Update an existingSalesContractPrcgElmntentity and save it to the S/4HANA system.updateSalesContractText(SalesContractText salesContractText) Deprecated.Update an existingSalesContractTextentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultSalesContractService
public DefaultSalesContractService()Deprecated.Creates a service usingSalesContractService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:SalesContractServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSalesContractService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<SalesContractServiceBatch>
-
getAllSalesContract
Deprecated.Description copied from interface:SalesContractServiceFetch multipleSalesContractentities.- Specified by:
getAllSalesContractin interfaceSalesContractService- Returns:
- A fluent helper to fetch multiple
SalesContractentities. 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.
-
getSalesContractByKey
Deprecated.Description copied from interface:SalesContractServiceFetch a singleSalesContractentity using key fields.- Specified by:
getSalesContractByKeyin interfaceSalesContractService- Parameters:
salesContract- Sales ContractConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SalesContractentity 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.
-
createSalesContract
@Nonnull public SalesContractCreateFluentHelper createSalesContract(@Nonnull SalesContract salesContract) Deprecated.Description copied from interface:SalesContractServiceCreate a newSalesContractentity and save it to the S/4HANA system.- Specified by:
createSalesContractin interfaceSalesContractService- Parameters:
salesContract-SalesContractentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesContractentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesContract
@Nonnull public SalesContractUpdateFluentHelper updateSalesContract(@Nonnull SalesContract salesContract) Deprecated.Description copied from interface:SalesContractServiceUpdate an existingSalesContractentity and save it to the S/4HANA system.- Specified by:
updateSalesContractin interfaceSalesContractService- Parameters:
salesContract-SalesContractentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesContractentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesContract
@Nonnull public SalesContractDeleteFluentHelper deleteSalesContract(@Nonnull SalesContract salesContract) Deprecated.Description copied from interface:SalesContractServiceDeletes an existingSalesContractentity in the S/4HANA system.- Specified by:
deleteSalesContractin interfaceSalesContractService- Parameters:
salesContract-SalesContractentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesContractentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesContractItem
Deprecated.Description copied from interface:SalesContractServiceFetch multipleSalesContractItementities.- Specified by:
getAllSalesContractItemin interfaceSalesContractService- Returns:
- A fluent helper to fetch multiple
SalesContractItementities. 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.
-
getSalesContractItemByKey
@Nonnull public SalesContractItemByKeyFluentHelper getSalesContractItemByKey(String salesContract, String salesContractItem) Deprecated.Description copied from interface:SalesContractServiceFetch a singleSalesContractItementity using key fields.- Specified by:
getSalesContractItemByKeyin interfaceSalesContractService- Parameters:
salesContract- Sales ContractConstraints: Not nullable, Maximum length: 10
salesContractItem- Sales Contract ItemConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
SalesContractItementity 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.
-
createSalesContractItem
@Nonnull public SalesContractItemCreateFluentHelper createSalesContractItem(@Nonnull SalesContractItem salesContractItem) Deprecated.Description copied from interface:SalesContractServiceCreate a newSalesContractItementity and save it to the S/4HANA system.- Specified by:
createSalesContractItemin interfaceSalesContractService- Parameters:
salesContractItem-SalesContractItementity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesContractItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesContractItem
@Nonnull public SalesContractItemUpdateFluentHelper updateSalesContractItem(@Nonnull SalesContractItem salesContractItem) Deprecated.Description copied from interface:SalesContractServiceUpdate an existingSalesContractItementity and save it to the S/4HANA system.- Specified by:
updateSalesContractItemin interfaceSalesContractService- Parameters:
salesContractItem-SalesContractItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesContractItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesContractItem
@Nonnull public SalesContractItemDeleteFluentHelper deleteSalesContractItem(@Nonnull SalesContractItem salesContractItem) Deprecated.Description copied from interface:SalesContractServiceDeletes an existingSalesContractItementity in the S/4HANA system.- Specified by:
deleteSalesContractItemin interfaceSalesContractService- Parameters:
salesContractItem-SalesContractItementity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesContractItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesContractItemPartner
Deprecated.Description copied from interface:SalesContractServiceFetch multipleSalesContractItemPartnerentities.- Specified by:
getAllSalesContractItemPartnerin interfaceSalesContractService- Returns:
- A fluent helper to fetch multiple
SalesContractItemPartnerentities. 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.
-
getSalesContractItemPartnerByKey
@Nonnull public SalesContractItemPartnerByKeyFluentHelper getSalesContractItemPartnerByKey(String salesContract, String salesContractItem, String partnerFunction) Deprecated.Description copied from interface:SalesContractServiceFetch a singleSalesContractItemPartnerentity using key fields.- Specified by:
getSalesContractItemPartnerByKeyin interfaceSalesContractService- Parameters:
salesContract- Sales ContractConstraints: Not nullable, Maximum length: 10
salesContractItem- Sales Contract ItemConstraints: Not nullable, Maximum length: 6
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
SalesContractItemPartnerentity 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.
-
updateSalesContractItemPartner
@Nonnull public SalesContractItemPartnerUpdateFluentHelper updateSalesContractItemPartner(@Nonnull SalesContractItemPartner salesContractItemPartner) Deprecated.Description copied from interface:SalesContractServiceUpdate an existingSalesContractItemPartnerentity and save it to the S/4HANA system.- Specified by:
updateSalesContractItemPartnerin interfaceSalesContractService- Parameters:
salesContractItemPartner-SalesContractItemPartnerentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesContractItemPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesContractItemPartner
@Nonnull public SalesContractItemPartnerDeleteFluentHelper deleteSalesContractItemPartner(@Nonnull SalesContractItemPartner salesContractItemPartner) Deprecated.Description copied from interface:SalesContractServiceDeletes an existingSalesContractItemPartnerentity in the S/4HANA system.- Specified by:
deleteSalesContractItemPartnerin interfaceSalesContractService- Parameters:
salesContractItemPartner-SalesContractItemPartnerentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesContractItemPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesContractItemPrcgElmnt
Deprecated.Description copied from interface:SalesContractServiceFetch multipleSalesContractItemPrcgElmntentities.- Specified by:
getAllSalesContractItemPrcgElmntin interfaceSalesContractService- Returns:
- A fluent helper to fetch multiple
SalesContractItemPrcgElmntentities. 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.
-
getSalesContractItemPrcgElmntByKey
@Nonnull public SalesContractItemPrcgElmntByKeyFluentHelper getSalesContractItemPrcgElmntByKey(String salesContract, String salesContractItem, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Description copied from interface:SalesContractServiceFetch a singleSalesContractItemPrcgElmntentity using key fields.- Specified by:
getSalesContractItemPrcgElmntByKeyin interfaceSalesContractService- Parameters:
salesContract- Sales ContractConstraints: Not nullable, Maximum length: 10
salesContractItem- Sales Contract ItemConstraints: Not nullable, Maximum length: 6
pricingProcedureStep- Step NumberConstraints: Not nullable, Maximum length: 3
pricingProcedureCounter- Condition CounterConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
SalesContractItemPrcgElmntentity 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.
-
updateSalesContractItemPrcgElmnt
@Nonnull public SalesContractItemPrcgElmntUpdateFluentHelper updateSalesContractItemPrcgElmnt(@Nonnull SalesContractItemPrcgElmnt salesContractItemPrcgElmnt) Deprecated.Description copied from interface:SalesContractServiceUpdate an existingSalesContractItemPrcgElmntentity and save it to the S/4HANA system.- Specified by:
updateSalesContractItemPrcgElmntin interfaceSalesContractService- Parameters:
salesContractItemPrcgElmnt-SalesContractItemPrcgElmntentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesContractItemPrcgElmntentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesContractItemPrcgElmnt
@Nonnull public SalesContractItemPrcgElmntDeleteFluentHelper deleteSalesContractItemPrcgElmnt(@Nonnull SalesContractItemPrcgElmnt salesContractItemPrcgElmnt) Deprecated.Description copied from interface:SalesContractServiceDeletes an existingSalesContractItemPrcgElmntentity in the S/4HANA system.- Specified by:
deleteSalesContractItemPrcgElmntin interfaceSalesContractService- Parameters:
salesContractItemPrcgElmnt-SalesContractItemPrcgElmntentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesContractItemPrcgElmntentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesContractItemText
Deprecated.Description copied from interface:SalesContractServiceFetch multipleSalesContractItemTextentities.- Specified by:
getAllSalesContractItemTextin interfaceSalesContractService- Returns:
- A fluent helper to fetch multiple
SalesContractItemTextentities. 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.
-
getSalesContractItemTextByKey
@Nonnull public SalesContractItemTextByKeyFluentHelper getSalesContractItemTextByKey(String salesContract, String salesContractItem, String language, String longTextID) Deprecated.Description copied from interface:SalesContractServiceFetch a singleSalesContractItemTextentity using key fields.- Specified by:
getSalesContractItemTextByKeyin interfaceSalesContractService- Parameters:
salesContract- Sales ContractConstraints: Not nullable, Maximum length: 10
salesContractItem- Sales Contract ItemConstraints: Not nullable, Maximum length: 6
language- Language KeyConstraints: Not nullable, Maximum length: 2
longTextID- Text IDConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
SalesContractItemTextentity 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.
-
updateSalesContractItemText
@Nonnull public SalesContractItemTextUpdateFluentHelper updateSalesContractItemText(@Nonnull SalesContractItemText salesContractItemText) Deprecated.Description copied from interface:SalesContractServiceUpdate an existingSalesContractItemTextentity and save it to the S/4HANA system.- Specified by:
updateSalesContractItemTextin interfaceSalesContractService- Parameters:
salesContractItemText-SalesContractItemTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesContractItemTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesContractItemText
@Nonnull public SalesContractItemTextDeleteFluentHelper deleteSalesContractItemText(@Nonnull SalesContractItemText salesContractItemText) Deprecated.Description copied from interface:SalesContractServiceDeletes an existingSalesContractItemTextentity in the S/4HANA system.- Specified by:
deleteSalesContractItemTextin interfaceSalesContractService- Parameters:
salesContractItemText-SalesContractItemTextentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesContractItemTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesContractPartner
Deprecated.Description copied from interface:SalesContractServiceFetch multipleSalesContractPartnerentities.- Specified by:
getAllSalesContractPartnerin interfaceSalesContractService- Returns:
- A fluent helper to fetch multiple
SalesContractPartnerentities. 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.
-
getSalesContractPartnerByKey
@Nonnull public SalesContractPartnerByKeyFluentHelper getSalesContractPartnerByKey(String salesContract, String partnerFunction) Deprecated.Description copied from interface:SalesContractServiceFetch a singleSalesContractPartnerentity using key fields.- Specified by:
getSalesContractPartnerByKeyin interfaceSalesContractService- Parameters:
salesContract- Sales ContractConstraints: Not nullable, Maximum length: 10
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
SalesContractPartnerentity 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.
-
createSalesContractPartner
@Nonnull public SalesContractPartnerCreateFluentHelper createSalesContractPartner(@Nonnull SalesContractPartner salesContractPartner) Deprecated.Description copied from interface:SalesContractServiceCreate a newSalesContractPartnerentity and save it to the S/4HANA system.- Specified by:
createSalesContractPartnerin interfaceSalesContractService- Parameters:
salesContractPartner-SalesContractPartnerentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesContractPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesContractPartner
@Nonnull public SalesContractPartnerUpdateFluentHelper updateSalesContractPartner(@Nonnull SalesContractPartner salesContractPartner) Deprecated.Description copied from interface:SalesContractServiceUpdate an existingSalesContractPartnerentity and save it to the S/4HANA system.- Specified by:
updateSalesContractPartnerin interfaceSalesContractService- Parameters:
salesContractPartner-SalesContractPartnerentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesContractPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesContractPartner
@Nonnull public SalesContractPartnerDeleteFluentHelper deleteSalesContractPartner(@Nonnull SalesContractPartner salesContractPartner) Deprecated.Description copied from interface:SalesContractServiceDeletes an existingSalesContractPartnerentity in the S/4HANA system.- Specified by:
deleteSalesContractPartnerin interfaceSalesContractService- Parameters:
salesContractPartner-SalesContractPartnerentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesContractPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesContractPrcgElmnt
Deprecated.Description copied from interface:SalesContractServiceFetch multipleSalesContractPrcgElmntentities.- Specified by:
getAllSalesContractPrcgElmntin interfaceSalesContractService- Returns:
- A fluent helper to fetch multiple
SalesContractPrcgElmntentities. 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.
-
getSalesContractPrcgElmntByKey
@Nonnull public SalesContractPrcgElmntByKeyFluentHelper getSalesContractPrcgElmntByKey(String salesContract, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Description copied from interface:SalesContractServiceFetch a singleSalesContractPrcgElmntentity using key fields.- Specified by:
getSalesContractPrcgElmntByKeyin interfaceSalesContractService- Parameters:
salesContract- Sales ContractConstraints: Not nullable, Maximum length: 10
pricingProcedureStep- Step NumberConstraints: Not nullable, Maximum length: 3
pricingProcedureCounter- Condition CounterConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
SalesContractPrcgElmntentity 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.
-
updateSalesContractPrcgElmnt
@Nonnull public SalesContractPrcgElmntUpdateFluentHelper updateSalesContractPrcgElmnt(@Nonnull SalesContractPrcgElmnt salesContractPrcgElmnt) Deprecated.Description copied from interface:SalesContractServiceUpdate an existingSalesContractPrcgElmntentity and save it to the S/4HANA system.- Specified by:
updateSalesContractPrcgElmntin interfaceSalesContractService- Parameters:
salesContractPrcgElmnt-SalesContractPrcgElmntentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesContractPrcgElmntentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesContractPrcgElmnt
@Nonnull public SalesContractPrcgElmntDeleteFluentHelper deleteSalesContractPrcgElmnt(@Nonnull SalesContractPrcgElmnt salesContractPrcgElmnt) Deprecated.Description copied from interface:SalesContractServiceDeletes an existingSalesContractPrcgElmntentity in the S/4HANA system.- Specified by:
deleteSalesContractPrcgElmntin interfaceSalesContractService- Parameters:
salesContractPrcgElmnt-SalesContractPrcgElmntentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesContractPrcgElmntentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesContractText
Deprecated.Description copied from interface:SalesContractServiceFetch multipleSalesContractTextentities.- Specified by:
getAllSalesContractTextin interfaceSalesContractService- Returns:
- A fluent helper to fetch multiple
SalesContractTextentities. 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.
-
getSalesContractTextByKey
@Nonnull public SalesContractTextByKeyFluentHelper getSalesContractTextByKey(String salesContract, String language, String longTextID) Deprecated.Description copied from interface:SalesContractServiceFetch a singleSalesContractTextentity using key fields.- Specified by:
getSalesContractTextByKeyin interfaceSalesContractService- Parameters:
salesContract- Sales ContractConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
longTextID- Text IDConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
SalesContractTextentity 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.
-
updateSalesContractText
@Nonnull public SalesContractTextUpdateFluentHelper updateSalesContractText(@Nonnull SalesContractText salesContractText) Deprecated.Description copied from interface:SalesContractServiceUpdate an existingSalesContractTextentity and save it to the S/4HANA system.- Specified by:
updateSalesContractTextin interfaceSalesContractService- Parameters:
salesContractText-SalesContractTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesContractTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesContractText
@Nonnull public SalesContractTextDeleteFluentHelper deleteSalesContractText(@Nonnull SalesContractText salesContractText) Deprecated.Description copied from interface:SalesContractServiceDeletes an existingSalesContractTextentity in the S/4HANA system.- Specified by:
deleteSalesContractTextin interfaceSalesContractService- Parameters:
salesContractText-SalesContractTextentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesContractTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
releaseApprovalRequest
@Nonnull public ReleaseApprovalRequestFluentHelper releaseApprovalRequest(@Nonnull String salesContract) Deprecated.Description copied from interface:SalesContractServiceCreates a fluent helper for the releaseApprovalRequest OData function import.
- Specified by:
releaseApprovalRequestin interfaceSalesContractService- Parameters:
salesContract- Constraints: Not nullable, Maximum length: 10Original parameter name from the Odata EDM: SalesContract
- Returns:
- A fluent helper object that will execute the releaseApprovalRequest OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
rejectApprovalRequest
@Nonnull public RejectApprovalRequestFluentHelper rejectApprovalRequest(@Nonnull String salesContract) Deprecated.Description copied from interface:SalesContractServiceCreates a fluent helper for the rejectApprovalRequest OData function import.
- Specified by:
rejectApprovalRequestin interfaceSalesContractService- Parameters:
salesContract- Constraints: Not nullable, Maximum length: 10Original parameter name from the Odata EDM: SalesContract
- Returns:
- A fluent helper object that will execute the rejectApprovalRequest OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-