Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_BusinessPartnerRole" 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
    • BusinessPartnerRole

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

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.

businessPartnerRole

businessPartnerRole: string

BP Role. Function that a business partner takes on, depending on a business transaction. You can define business partner roles along with their attributes in Customizing.You can create an alphanumeric, 6-digit key for the BP role. You can also choose a title as the short form and a description as the long form for the role text.Screen control in the dialog takes place by assigning a BP view.A program can access specific business partner roles for a business partner using thebusiness partner role category . The role categories are also in the TB003 table. Maximum length: 6.

validFrom

validFrom: Moment

Validity Start of a BP Role.

nullable

validTo

validTo: Moment

Validity End of a BP Role.

nullable

Static ALL_FIELDS

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

All fields selector.

Static AUTHORIZATION_GROUP

AUTHORIZATION_GROUP: StringField<BusinessPartnerRole> = new StringField('AuthorizationGroup', BusinessPartnerRole, '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<BusinessPartnerRole> = new StringField('BusinessPartner', BusinessPartnerRole, '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 BUSINESS_PARTNER_ROLE

BUSINESS_PARTNER_ROLE: StringField<BusinessPartnerRole> = new StringField('BusinessPartnerRole', BusinessPartnerRole, 'Edm.String')

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

Static VALID_FROM

VALID_FROM: DateField<BusinessPartnerRole> = new DateField('ValidFrom', BusinessPartnerRole, 'Edm.DateTimeOffset')

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

Static VALID_TO

VALID_TO: DateField<BusinessPartnerRole> = new DateField('ValidTo', BusinessPartnerRole, 'Edm.DateTimeOffset')

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

Static _allFields

_allFields: any[] = [BusinessPartnerRole.BUSINESS_PARTNER,BusinessPartnerRole.BUSINESS_PARTNER_ROLE,BusinessPartnerRole.VALID_FROM,BusinessPartnerRole.VALID_TO,BusinessPartnerRole.AUTHORIZATION_GROUP]

All fields of the BusinessPartnerRole entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_BusinessPartnerRole"

Technical entity name for BusinessPartnerRole.

Static _keyFields

_keyFields: Array<Selectable<BusinessPartnerRole>> = [BusinessPartnerRole.BUSINESS_PARTNER, BusinessPartnerRole.BUSINESS_PARTNER_ROLE]

All key fields of the BusinessPartnerRole entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_BUSINESS_PARTNER"

Technical service name for BusinessPartnerRole.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<BusinessPartnerRole>

    A builder that constructs instances of entity type BusinessPartnerRole.

Static requestBuilder

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

    Returns BusinessPartnerRoleRequestBuilder

    A BusinessPartnerRole request builder.