Modifier and Type | Method and Description |
---|---|
Country |
build() |
Country.CountryBuilder |
country(String country)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
Country.CountryBuilder |
countryCurrency(String countryCurrency)
Constraints: Not nullable, Maximum length: 5
|
Country.CountryBuilder |
countryThreeDigitISOCode(String countryThreeDigitISOCode)
Constraints: Not nullable, Maximum length: 3
|
Country.CountryBuilder |
countryThreeLetterISOCode(String countryThreeLetterISOCode)
Constraints: Not nullable, Maximum length: 3
|
Country.CountryBuilder |
hardCurrency(String hardCurrency)
Constraints: Not nullable, Maximum length: 5
|
Country.CountryBuilder |
indexBasedCurrency(String indexBasedCurrency)
Constraints: Not nullable, Maximum length: 5
|
Country.CountryBuilder |
taxCalculationProcedure(String taxCalculationProcedure)
Constraints: Not nullable, Maximum length: 6
|
Country.CountryBuilder |
text(CountryText... value)
Navigation property to_Text for Country to multiple CountryText.
|
String |
toString() |
@Nonnull public Country.CountryBuilder text(CountryText... value)
value
- The CountryTexts to build this Country with.public Country.CountryBuilder 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.this
.public Country.CountryBuilder countryCurrency(@Nullable String countryCurrency)
Original property name from the Odata EDM: CountryCurrency
If the tax amounts for particular codes are reported in a country other than the company code country, then it is necessary to translate them into the corresponding country currency. The currency key specified here is used for this translation.The "Plants abroad" parameter must be active in order to use this field.
this
.public Country.CountryBuilder indexBasedCurrency(@Nullable String indexBasedCurrency)
Original property name from the Odata EDM: IndexBasedCurrency
An index-based currency is stipulated for external reporting (for example, tax returns), in some countries with high inflation.
this
.public Country.CountryBuilder hardCurrency(@Nullable String hardCurrency)
Original property name from the Odata EDM: HardCurrency
A hard currency is used in countries with high inflation.
this
.public Country.CountryBuilder taxCalculationProcedure(@Nullable String taxCalculationProcedure)
Original property name from the Odata EDM: TaxCalculationProcedure
Procedures are used, for example, in the following applications:Pricing in Sales and DistributionAccount determinationCalculating taxes on sales/purchases
this
.public Country.CountryBuilder countryThreeLetterISOCode(@Nullable String countryThreeLetterISOCode)
Original property name from the Odata EDM: CountryThreeLetterISOCode
The key is used, e.g. for data exchange with banks via OFX (Open Financial Exchange).It is not the same as the more commonly used 2-character ISO country code or the 3-character numeric INTRASTAT country code.Enter the 3-character ISO country code for all countries if you want to exchange data with banks via OFX.
this
.public Country.CountryBuilder countryThreeDigitISOCode(@Nullable String countryThreeDigitISOCode)
Original property name from the Odata EDM: CountryThreeDigitISOCode
This 3-character numeric ISO country code is listed for all countries, for example, in the Internet under the address http://www.un.org/Depts/unsd/methods/m49alpha.htm.The code is not to be confused with the 2-character ISO country code, which is more frequently used, the 3-character numeric INTRASTAT country code, or the 3-character non-numeric ISO country code.The use of this 3-character numeric ISO code is required by law in countries such as Romania and Croatia.
this
.public Country build()
Copyright © 2020 SAP SE. All rights reserved.