public static final class CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerSupplierCountryText |
build() |
CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder |
cnsldtnCountry(CustomerSupplierCountry value)
Navigation property to_CnsldtnCountry for CustomerSupplierCountryText to single
CustomerSupplierCountry.
|
CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder |
country(String country)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder |
customerSupplierCountryText(String customerSupplierCountryText)
Constraints: Not nullable, Maximum length: 50
|
CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder cnsldtnCountry(CustomerSupplierCountry value)
value
- The CustomerSupplierCountry to build this CustomerSupplierCountryText with.public CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
public CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder country(@Nullable String country)
Original property name from the Odata EDM: Country
The two-character ISO code in accordance with ISO 3166, which is delivered by SAP as a default, is usually used.It could also be the vehicle license plate country-code or a typical country key, for example, in Germany the Federal statistics office key.The country keys are determined at system installation in the global settings.The definition of the country key in the SAP system does not have to match political or government entities.Since the country key does not have to correspond to the ISO code in all installations, programs that differ according to certain values of the country key cannot query the country key T005-LAND1, but have to program based on the ISO code T005 INTCA.
postal code or bank account number.public CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder customerSupplierCountryText(@Nullable String customerSupplierCountryText)
Original property name from the Odata EDM: CustomerSupplierCountryText
The country description is used in the address format and on the user interface instead of the country key, or in addition to the country key.There are two fields for the country description. This fifty-character field, and a shorter fifteen-character field.Both fields contain the short description of the country, according to ISO 3166-1.For some countries, the fifteen-character field contains only a shortened form of the description, due to the field length.The fifty-character field contains the short description without abbreviations (but not the official, complete country name).
public CustomerSupplierCountryText build()
Copyright © 2019 SAP SE. All rights reserved.