Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

characteristicAttributeCode

characteristicAttributeCode: string

Code. Represents the lowest level within the hierarchy of catalog type, code group and code. A code refers to the actual coding for the attribute. For example, in a code group of colors, the code BL can represent the color blue, GR can represent the color green, and so forth. The code can be uniquely identified only with the catalog type and code group. Maximum length: 4.

characteristicAttributeCodeGrp

characteristicAttributeCodeGrp: string

Code Group. Key for the code group. Maximum length: 8.

characteristicAttributeCodeTxt

characteristicAttributeCodeTxt: string

Short Text for Code. Text of up to 40 characters that describes the object in more detail. This description is also known as short text. Maximum length: 40.

nullable

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.

Static ALL_FIELDS

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

All fields selector.

Static CHARACTERISTIC_ATTRIBUTE_CODE

CHARACTERISTIC_ATTRIBUTE_CODE: StringField<CharcAttribSeldSetCodeT> = new StringField('CharacteristicAttributeCode', CharcAttribSeldSetCodeT, 'Edm.String')

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

Static CHARACTERISTIC_ATTRIBUTE_CODE_GRP

CHARACTERISTIC_ATTRIBUTE_CODE_GRP: StringField<CharcAttribSeldSetCodeT> = new StringField('CharacteristicAttributeCodeGrp', CharcAttribSeldSetCodeT, 'Edm.String')

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

Static CHARACTERISTIC_ATTRIBUTE_CODE_TXT

CHARACTERISTIC_ATTRIBUTE_CODE_TXT: StringField<CharcAttribSeldSetCodeT> = new StringField('CharacteristicAttributeCodeTxt', CharcAttribSeldSetCodeT, 'Edm.String')

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

Static LANGUAGE

LANGUAGE: StringField<CharcAttribSeldSetCodeT> = new StringField('Language', CharcAttribSeldSetCodeT, '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<CharcAttribSeldSetCodeT> = new StringField('SelectedCodeSet', CharcAttribSeldSetCodeT, '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<CharcAttribSeldSetCodeT> = new StringField('SelectedCodeSetPlant', CharcAttribSeldSetCodeT, '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 _allFields

_allFields: any[] = [CharcAttribSeldSetCodeT.SELECTED_CODE_SET_PLANT,CharcAttribSeldSetCodeT.SELECTED_CODE_SET,CharcAttribSeldSetCodeT.CHARACTERISTIC_ATTRIBUTE_CODE_GRP,CharcAttribSeldSetCodeT.CHARACTERISTIC_ATTRIBUTE_CODE,CharcAttribSeldSetCodeT.LANGUAGE,CharcAttribSeldSetCodeT.CHARACTERISTIC_ATTRIBUTE_CODE_TXT]

All fields of the CharcAttribSeldSetCodeT entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_CharcAttribSeldSetCodeT"

Technical entity name for CharcAttribSeldSetCodeT.

Static _keyFields

_keyFields: Array<Selectable<CharcAttribSeldSetCodeT>> = [CharcAttribSeldSetCodeT.SELECTED_CODE_SET_PLANT, CharcAttribSeldSetCodeT.SELECTED_CODE_SET, CharcAttribSeldSetCodeT.CHARACTERISTIC_ATTRIBUTE_CODE_GRP, CharcAttribSeldSetCodeT.CHARACTERISTIC_ATTRIBUTE_CODE, CharcAttribSeldSetCodeT.LANGUAGE]

All key fields of the CharcAttribSeldSetCodeT entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CHARCATTRIBUTECATALOG_SRV_01"

Technical service name for CharcAttribSeldSetCodeT.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<CharcAttribSeldSetCodeT>

    A builder that constructs instances of entity type CharcAttribSeldSetCodeT.

Static requestBuilder

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

    Returns CharcAttribSeldSetCodeTRequestBuilder

    A CharcAttribSeldSetCodeT request builder.