Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

isSubItemsForAcquisitionsDives

isSubItemsForAcquisitionsDives: boolean

Subitems for acquisitions and divestitures. This is an indicator for controlling the screen sequence for subitems. If you set this indicator, you can enter a retirement subitem (transaction type) for the subitems.

nullable

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

toCnsldtnSubitemCategoryT

toCnsldtnSubitemCategoryT: SubItemCategoryText[]

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

Static IS_SUB_ITEMS_FOR_ACQUISITIONS_DIVES

IS_SUB_ITEMS_FOR_ACQUISITIONS_DIVES: BooleanField<SubItemCategory> = new BooleanField('IsSubItemsForAcquisitionsDives', SubItemCategory, 'Edm.Boolean')

Static representation of the isSubItemsForAcquisitionsDives 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<SubItemCategory> = new StringField('SubItemCategory', SubItemCategory, '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<SubItemCategory> = new StringField('SubItemCategory_Text', SubItemCategory, '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_T

TO_CNSLDTN_SUBITEM_CATEGORY_T: Link<SubItemCategory, SubItemCategoryText> = new Link('to_CnsldtnSubitemCategoryT', SubItemCategory, SubItemCategoryText)

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

Static _allFields

_allFields: any[] = [SubItemCategory.SUB_ITEM_CATEGORY,SubItemCategory.SUB_ITEM_CATEGORY_TEXT,SubItemCategory.IS_SUB_ITEMS_FOR_ACQUISITIONS_DIVES,SubItemCategory.TO_CNSLDTN_SUBITEM_CATEGORY_T]

All fields of the SubItemCategory entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "SubItemCategory"

Technical entity name for SubItemCategory.

Static _keyFields

_keyFields: Array<Selectable<SubItemCategory>> = [SubItemCategory.SUB_ITEM_CATEGORY]

All key fields of the SubItemCategory entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for SubItemCategory.

Methods

Static builder

  • Returns an entity builder to construct instances SubItemCategory.

    Returns EntityBuilderType<SubItemCategory, SubItemCategoryType>

    A builder that constructs instances of entity type SubItemCategory.

Static requestBuilder

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

    Returns SubItemCategoryRequestBuilder

    A SubItemCategory request builder.