Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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.

subItem

subItem: string

Subitem. Enter a Subitem. Maximum length: 10.

subItemCategory

subItemCategory: string

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

subItemText

subItemText: string

Medium Text. A medium text of up to 30 characters for the name. Maximum length: 30.

nullable

toCnsldtnSubItem

toCnsldtnSubItem: SubItem

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

Static LANGUAGE

LANGUAGE: StringField<SubItemText> = new StringField('Language', SubItemText, '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

SUB_ITEM: StringField<SubItemText> = new StringField('SubItem', SubItemText, 'Edm.String')

Static representation of the subItem 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<SubItemText> = new StringField('SubItemCategory', SubItemText, '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_TEXT

SUB_ITEM_TEXT: StringField<SubItemText> = new StringField('SubItemText', SubItemText, 'Edm.String')

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

Static TO_CNSLDTN_SUB_ITEM

TO_CNSLDTN_SUB_ITEM: OneToOneLink<SubItemText, SubItem> = new OneToOneLink('to_CnsldtnSubItem', SubItemText, SubItem)

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

Static _allFields

_allFields: any[] = [SubItemText.SUB_ITEM_CATEGORY,SubItemText.LANGUAGE,SubItemText.SUB_ITEM,SubItemText.SUB_ITEM_TEXT,SubItemText.TO_CNSLDTN_SUB_ITEM]

All fields of the SubItemText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "SubItemText"

Technical entity name for SubItemText.

Static _keyFields

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

All key fields of the SubItemText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for SubItemText.

Methods

Static builder

  • Returns an entity builder to construct instances SubItemText.

    Returns EntityBuilderType<SubItemText, SubItemTextType>

    A builder that constructs instances of entity type SubItemText.

Static requestBuilder

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

    Returns SubItemTextRequestBuilder

    A SubItemText request builder.