Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

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

subitemAcquisitionDestination

subitemAcquisitionDestination: string

Acquisition subitem. Subitem that is assigned for acquisitions. Maximum length: 10.

nullable

subitemAcquisitionDestinationText

subitemAcquisitionDestinationText: string

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

nullable

subitemCarryForwardDestination

subitemCarryForwardDestination: string

Carry forward to subitem (transaction type). Enter the subitem to which the value of the current subitem is to be carried forward to during the balance carryforward procedure. Maximum length: 10.

nullable

subitemCarryForwardDestinationText

subitemCarryForwardDestinationText: string

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

nullable

subitemRtrmtDivestitureDest

subitemRtrmtDivestitureDest: string

Subitem for retirements/divestitures. The retirement subitem (transaction type) determines which transaction type is posted during an asset retirement. Maximum length: 10.

nullable

subitemRtrmtDivestitureDestText

subitemRtrmtDivestitureDestText: string

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

nullable

toCnsldtnSubItemT

toCnsldtnSubItemT: SubItemText[]

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

Static SUBITEM_ACQUISITION_DESTINATION

SUBITEM_ACQUISITION_DESTINATION: StringField<SubItem> = new StringField('SubitemAcquisitionDestination', SubItem, 'Edm.String')

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

Static SUBITEM_ACQUISITION_DESTINATION_TEXT

SUBITEM_ACQUISITION_DESTINATION_TEXT: StringField<SubItem> = new StringField('SubitemAcquisitionDestination_Text', SubItem, 'Edm.String')

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

Static SUBITEM_CARRY_FORWARD_DESTINATION

SUBITEM_CARRY_FORWARD_DESTINATION: StringField<SubItem> = new StringField('SubitemCarryForwardDestination', SubItem, 'Edm.String')

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

Static SUBITEM_CARRY_FORWARD_DESTINATION_TEXT

SUBITEM_CARRY_FORWARD_DESTINATION_TEXT: StringField<SubItem> = new StringField('SubitemCarryForwardDestination_Text', SubItem, 'Edm.String')

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

Static SUBITEM_RTRMT_DIVESTITURE_DEST

SUBITEM_RTRMT_DIVESTITURE_DEST: StringField<SubItem> = new StringField('SubitemRtrmtDivestitureDest', SubItem, 'Edm.String')

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

Static SUBITEM_RTRMT_DIVESTITURE_DEST_TEXT

SUBITEM_RTRMT_DIVESTITURE_DEST_TEXT: StringField<SubItem> = new StringField('SubitemRtrmtDivestitureDest_Text', SubItem, 'Edm.String')

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

TO_CNSLDTN_SUB_ITEM_T: Link<SubItem, SubItemText> = new Link('to_CnsldtnSubItemT', SubItem, SubItemText)

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

Static _allFields

_allFields: any[] = [SubItem.SUB_ITEM_CATEGORY,SubItem.SUB_ITEM,SubItem.SUB_ITEM_TEXT,SubItem.SUBITEM_CARRY_FORWARD_DESTINATION,SubItem.SUBITEM_CARRY_FORWARD_DESTINATION_TEXT,SubItem.SUBITEM_RTRMT_DIVESTITURE_DEST,SubItem.SUBITEM_RTRMT_DIVESTITURE_DEST_TEXT,SubItem.SUBITEM_ACQUISITION_DESTINATION,SubItem.SUBITEM_ACQUISITION_DESTINATION_TEXT,SubItem.TO_CNSLDTN_SUB_ITEM_T]

All fields of the SubItem entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "SubItem"

Technical entity name for SubItem.

Static _keyFields

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

All key fields of the SubItem entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for SubItem.

Methods

Static builder

  • Returns an entity builder to construct instances SubItem.

    Returns EntityBuilderType<SubItem, SubItemType>

    A builder that constructs instances of entity type SubItem.

Static requestBuilder

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

    Returns SubItemRequestBuilder

    A SubItem request builder.