Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_CharcAttribSeldSetT" of service "API_CHARCATTRIBUTECATALOG_SRV_01". This service is part of the following communication scenarios: Inspection Master Data Integration (SAP_COM_0110). See https://api.sap.com/api/API_CHARCATTRIBUTECATALOG_SRV for more information.

Hierarchy

  • any
    • CharcAttribSeldSetT

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.

selectedCodeSet

selectedCodeSet: string

Selected Set. Key for the selected set. Maximum length: 8.

selectedCodeSetPlant

selectedCodeSetPlant: string

Plant. Key uniquely identifying a plant. Maximum length: 4.

selectedCodeSetText

selectedCodeSetText: string

Text for Selected Set. Maximum length: 40.

nullable

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

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

SELECTED_CODE_SET: StringField<CharcAttribSeldSetT> = new StringField('SelectedCodeSet', CharcAttribSeldSetT, 'Edm.String')

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

Static SELECTED_CODE_SET_PLANT

SELECTED_CODE_SET_PLANT: StringField<CharcAttribSeldSetT> = new StringField('SelectedCodeSetPlant', CharcAttribSeldSetT, 'Edm.String')

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

Static SELECTED_CODE_SET_TEXT

SELECTED_CODE_SET_TEXT: StringField<CharcAttribSeldSetT> = new StringField('SelectedCodeSetText', CharcAttribSeldSetT, 'Edm.String')

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

Static _allFields

_allFields: any[] = [CharcAttribSeldSetT.SELECTED_CODE_SET_PLANT,CharcAttribSeldSetT.SELECTED_CODE_SET,CharcAttribSeldSetT.LANGUAGE,CharcAttribSeldSetT.SELECTED_CODE_SET_TEXT]

All fields of the CharcAttribSeldSetT entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_CharcAttribSeldSetT"

Technical entity name for CharcAttribSeldSetT.

Static _keyFields

_keyFields: Array<Selectable<CharcAttribSeldSetT>> = [CharcAttribSeldSetT.SELECTED_CODE_SET_PLANT, CharcAttribSeldSetT.SELECTED_CODE_SET, CharcAttribSeldSetT.LANGUAGE]

All key fields of the CharcAttribSeldSetT entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CHARCATTRIBUTECATALOG_SRV_01"

Technical service name for CharcAttribSeldSetT.

Methods

Static builder

  • Returns an entity builder to construct instances CharcAttribSeldSetT.

    Returns EntityBuilderType<CharcAttribSeldSetT, CharcAttribSeldSetTType>

    A builder that constructs instances of entity type CharcAttribSeldSetT.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<CharcAttribSeldSetT>

    A builder that constructs instances of entity type CharcAttribSeldSetT.

Static requestBuilder

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

    Returns CharcAttribSeldSetTRequestBuilder

    A CharcAttribSeldSetT request builder.