public interface SalesOrganizationService
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) |
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. |
SalesOrganizationFluentHelper getAllSalesOrganization()
SalesOrganization
entities.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.SalesOrganizationByKeyFluentHelper getSalesOrganizationByKey(String salesOrganization)
SalesOrganization
entity using key fields.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.SalesOrganizationTextFluentHelper getAllSalesOrganizationText()
SalesOrganizationText
entities.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.SalesOrganizationTextByKeyFluentHelper getSalesOrganizationTextByKey(String salesOrganization, String language)
SalesOrganizationText
entity using key fields.language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
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
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 © 2018 SAP SE. All rights reserved.