public static class ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder extends Object
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder productionSupplyArea(@Nullable String productionSupplyArea)
Original property name from the Odata EDM: ProductionSupplyArea
this
.@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
this
.@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder productionSupplyAreaAddressID(@Nullable String productionSupplyAreaAddressID)
Original property name from the Odata EDM: ProductionSupplyAreaAddressID
this
.@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder businessPartnerName1(@Nullable String businessPartnerName1)
Original property name from the Odata EDM: BusinessPartnerName1
this
.@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder businessPartnerName2(@Nullable String businessPartnerName2)
Original property name from the Odata EDM: BusinessPartnerName2
this
.@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder building(@Nullable String building)
Original property name from the Odata EDM: Building
This field is not used when the address is printed. The name of a building such as "Empire State Building", which is also to appear in the printout of the address, must be stored above or below the street in one of the fields Street2, Street3, Street4 or Street5, depending on its position. See Print the Street address.
this
.@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder streetName(@Nullable String streetName)
Original property name from the Odata EDM: StreetName
The street name is saved, redundantly in upper case in another database field, for search help purposes.There are other fields for address parts which can be printed above or below the street. See Print the Street address.The house number and other supplements are usually maintained in their own fields. See Formatting the Street line.
this
.@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder additionalStreetSuffixName(@Nullable String additionalStreetSuffixName)
Original property name from the Odata EDM: AdditionalStreetSuffixName
The Street address has two lines above the street and two lines below the steet.See Print the Street address.
this
.@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder cityName(@Nullable String cityName)
Original property name from the Odata EDM: CityName
The city name is saved redundantly in another database field in upper- case letters, for search help.If the Postal regional structure ('city file') is active, the city name is checked against the Cities defined in the regional structure.
this
.@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder postalCode(@Nullable String postalCode)
Original property name from the Odata EDM: PostalCode
If different postal codes are maintained for the PO Box and Street address of an address, this field contains the Street address postal code.
this
.@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder 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
.@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
this
.@Nonnull public ProductionSupplyAreaAddress build()
Copyright © 2020 SAP SE. All rights reserved.