public static class BuPaAddressUsage.BuPaAddressUsageBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BuPaAddressUsage.BuPaAddressUsageBuilder |
addressID(String addressID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BuPaAddressUsage.BuPaAddressUsageBuilder |
addressUsage(String addressUsage)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BuPaAddressUsage.BuPaAddressUsageBuilder |
authorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
BuPaAddressUsage |
build() |
BuPaAddressUsage.BuPaAddressUsageBuilder |
businessPartner(String businessPartner)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BuPaAddressUsage.BuPaAddressUsageBuilder |
standardUsage(Boolean standardUsage)
Constraints: none
|
String |
toString() |
BuPaAddressUsage.BuPaAddressUsageBuilder |
validityEndDate(ZonedDateTime validityEndDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
BuPaAddressUsage.BuPaAddressUsageBuilder |
validityStartDate(ZonedDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder businessPartner(@Nullable String businessPartner)
Original property name from the Odata EDM: BusinessPartner
this
.@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder validityEndDate(@Nullable ZonedDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
this
.@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder addressUsage(@Nullable String addressUsage)
Original property name from the Odata EDM: AddressUsage
Maintain the usage types for addresses (address types) in Customizing.You can create a short description and a name for the address type.When maintaining business partners you can use the function address usage to assign business partner addresses to address types.If necessary, you can set the indicator for multiple use in Customizing.Correspondence addressDelivery address
address usage for communication with business partners.this
.@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder addressID(@Nullable String addressID)
Original property name from the Odata EDM: AddressID
For more information about the meaning and use of the address number and the Business Address Services concepts, see the function group SZA0 documentation.
this
.@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder validityStartDate(@Nullable ZonedDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
this
.@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder standardUsage(@Nullable Boolean standardUsage)
Original property name from the Odata EDM: StandardUsage
Several addresses per period can be assigned to an address usage.If this is the case, then this indicator controls which of the assigned addresses should be the standard address of the relevant usage. This is determined automatically when the address usage is accessed.
this
.@Nonnull public BuPaAddressUsage.BuPaAddressUsageBuilder authorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
Use the following authorization object:'Business partners: authorization groups' (B_BUPA_GRP).The system only checks this authorization if you made an entry in the "Authorization group" field for the business partner. Otherwise, any user may process the business partner.
this
.@Nonnull public BuPaAddressUsage build()
Copyright © 2020 SAP SE. All rights reserved.