@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odata.services.DefaultOpportunityService") public class DefaultOpportunityService extends Object implements OpportunityService
The service contains header, item, person responsible, sales representative and text entities. The information is sent in the request as a payload. All information is used when creating, updating or deleting an opportunity data, including appropriate checks for restricted values and authorizations. Once the opportunity has been created or updated, the opportunity information is sent in the response. If there are any issues when the opportunity is created or updated, the system returns error messages. In each API call, you can use the following operations: - Retrieve opportunity. - Create opportunity. Note: You must use “deep insert” requests (a header plus the following entities: person responsible, sales representative, text, and item). - Create new items for existing service orders. - Create an item person responsible, sales representative and text for existing opportunity items. - Update the header, person responsible, sales representative, text, items, item person responsible, item text and item sales representative for existing opportunity. - Delete the header person responsible, header sales representative, header text, item, item person responsible, item sales representative and item text for existing opportunity. .
Reference: SAP API Business Hub
OData Service: | OP_API_OPPORTUNITY_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Opportunity |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultOpportunityService()
Creates a service using
OpportunityService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultOpportunityService()
OpportunityService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultOpportunityService withServicePath(@Nonnull String servicePath)
OpportunityService
withServicePath
in interface OpportunityService
servicePath
- Service path that will override the default.@Nonnull public DefaultOpportunityServiceBatch batch()
batch
in interface BatchService<OpportunityServiceBatch>
@Nonnull public OpportunityFluentHelper getAllOpportunity()
OpportunityService
Opportunity
entities.getAllOpportunity
in interface OpportunityService
Opportunity
entities. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityByKeyFluentHelper getOpportunityByKey(String opportunity)
OpportunityService
Opportunity
entity using key fields.getOpportunityByKey
in interface OpportunityService
opportunity
- Transaction ID
Constraints: Not nullable, Maximum length: 10
Opportunity
entity using key fields. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityCreateFluentHelper createOpportunity(@Nonnull Opportunity opportunity)
OpportunityService
Opportunity
entity and save it to the S/4HANA system.createOpportunity
in interface OpportunityService
opportunity
- Opportunity
entity object that will be created in the S/4HANA system.Opportunity
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityUpdateFluentHelper updateOpportunity(@Nonnull Opportunity opportunity)
OpportunityService
Opportunity
entity and save it to the S/4HANA system.updateOpportunity
in interface OpportunityService
opportunity
- Opportunity
entity object that will be updated in the S/4HANA system.Opportunity
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityFUPSalesOrderFluentHelper getAllOpportunityFUPSalesOrder()
OpportunityService
OpportunityFUPSalesOrder
entities.getAllOpportunityFUPSalesOrder
in interface OpportunityService
OpportunityFUPSalesOrder
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityFUPSalesOrderByKeyFluentHelper getOpportunityFUPSalesOrderByKey(String salesOrder, String opportunity)
OpportunityService
OpportunityFUPSalesOrder
entity using key fields.getOpportunityFUPSalesOrderByKey
in interface OpportunityService
salesOrder
- Sales Document
Constraints: Not nullable, Maximum length: 10
opportunity
- Transaction ID
Constraints: Not nullable, Maximum length: 10
OpportunityFUPSalesOrder
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityFUPSalesQuotationFluentHelper getAllOpportunityFUPSalesQuotation()
OpportunityService
OpportunityFUPSalesQuotation
entities.getAllOpportunityFUPSalesQuotation
in interface OpportunityService
OpportunityFUPSalesQuotation
entities. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityFUPSalesQuotationByKeyFluentHelper getOpportunityFUPSalesQuotationByKey(String salesQuotation, String opportunity)
OpportunityService
OpportunityFUPSalesQuotation
entity using key fields.getOpportunityFUPSalesQuotationByKey
in interface OpportunityService
salesQuotation
- Sales Document
Constraints: Not nullable, Maximum length: 10
opportunity
- Transaction ID
Constraints: Not nullable, Maximum length: 10
OpportunityFUPSalesQuotation
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityFUPServiceOrderFluentHelper getAllOpportunityFUPServiceOrder()
OpportunityService
OpportunityFUPServiceOrder
entities.getAllOpportunityFUPServiceOrder
in interface OpportunityService
OpportunityFUPServiceOrder
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityFUPServiceOrderByKeyFluentHelper getOpportunityFUPServiceOrderByKey(String serviceOrder, String opportunity)
OpportunityService
OpportunityFUPServiceOrder
entity using key fields.getOpportunityFUPServiceOrderByKey
in interface OpportunityService
serviceOrder
- Transaction ID
Constraints: Not nullable, Maximum length: 10
opportunity
- Transaction ID
Constraints: Not nullable, Maximum length: 10
OpportunityFUPServiceOrder
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemFluentHelper getAllOpportunityItem()
OpportunityService
OpportunityItem
entities.getAllOpportunityItem
in interface OpportunityService
OpportunityItem
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemByKeyFluentHelper getOpportunityItemByKey(String opportunity, String opportunityItem)
OpportunityService
OpportunityItem
entity using key fields.getOpportunityItemByKey
in interface OpportunityService
opportunity
- Transaction ID
Constraints: Not nullable, Maximum length: 10
opportunityItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
OpportunityItem
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemCreateFluentHelper createOpportunityItem(@Nonnull OpportunityItem opportunityItem)
OpportunityService
OpportunityItem
entity and save it to the S/4HANA system.createOpportunityItem
in interface OpportunityService
opportunityItem
- OpportunityItem
entity object that will be created in the S/4HANA system.OpportunityItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemUpdateFluentHelper updateOpportunityItem(@Nonnull OpportunityItem opportunityItem)
OpportunityService
OpportunityItem
entity and save it to the S/4HANA system.updateOpportunityItem
in interface OpportunityService
opportunityItem
- OpportunityItem
entity object that will be updated in the S/4HANA system.OpportunityItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemDeleteFluentHelper deleteOpportunityItem(@Nonnull OpportunityItem opportunityItem)
OpportunityService
OpportunityItem
entity in the S/4HANA system.deleteOpportunityItem
in interface OpportunityService
opportunityItem
- OpportunityItem
entity object that will be deleted in the S/4HANA system.OpportunityItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemPersonRespFluentHelper getAllOpportunityItemPersonResp()
OpportunityService
OpportunityItemPersonResp
entities.getAllOpportunityItemPersonResp
in interface OpportunityService
OpportunityItemPersonResp
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemPersonRespByKeyFluentHelper getOpportunityItemPersonRespByKey(String opportunity, String opportunityItem, String personResponsible)
OpportunityService
OpportunityItemPersonResp
entity using key fields.getOpportunityItemPersonRespByKey
in interface OpportunityService
opportunity
- Transaction ID
Constraints: Not nullable, Maximum length: 10
opportunityItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
personResponsible
- Business Partner Number
Constraints: Not nullable, Maximum length: 10
OpportunityItemPersonResp
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemPersonRespCreateFluentHelper createOpportunityItemPersonResp(@Nonnull OpportunityItemPersonResp opportunityItemPersonResp)
OpportunityService
OpportunityItemPersonResp
entity and save it to the S/4HANA system.createOpportunityItemPersonResp
in interface OpportunityService
opportunityItemPersonResp
- OpportunityItemPersonResp
entity object that will be created in the S/4HANA system.OpportunityItemPersonResp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemPersonRespUpdateFluentHelper updateOpportunityItemPersonResp(@Nonnull OpportunityItemPersonResp opportunityItemPersonResp)
OpportunityService
OpportunityItemPersonResp
entity and save it to the S/4HANA system.updateOpportunityItemPersonResp
in interface OpportunityService
opportunityItemPersonResp
- OpportunityItemPersonResp
entity object that will be updated in the S/4HANA system.OpportunityItemPersonResp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemPersonRespDeleteFluentHelper deleteOpportunityItemPersonResp(@Nonnull OpportunityItemPersonResp opportunityItemPersonResp)
OpportunityService
OpportunityItemPersonResp
entity in the S/4HANA system.deleteOpportunityItemPersonResp
in interface OpportunityService
opportunityItemPersonResp
- OpportunityItemPersonResp
entity object that will be deleted in the S/4HANA system.OpportunityItemPersonResp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemSalesRepFluentHelper getAllOpportunityItemSalesRep()
OpportunityService
OpportunityItemSalesRep
entities.getAllOpportunityItemSalesRep
in interface OpportunityService
OpportunityItemSalesRep
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemSalesRepByKeyFluentHelper getOpportunityItemSalesRepByKey(String opportunity, String opportunityItem, String salesRepresentative)
OpportunityService
OpportunityItemSalesRep
entity using key fields.getOpportunityItemSalesRepByKey
in interface OpportunityService
opportunity
- Transaction ID
Constraints: Not nullable, Maximum length: 10
opportunityItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
salesRepresentative
- Business Partner Number
Constraints: Not nullable, Maximum length: 10
OpportunityItemSalesRep
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemSalesRepCreateFluentHelper createOpportunityItemSalesRep(@Nonnull OpportunityItemSalesRep opportunityItemSalesRep)
OpportunityService
OpportunityItemSalesRep
entity and save it to the S/4HANA system.createOpportunityItemSalesRep
in interface OpportunityService
opportunityItemSalesRep
- OpportunityItemSalesRep
entity object that will be created in the S/4HANA system.OpportunityItemSalesRep
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemSalesRepUpdateFluentHelper updateOpportunityItemSalesRep(@Nonnull OpportunityItemSalesRep opportunityItemSalesRep)
OpportunityService
OpportunityItemSalesRep
entity and save it to the S/4HANA system.updateOpportunityItemSalesRep
in interface OpportunityService
opportunityItemSalesRep
- OpportunityItemSalesRep
entity object that will be updated in the S/4HANA system.OpportunityItemSalesRep
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemSalesRepDeleteFluentHelper deleteOpportunityItemSalesRep(@Nonnull OpportunityItemSalesRep opportunityItemSalesRep)
OpportunityService
OpportunityItemSalesRep
entity in the S/4HANA system.deleteOpportunityItemSalesRep
in interface OpportunityService
opportunityItemSalesRep
- OpportunityItemSalesRep
entity object that will be deleted in the S/4HANA system.OpportunityItemSalesRep
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemTextFluentHelper getAllOpportunityItemText()
OpportunityService
OpportunityItemText
entities.getAllOpportunityItemText
in interface OpportunityService
OpportunityItemText
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemTextByKeyFluentHelper getOpportunityItemTextByKey(String opportunity, String opportunityItem, String textObjectType, String language)
OpportunityService
OpportunityItemText
entity using key fields.getOpportunityItemTextByKey
in interface OpportunityService
opportunity
- Transaction ID
Constraints: Not nullable, Maximum length: 10
opportunityItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
textObjectType
- Text ID
Constraints: Not nullable, Maximum length: 4
language
- Language Key
Constraints: Not nullable, Maximum length: 2
OpportunityItemText
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemTextCreateFluentHelper createOpportunityItemText(@Nonnull OpportunityItemText opportunityItemText)
OpportunityService
OpportunityItemText
entity and save it to the S/4HANA system.createOpportunityItemText
in interface OpportunityService
opportunityItemText
- OpportunityItemText
entity object that will be created in the S/4HANA system.OpportunityItemText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemTextUpdateFluentHelper updateOpportunityItemText(@Nonnull OpportunityItemText opportunityItemText)
OpportunityService
OpportunityItemText
entity and save it to the S/4HANA system.updateOpportunityItemText
in interface OpportunityService
opportunityItemText
- OpportunityItemText
entity object that will be updated in the S/4HANA system.OpportunityItemText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityItemTextDeleteFluentHelper deleteOpportunityItemText(@Nonnull OpportunityItemText opportunityItemText)
OpportunityService
OpportunityItemText
entity in the S/4HANA system.deleteOpportunityItemText
in interface OpportunityService
opportunityItemText
- OpportunityItemText
entity object that will be deleted in the S/4HANA system.OpportunityItemText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityPersonRespFluentHelper getAllOpportunityPersonResp()
OpportunityService
OpportunityPersonResp
entities.getAllOpportunityPersonResp
in interface OpportunityService
OpportunityPersonResp
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityPersonRespByKeyFluentHelper getOpportunityPersonRespByKey(String opportunity, String personResponsible)
OpportunityService
OpportunityPersonResp
entity using key fields.getOpportunityPersonRespByKey
in interface OpportunityService
opportunity
- Transaction ID
Constraints: Not nullable, Maximum length: 10
personResponsible
- Business Partner Number
Constraints: Not nullable, Maximum length: 10
OpportunityPersonResp
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityPersonRespCreateFluentHelper createOpportunityPersonResp(@Nonnull OpportunityPersonResp opportunityPersonResp)
OpportunityService
OpportunityPersonResp
entity and save it to the S/4HANA system.createOpportunityPersonResp
in interface OpportunityService
opportunityPersonResp
- OpportunityPersonResp
entity object that will be created in the S/4HANA system.OpportunityPersonResp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityPersonRespUpdateFluentHelper updateOpportunityPersonResp(@Nonnull OpportunityPersonResp opportunityPersonResp)
OpportunityService
OpportunityPersonResp
entity and save it to the S/4HANA system.updateOpportunityPersonResp
in interface OpportunityService
opportunityPersonResp
- OpportunityPersonResp
entity object that will be updated in the S/4HANA system.OpportunityPersonResp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityPersonRespDeleteFluentHelper deleteOpportunityPersonResp(@Nonnull OpportunityPersonResp opportunityPersonResp)
OpportunityService
OpportunityPersonResp
entity in the S/4HANA system.deleteOpportunityPersonResp
in interface OpportunityService
opportunityPersonResp
- OpportunityPersonResp
entity object that will be deleted in the S/4HANA system.OpportunityPersonResp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunitySalesRepFluentHelper getAllOpportunitySalesRep()
OpportunityService
OpportunitySalesRep
entities.getAllOpportunitySalesRep
in interface OpportunityService
OpportunitySalesRep
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunitySalesRepByKeyFluentHelper getOpportunitySalesRepByKey(String opportunity, String salesRepresentative)
OpportunityService
OpportunitySalesRep
entity using key fields.getOpportunitySalesRepByKey
in interface OpportunityService
opportunity
- Transaction ID
Constraints: Not nullable, Maximum length: 10
salesRepresentative
- Business Partner Number
Constraints: Not nullable, Maximum length: 10
OpportunitySalesRep
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunitySalesRepCreateFluentHelper createOpportunitySalesRep(@Nonnull OpportunitySalesRep opportunitySalesRep)
OpportunityService
OpportunitySalesRep
entity and save it to the S/4HANA system.createOpportunitySalesRep
in interface OpportunityService
opportunitySalesRep
- OpportunitySalesRep
entity object that will be created in the S/4HANA system.OpportunitySalesRep
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunitySalesRepUpdateFluentHelper updateOpportunitySalesRep(@Nonnull OpportunitySalesRep opportunitySalesRep)
OpportunityService
OpportunitySalesRep
entity and save it to the S/4HANA system.updateOpportunitySalesRep
in interface OpportunityService
opportunitySalesRep
- OpportunitySalesRep
entity object that will be updated in the S/4HANA system.OpportunitySalesRep
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunitySalesRepDeleteFluentHelper deleteOpportunitySalesRep(@Nonnull OpportunitySalesRep opportunitySalesRep)
OpportunityService
OpportunitySalesRep
entity in the S/4HANA system.deleteOpportunitySalesRep
in interface OpportunityService
opportunitySalesRep
- OpportunitySalesRep
entity object that will be deleted in the S/4HANA system.OpportunitySalesRep
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityTextFluentHelper getAllOpportunityText()
OpportunityService
OpportunityText
entities.getAllOpportunityText
in interface OpportunityService
OpportunityText
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityTextByKeyFluentHelper getOpportunityTextByKey(String opportunity, String textObjectType, String language)
OpportunityService
OpportunityText
entity using key fields.getOpportunityTextByKey
in interface OpportunityService
opportunity
- Transaction ID
Constraints: Not nullable, Maximum length: 10
textObjectType
- Text ID
Constraints: Not nullable, Maximum length: 4
language
- Language Key
Constraints: Not nullable, Maximum length: 2
OpportunityText
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityTextCreateFluentHelper createOpportunityText(@Nonnull OpportunityText opportunityText)
OpportunityService
OpportunityText
entity and save it to the S/4HANA system.createOpportunityText
in interface OpportunityService
opportunityText
- OpportunityText
entity object that will be created in the S/4HANA system.OpportunityText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityTextUpdateFluentHelper updateOpportunityText(@Nonnull OpportunityText opportunityText)
OpportunityService
OpportunityText
entity and save it to the S/4HANA system.updateOpportunityText
in interface OpportunityService
opportunityText
- OpportunityText
entity object that will be updated in the S/4HANA system.OpportunityText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpportunityTextDeleteFluentHelper deleteOpportunityText(@Nonnull OpportunityText opportunityText)
OpportunityService
OpportunityText
entity in the S/4HANA system.deleteOpportunityText
in interface OpportunityService
opportunityText
- OpportunityText
entity object that will be deleted in the S/4HANA system.OpportunityText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpptyItmFUPSalesOrderFluentHelper getAllOpptyItmFUPSalesOrder()
OpportunityService
OpptyItmFUPSalesOrder
entities.getAllOpptyItmFUPSalesOrder
in interface OpportunityService
OpptyItmFUPSalesOrder
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpptyItmFUPSalesOrderByKeyFluentHelper getOpptyItmFUPSalesOrderByKey(String opportunity, String opportunityItem, String salesOrder, String salesOrderItem)
OpportunityService
OpptyItmFUPSalesOrder
entity using key fields.getOpptyItmFUPSalesOrderByKey
in interface OpportunityService
opportunity
- Transaction ID
Constraints: Not nullable, Maximum length: 10
opportunityItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
salesOrder
- Object key
Constraints: Not nullable, Maximum length: 70
salesOrderItem
- Identification of a Reference Object for Items
Constraints: Not nullable, Maximum length: 32
OpptyItmFUPSalesOrder
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpptyItmFUPSalesQuotationFluentHelper getAllOpptyItmFUPSalesQuotation()
OpportunityService
OpptyItmFUPSalesQuotation
entities.getAllOpptyItmFUPSalesQuotation
in interface OpportunityService
OpptyItmFUPSalesQuotation
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpptyItmFUPSalesQuotationByKeyFluentHelper getOpptyItmFUPSalesQuotationByKey(String opportunity, String opportunityItem, String salesQuotation, String salesQuotationItem)
OpportunityService
OpptyItmFUPSalesQuotation
entity using key fields.getOpptyItmFUPSalesQuotationByKey
in interface OpportunityService
opportunity
- Transaction ID
Constraints: Not nullable, Maximum length: 10
opportunityItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
salesQuotation
- Object key
Constraints: Not nullable, Maximum length: 70
salesQuotationItem
- Identification of a Reference Object for Items
Constraints: Not nullable, Maximum length: 32
OpptyItmFUPSalesQuotation
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpptyItmFUPServiceOrderFluentHelper getAllOpptyItmFUPServiceOrder()
OpportunityService
OpptyItmFUPServiceOrder
entities.getAllOpptyItmFUPServiceOrder
in interface OpportunityService
OpptyItmFUPServiceOrder
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public OpptyItmFUPServiceOrderByKeyFluentHelper getOpptyItmFUPServiceOrderByKey(String opportunity, String opportunityItem, String serviceOrder, String serviceOrderItem)
OpportunityService
OpptyItmFUPServiceOrder
entity using key fields.getOpptyItmFUPServiceOrderByKey
in interface OpportunityService
opportunity
- Transaction ID
Constraints: Not nullable, Maximum length: 10
opportunityItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
serviceOrder
- Transaction ID
Constraints: Not nullable, Maximum length: 10
serviceOrderItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
OpptyItmFUPServiceOrder
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.Copyright © 2021 SAP SE. All rights reserved.