Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "CustomerGroup" of service "API_GRMASTERDATA_SRV". This service is part of the following communication scenarios: Finance - Cloud Consolidation Data Collection Integration (SAP_COM_0241), Finance - Cloud Consolidation Master Data for Group Reporting Integration (SAP_COM_0336). See https://api.sap.com/api/API_GRMASTERDATA_SRV for more information.

Hierarchy

  • any
    • CustomerGroup

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

customerGroup

customerGroup: string

Customer Group. Identifies a particular group of customers (for example, wholesale or retail) for the purpose of pricing or generating statistics. Maximum length: 2.

customerGroupText

customerGroupText: string

Description. Maximum length: 20.

nullable

toCnsldtnCustomerGroupHier

toCnsldtnCustomerGroupHier: CustomerGroupHier[]

One-to-many navigation property to the CustomerGroupHier entity.

toCnsldtnCustomerGroupT

toCnsldtnCustomerGroupT: CustomerGroupText[]

One-to-many navigation property to the CustomerGroupText entity.

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<CustomerGroup> = new StringField('AdditionalMasterDataSource', CustomerGroup, 'Edm.String')

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

Static CUSTOMER_GROUP

CUSTOMER_GROUP: StringField<CustomerGroup> = new StringField('CustomerGroup', CustomerGroup, 'Edm.String')

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

Static CUSTOMER_GROUP_TEXT

CUSTOMER_GROUP_TEXT: StringField<CustomerGroup> = new StringField('CustomerGroup_Text', CustomerGroup, 'Edm.String')

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

Static TO_CNSLDTN_CUSTOMER_GROUP_HIER

TO_CNSLDTN_CUSTOMER_GROUP_HIER: Link<CustomerGroup, CustomerGroupHier> = new Link('to_CnsldtnCustomerGroupHier', CustomerGroup, CustomerGroupHier)

Static representation of the one-to-many navigation property toCnsldtnCustomerGroupHier for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_CNSLDTN_CUSTOMER_GROUP_T

TO_CNSLDTN_CUSTOMER_GROUP_T: Link<CustomerGroup, CustomerGroupText> = new Link('to_CnsldtnCustomerGroupT', CustomerGroup, CustomerGroupText)

Static representation of the one-to-many navigation property toCnsldtnCustomerGroupT for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [CustomerGroup.CUSTOMER_GROUP,CustomerGroup.CUSTOMER_GROUP_TEXT,CustomerGroup.ADDITIONAL_MASTER_DATA_SOURCE,CustomerGroup.TO_CNSLDTN_CUSTOMER_GROUP_HIER,CustomerGroup.TO_CNSLDTN_CUSTOMER_GROUP_T]

All fields of the CustomerGroup entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "CustomerGroup"

Technical entity name for CustomerGroup.

Static _keyFields

_keyFields: Array<Selectable<CustomerGroup>> = [CustomerGroup.CUSTOMER_GROUP]

All key fields of the CustomerGroup entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for CustomerGroup.

Methods

Static builder

  • Returns an entity builder to construct instances CustomerGroup.

    Returns EntityBuilderType<CustomerGroup, CustomerGroupType>

    A builder that constructs instances of entity type CustomerGroup.

Static requestBuilder

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

    Returns CustomerGroupRequestBuilder

    A CustomerGroup request builder.