@Named public class DefaultReadSalesOrganizationService extends Object implements ReadSalesOrganizationService
This service enables you to display sales organization master data to be consumed in SAP Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_SALESORGANIZATION_SRV |
API Version: | 1 |
Communication Scenario: | SAP Business Objects Cloud for Planning Integration (SAP_COM_0087) |
Scope Items: | oData Integration with SAP Business Objects Cloud for Planning (1YB) |
Constructor and Description |
---|
DefaultReadSalesOrganizationService() |
Modifier and Type | Method and Description |
---|---|
SalesOrganizationFluentHelper |
getAllSalesOrganization()
Fetch multiple
SalesOrganization entities. |
SalesOrganizationTextFluentHelper |
getAllSalesOrganizationText()
Fetch multiple
SalesOrganizationText entities. |
SalesOrganizationByKeyFluentHelper |
getSalesOrganizationByKey(String salesOrganization)
Fetch a single
SalesOrganization entity using key fields. |
SalesOrganizationTextByKeyFluentHelper |
getSalesOrganizationTextByKey(String salesOrganization,
String language)
Fetch a single
SalesOrganizationText entity using key fields. |
public SalesOrganizationFluentHelper getAllSalesOrganization()
ReadSalesOrganizationService
SalesOrganization
entities.getAllSalesOrganization
in interface ReadSalesOrganizationService
SalesOrganization
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.public SalesOrganizationByKeyFluentHelper getSalesOrganizationByKey(String salesOrganization)
ReadSalesOrganizationService
SalesOrganization
entity using key fields.getSalesOrganizationByKey
in interface ReadSalesOrganizationService
salesOrganization
- An organizational unit responsible for the sale of certain products or services. The responsibility of a sales organization may include legal liability for products and customer claims.Constraints: Not nullable, Maximum length: 4
SalesOrganization
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.public SalesOrganizationTextFluentHelper getAllSalesOrganizationText()
ReadSalesOrganizationService
SalesOrganizationText
entities.getAllSalesOrganizationText
in interface ReadSalesOrganizationService
SalesOrganizationText
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.public SalesOrganizationTextByKeyFluentHelper getSalesOrganizationTextByKey(String salesOrganization, String language)
ReadSalesOrganizationService
SalesOrganizationText
entity using key fields.getSalesOrganizationTextByKey
in interface ReadSalesOrganizationService
salesOrganization
- An organizational unit responsible for the sale of certain products or services. The responsibility of a sales organization may include legal liability for products and customer claims.Constraints: Not nullable, Maximum length: 4
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
SalesOrganizationText
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 © 2017 SAP SE. All rights reserved.