Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

salesOrganization

salesOrganization: string

Sales Organization. An organizational unit responsible for the sale of certain products or services. The responsibility of a sales organization may include legal liability for products and customer claims. You can assign any number of distribution channels and divisions to a sales organization. A particular combination of sales organization, distribution channel, and division is known as a sales area. Maximum length: 4.

salesOrganizationText

salesOrganizationText: string

Sales Organization Description. Maximum length: 20.

nullable

toCnsldtnSalesOrgHier

toCnsldtnSalesOrgHier: SalesOrganizationHier[]

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

toCnsldtnSalesOrgT

toCnsldtnSalesOrgT: SalesOrganizationText[]

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

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<SalesOrganization> = new StringField('AdditionalMasterDataSource', SalesOrganization, '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 SALES_ORGANIZATION

SALES_ORGANIZATION: StringField<SalesOrganization> = new StringField('SalesOrganization', SalesOrganization, 'Edm.String')

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

Static SALES_ORGANIZATION_TEXT

SALES_ORGANIZATION_TEXT: StringField<SalesOrganization> = new StringField('SalesOrganization_Text', SalesOrganization, 'Edm.String')

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

Static TO_CNSLDTN_SALES_ORG_HIER

TO_CNSLDTN_SALES_ORG_HIER: Link<SalesOrganization, SalesOrganizationHier> = new Link('to_CnsldtnSalesOrgHier', SalesOrganization, SalesOrganizationHier)

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

Static TO_CNSLDTN_SALES_ORG_T

TO_CNSLDTN_SALES_ORG_T: Link<SalesOrganization, SalesOrganizationText> = new Link('to_CnsldtnSalesOrgT', SalesOrganization, SalesOrganizationText)

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

Static _allFields

_allFields: any[] = [SalesOrganization.SALES_ORGANIZATION,SalesOrganization.SALES_ORGANIZATION_TEXT,SalesOrganization.ADDITIONAL_MASTER_DATA_SOURCE,SalesOrganization.TO_CNSLDTN_SALES_ORG_HIER,SalesOrganization.TO_CNSLDTN_SALES_ORG_T]

All fields of the SalesOrganization entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "SalesOrganization"

Technical entity name for SalesOrganization.

Static _keyFields

_keyFields: Array<Selectable<SalesOrganization>> = [SalesOrganization.SALES_ORGANIZATION]

All key fields of the SalesOrganization entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for SalesOrganization.

Methods

Static builder

  • Returns an entity builder to construct instances SalesOrganization.

    Returns EntityBuilderType<SalesOrganization, SalesOrganizationType>

    A builder that constructs instances of entity type SalesOrganization.

Static requestBuilder

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

    Returns SalesOrganizationRequestBuilder

    A SalesOrganization request builder.