Options
All
  • Public
  • Public/Protected
  • All
Menu

Business Partner Address Usage

Hierarchy

  • Entity
    • BuPaAddressUsage

Implements

Index

Properties

Protected _versionIdentifier

_versionIdentifier: string

The current ETag version of the entity in the remote system. The ETag identified the version of the in the remote system. It will be automatically set in the "if-match" header of update requests and can be set as a custom header for delete requests. When no ETag is provided by the remote system the value of this variable defaults to "*".

addressId

addressId: string

Address number. Internal key for identifying a Business Address Services address. For more information about the meaning and use of the address number and the Business Address Services concepts, see the function group SZA0 documentation. Maximum length: 10.

addressUsage

addressUsage: string

Address Type. Business partner attribute, which you can use to distinguish between various addresses by defining the address usage for communication with business partners. 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. Maximum length: 10.

authorizationGroup

authorizationGroup: string

Authorization Group. You can use authorization groups to stipulate which business partners a user is allowed to process. 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. Maximum length: 4.

nullable

businessPartner

businessPartner: string

Business Partner Number. Key identifying a business partner in the SAP system. The key is unique within a client. Maximum length: 10.

Protected remoteState

remoteState: object

The remote state of the entity. Remote state refers to the last known state of the entity on the remote system from which it has been retrieved or to which it has been posted. It is stored as map, where the keys are stored in the format of VDM properties.

Type declaration

  • [keys: string]: any

standardUsage

standardUsage: boolean

Indicator: Standard Address Usage. Establishes which is the standard address for an address usage. 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.

nullable

validityEndDate

validityEndDate: Moment

Validity End of a Business Partner Address Usage.

validityStartDate

validityStartDate: Moment

Validity Start of a Business Partner Address Usage.

nullable

versionIdentifier

versionIdentifier: string

ETag version identifier accessor.

returns

The ETag version identifier of the retrieved entity, returns undefined if not retrieved

Static ADDRESS_ID

ADDRESS_ID: StringField<BuPaAddressUsage> = new StringField('AddressID', BuPaAddressUsage, 'Edm.String')

Static representation of the addressId property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static ADDRESS_USAGE

ADDRESS_USAGE: StringField<BuPaAddressUsage> = new StringField('AddressUsage', BuPaAddressUsage, 'Edm.String')

Static representation of the addressUsage property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static AUTHORIZATION_GROUP

AUTHORIZATION_GROUP: StringField<BuPaAddressUsage> = new StringField('AuthorizationGroup', BuPaAddressUsage, 'Edm.String')

Static representation of the authorizationGroup property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static BUSINESS_PARTNER

BUSINESS_PARTNER: StringField<BuPaAddressUsage> = new StringField('BusinessPartner', BuPaAddressUsage, 'Edm.String')

Static representation of the businessPartner property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static STANDARD_USAGE

STANDARD_USAGE: BooleanField<BuPaAddressUsage> = new BooleanField('StandardUsage', BuPaAddressUsage, 'Edm.Boolean')

Static representation of the standardUsage property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static VALIDITY_END_DATE

VALIDITY_END_DATE: DateField<BuPaAddressUsage> = new DateField('ValidityEndDate', BuPaAddressUsage, 'Edm.DateTimeOffset')

Static representation of the validityEndDate property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static VALIDITY_START_DATE

VALIDITY_START_DATE: DateField<BuPaAddressUsage> = new DateField('ValidityStartDate', BuPaAddressUsage, 'Edm.DateTimeOffset')

Static representation of the validityStartDate property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: (StringField<BuPaAddressUsage> | DateField<BuPaAddressUsage> | BooleanField<BuPaAddressUsage>)[] = [BuPaAddressUsage.BUSINESS_PARTNER,BuPaAddressUsage.VALIDITY_END_DATE,BuPaAddressUsage.ADDRESS_USAGE,BuPaAddressUsage.ADDRESS_ID,BuPaAddressUsage.VALIDITY_START_DATE,BuPaAddressUsage.STANDARD_USAGE,BuPaAddressUsage.AUTHORIZATION_GROUP]

All fields of the BuPaAddressUsage entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_BUSINESS_PARTNER"

Default url path for the according service.

Static _entityName

_entityName: string = "A_BuPaAddressUsage"

Technical entity name for BuPaAddressUsage.

Static _keyFields

_keyFields: Array<Selectable<BuPaAddressUsage>> = [BuPaAddressUsage.BUSINESS_PARTNER, BuPaAddressUsage.VALIDITY_END_DATE, BuPaAddressUsage.ADDRESS_USAGE, BuPaAddressUsage.ADDRESS_ID]

All key fields of the BuPaAddressUsage entity.

Static _keys

_keys: any = BuPaAddressUsage._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property BuPaAddressUsage.

Static _serviceName

_serviceName: string = "API_BUSINESS_PARTNER"

Technical service name for BuPaAddressUsage.

Methods

Protected getCurrentMapKeys

  • getCurrentMapKeys(): this
  • Returns this

getUpdatedProperties

  • getUpdatedProperties(): this
  • Returns all changed properties compared to the last known remote state.

    Returns this

    Entity with all properties that changed

setOrInitializeRemoteState

  • setOrInitializeRemoteState(state?: MapType<any>): this
  • Initializes or sets the remoteState of the entity. This function is called on all read, create and update requests.

    Parameters

    • Optional state: MapType<any>

      State to be set as remote state

    Returns this

    The entity itself, to facilitate method chaining

setVersionIdentifier

  • setVersionIdentifier(etag: string): this
  • Set the ETag version identifier of the retrieved entity.

    Parameters

    • etag: string

      The returned ETag version of the entity

    Returns this

    The entity itself, to facilitate method chaining

Static builder

  • Returns an entity builder to construct instances BuPaAddressUsage.

    Returns EntityBuilderType<BuPaAddressUsage, BuPaAddressUsageType>

    A builder that constructs instances of entity type BuPaAddressUsage.

Static Protected entityBuilder

  • entityBuilder<EntityT, JsonT>(entityConstructor: Constructable<EntityT>): EntityBuilderType<EntityT, JsonT>
  • Type parameters

    • EntityT: Entity

    • JsonT

    Parameters

    • entityConstructor: Constructable<EntityT>

    Returns EntityBuilderType<EntityT, JsonT>

Static requestBuilder

  • Returns a request builder to construct requests for operations on the BuPaAddressUsage entity type.

    Returns BuPaAddressUsageRequestBuilder

    A BuPaAddressUsage request builder.