public static final class SalesOrganization.SalesOrganizationBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SalesOrganization |
build() |
SalesOrganization.SalesOrganizationBuilder |
companyCode(String companyCode)
Constraints: Not nullable, Maximum length: 4
|
SalesOrganization.SalesOrganizationBuilder |
intercompanyBillingCustomer(String intercompanyBillingCustomer)
Constraints: Not nullable, Maximum length: 10
|
SalesOrganization.SalesOrganizationBuilder |
salesOrganization(String salesOrganization)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
SalesOrganization.SalesOrganizationBuilder |
salesOrganizationCurrency(String salesOrganizationCurrency)
Constraints: Not nullable, Maximum length: 5
|
SalesOrganization.SalesOrganizationBuilder |
text(SalesOrganizationText... value)
Navigation property to_Text for SalesOrganization to multiple SalesOrganizationText.
|
String |
toString() |
@Nonnull public SalesOrganization.SalesOrganizationBuilder text(SalesOrganizationText... value)
value
- The SalesOrganizationTexts to build this SalesOrganization with.public SalesOrganization.SalesOrganizationBuilder salesOrganization(@Nullable String salesOrganization)
Original property name from the Odata EDM: SalesOrganization
You can assign any number of distribution channels and divisions to a sales organization. A particular combination of sales organization, distribution channel, and division is known as a sales area.
sales organization may include legal liability for products and customer claims.this
.public SalesOrganization.SalesOrganizationBuilder salesOrganizationCurrency(@Nullable String salesOrganizationCurrency)
Original property name from the Odata EDM: SalesOrganizationCurrency
You can define a default currency for each sales organization. When you generate sales statistics, the system automatically proposes the default. You can overwrite the default.
sales organization.this
.public SalesOrganization.SalesOrganizationBuilder companyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
sales organization.this
.public SalesOrganization.SalesOrganizationBuilder intercompanyBillingCustomer(@Nullable String intercompanyBillingCustomer)
Original property name from the Odata EDM: IntercompanyBillingCustomer
An internal customer (sales organization) in intercompany billingYour own sales organization in opportunity management
this
.public SalesOrganization build()
Copyright © 2020 SAP SE. All rights reserved.