Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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.

partnerSegmentText

partnerSegmentText: string

Segment Name. Maximum length: 50.

nullable

segment

segment: string

Segment for Segmental Reporting. Maximum length: 10.

toCnsldtnPartnerSegment

toCnsldtnPartnerSegment: PartnerSegment

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

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', PartnerSegmentText)

All fields selector.

Static LANGUAGE

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

PARTNER_SEGMENT_TEXT: StringField<PartnerSegmentText> = new StringField('PartnerSegmentText', PartnerSegmentText, 'Edm.String')

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

Static SEGMENT

SEGMENT: StringField<PartnerSegmentText> = new StringField('Segment', PartnerSegmentText, 'Edm.String')

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

Static TO_CNSLDTN_PARTNER_SEGMENT

TO_CNSLDTN_PARTNER_SEGMENT: OneToOneLink<PartnerSegmentText, PartnerSegment> = new OneToOneLink('to_CnsldtnPartnerSegment', PartnerSegmentText, PartnerSegment)

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

Static _allFields

_allFields: any[] = [PartnerSegmentText.LANGUAGE,PartnerSegmentText.SEGMENT,PartnerSegmentText.PARTNER_SEGMENT_TEXT,PartnerSegmentText.TO_CNSLDTN_PARTNER_SEGMENT]

All fields of the PartnerSegmentText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PartnerSegmentText"

Technical entity name for PartnerSegmentText.

Static _keyFields

_keyFields: Array<Selectable<PartnerSegmentText>> = [PartnerSegmentText.LANGUAGE, PartnerSegmentText.SEGMENT]

All key fields of the PartnerSegmentText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PartnerSegmentText.

Methods

Static builder

  • Returns an entity builder to construct instances PartnerSegmentText.

    Returns EntityBuilderType<PartnerSegmentText, PartnerSegmentTextType>

    A builder that constructs instances of entity type PartnerSegmentText.

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity PartnerSegmentText.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PartnerSegmentText>

    A builder that constructs instances of entity type PartnerSegmentText.

Static requestBuilder

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

    Returns PartnerSegmentTextRequestBuilder

    A PartnerSegmentText request builder.