Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_BusinessPartnerTaxNumber" of service "API_BUSINESS_PARTNER". This service is part of the following communication scenarios: Business Partner, Customer and Supplier Integration (SAP_COM_0008). See https://api.sap.com/api/API_BUSINESS_PARTNER for more information.

Hierarchy

  • any
    • BusinessPartnerTaxNumber

Implements

Index

Properties

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

bpTaxNumber

bpTaxNumber: string

Business Partner Tax Number. Specifies the tax number. Maximum length: 20.

nullable

bpTaxType

bpTaxType: string

Tax Number Category. Specifies the tax number category. Maximum length: 4.

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.

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', BusinessPartnerTaxNumber)

All fields selector.

Static AUTHORIZATION_GROUP

AUTHORIZATION_GROUP: StringField<BusinessPartnerTaxNumber> = new StringField('AuthorizationGroup', BusinessPartnerTaxNumber, '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 BP_TAX_NUMBER

BP_TAX_NUMBER: StringField<BusinessPartnerTaxNumber> = new StringField('BPTaxNumber', BusinessPartnerTaxNumber, 'Edm.String')

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

Static BP_TAX_TYPE

BP_TAX_TYPE: StringField<BusinessPartnerTaxNumber> = new StringField('BPTaxType', BusinessPartnerTaxNumber, 'Edm.String')

Static representation of the bpTaxType 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<BusinessPartnerTaxNumber> = new StringField('BusinessPartner', BusinessPartnerTaxNumber, '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 _allFields

_allFields: any[] = [BusinessPartnerTaxNumber.BUSINESS_PARTNER,BusinessPartnerTaxNumber.BP_TAX_TYPE,BusinessPartnerTaxNumber.BP_TAX_NUMBER,BusinessPartnerTaxNumber.AUTHORIZATION_GROUP]

All fields of the BusinessPartnerTaxNumber entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_BusinessPartnerTaxNumber"

Technical entity name for BusinessPartnerTaxNumber.

Static _keyFields

_keyFields: Array<Selectable<BusinessPartnerTaxNumber>> = [BusinessPartnerTaxNumber.BUSINESS_PARTNER, BusinessPartnerTaxNumber.BP_TAX_TYPE]

All key fields of the BusinessPartnerTaxNumber entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_BUSINESS_PARTNER"

Technical service name for BusinessPartnerTaxNumber.

Methods

Static builder

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity BusinessPartnerTaxNumber.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<BusinessPartnerTaxNumber>

    A builder that constructs instances of entity type BusinessPartnerTaxNumber.

Static requestBuilder

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

    Returns BusinessPartnerTaxNumberRequestBuilder

    A BusinessPartnerTaxNumber request builder.