Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

language

language: string

Language Key. The language key indicates

  • the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts. Maximum length: 2.

subItemCategory

subItemCategory: string

Subitem Category. Enter or display the subitem category. Maximum length: 3.

subItemCategoryText

subItemCategoryText: string

Description. Enter a description of up to 30 characters in length. Maximum length: 30.

nullable

toCnsldtnSubitemCategory

toCnsldtnSubitemCategory: SubItemCategory

One-to-one navigation property to the SubItemCategory entity.

Static LANGUAGE

LANGUAGE: StringField<SubItemCategoryText> = new StringField('Language', SubItemCategoryText, 'Edm.String')

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

Static SUB_ITEM_CATEGORY

SUB_ITEM_CATEGORY: StringField<SubItemCategoryText> = new StringField('SubItemCategory', SubItemCategoryText, 'Edm.String')

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

Static SUB_ITEM_CATEGORY_TEXT

SUB_ITEM_CATEGORY_TEXT: StringField<SubItemCategoryText> = new StringField('SubItemCategoryText', SubItemCategoryText, 'Edm.String')

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

Static TO_CNSLDTN_SUBITEM_CATEGORY

TO_CNSLDTN_SUBITEM_CATEGORY: OneToOneLink<SubItemCategoryText, SubItemCategory> = new OneToOneLink('to_CnsldtnSubitemCategory', SubItemCategoryText, SubItemCategory)

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

Static _allFields

_allFields: any[] = [SubItemCategoryText.SUB_ITEM_CATEGORY,SubItemCategoryText.LANGUAGE,SubItemCategoryText.SUB_ITEM_CATEGORY_TEXT,SubItemCategoryText.TO_CNSLDTN_SUBITEM_CATEGORY]

All fields of the SubItemCategoryText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "SubItemCategoryText"

Technical entity name for SubItemCategoryText.

Static _keyFields

_keyFields: Array<Selectable<SubItemCategoryText>> = [SubItemCategoryText.SUB_ITEM_CATEGORY, SubItemCategoryText.LANGUAGE]

All key fields of the SubItemCategoryText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for SubItemCategoryText.

Methods

Static builder

Static requestBuilder

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

    Returns SubItemCategoryTextRequestBuilder

    A SubItemCategoryText request builder.