Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ClfnClassForKeyDate" of service "API_CLFN_PRODUCT_SRV". This service is part of the following communication scenarios: Product Classification Integration (SAP_COM_0309). See https://api.sap.com/api/API_CLFN_PRODUCT_SRV for more information.

Hierarchy

  • any
    • ClfnClassForKeyDate

Implements

Index

Properties

class

class: string

Class number. Name used to uniquely identify a class within a class type. Maximum length: 18.

nullable

classClassfctnAuthGrp

classClassfctnAuthGrp: string

Classification authorization group. Authorization key: determines whether a user is allowed to assign objects to this class. This authorization must be defined in the user master record. The authorization object is BGRKL. Maximum length: 3.

nullable

classGroup

classGroup: string

Class Group. This string is used to group together related classes. The class group is used for finding classes quickly via a matchcode. Maximum length: 10.

nullable

classGroupName

classGroupName: string

Class Group Description. Description of a class group. Maximum length: 40.

nullable

classInternalId

classInternalId: string

Internal Class Number. Maximum length: 10.

classIsLocal

classIsLocal: boolean

Local class. Set this indicator to define a class as a local class. This indicator is useful if you use distributed systems, but want to maintain one portion of your object classifications in a central system and another portion in a local system If this indicator is set, object allocations for this class are not deleted when you distribute data. Values assigned to characteristics of this class are not deleted either. This ensures that the classifications you create locally are not deleted whenever you distribute data from your central classification system. Characteristics that occur in both a local and a central class are changed, but distribution cannot delete a characteristic value.

nullable

classMaintAuthGrp

classMaintAuthGrp: string

Class maintenance authorization group. Authorization key that determines whether a user is allowed to maintain this class. This authorization must be defined in the user master record. The authorization object is BGRKP. Maximum length: 3.

nullable

classSearchAuthGrp

classSearchAuthGrp: string

Authorization group for finding objects. Authorization key: determines whether a user is allowed to use this class to find objects. This authorization must be defined in the user master record. The authorization object is BGRSE. Maximum length: 3.

nullable

classStandardCharcTable

classStandardCharcTable: string

Characteristics table. Number for the list of characteristics in the class, as defined by the standard. Maximum length: 20.

nullable

classStandardNumber

classStandardNumber: string

Standard Number. Complete identification of a standard describing all objects of this class. Maximum length: 20.

nullable

classStandardOrgName

classStandardOrgName: string

Name of standards organization. Standard on which the created class is based (for example, DIN, ASA, ISO). Maximum length: 10.

nullable

classStandardStartDate

classStandardStartDate: Moment

Issue date. Date on which the standard came into effect.

nullable

classStandardVersion

classStandardVersion: string

Version Number. This number identifies the version of this standard. The version number is to be seen in combination with the version date. Maximum length: 2.

nullable

classStandardVersionStartDate

classStandardVersionStartDate: Moment

Version date. Date on which this version of the standard became valid.

nullable

classStatus

classStatus: string

Class status. This key determines: whether a class can be maintained whether objects can be allocated to a class whether the class can be used for selecting objects. Maximum length: 1.

nullable

classStatusName

classStatusName: string

Text for a table entry. Text for a table entry. Maximum length: 40.

nullable

classType

classType: string

Class Type. Uniquely identifies the class type. Maximum length: 3.

nullable

classTypeName

classTypeName: string

Text describing class type. Description of class type. Maximum length: 40.

nullable

classificationIsAllowed

classificationIsAllowed: string

Classification allowed. Indicator for defining class statuses. If you select this field for a status, you can allocate objects to a class with this status. Maximum length: 1.

nullable

clfnOrganizationalArea

clfnOrganizationalArea: string

Organizational Area. These organizational areas are allowed for the characteristics of this class. On the characteristics screen of the class, you can assign characteristics to the organizational areas you have defined for the class. Maximum length: 10.

nullable

createdByUser

createdByUser: string

Name of Person Who Created Object. Maximum length: 12.

nullable

creationDate

creationDate: Moment

Date on Which Record Was Created.

nullable

docNumber

docNumber: string

Document number. This number is the main part of the document key, which is used to identify the document. Maximum length: 25.

nullable

documentPart

documentPart: string

Document Part. Section of a document which is maintained as an independent document. Design departments, for example, can use document parts to divide up large documents such as design drawings into pages. Maximum length: 3.

nullable

documentType

documentType: string

Document Type. Part of the document key, which categorizes documents according to their distinguishing features and the organizational procedures which result from them. Maximum length: 3.

nullable

documentVersion

documentVersion: string

Document Version. Number which identifies the version of a document. A new version is assigned after the original files have been edited in the following processing situations: The new processing status varies from the original in a certain way (for example, text change sin a text file). You want the original processing status to remain the same (for example, documentation of project progress). Maximum length: 2.

nullable

keyDate

keyDate: Moment

Key Date.

nullable

lastChangeDate

lastChangeDate: Moment

Date of Last Change.

nullable

lastChangedByUser

lastChangedByUser: string

Name of Person who Changed Object. Maximum length: 12.

nullable

sameClassfctnReaction

sameClassfctnReaction: string

Single-Character Indicator. Maximum length: 1.

nullable

validityEndDate

validityEndDate: Moment

Valid-to date. Objects can be assigned to the class until this date.

nullable

validityStartDate

validityStartDate: Moment

Valid-From Date. Date as of which objects can be allocated to a class.

nullable

Static ALL_FIELDS

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

All fields selector.

Static CLASS

CLASS: StringField<ClfnClassForKeyDate> = new StringField('Class', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASSIFICATION_IS_ALLOWED

CLASSIFICATION_IS_ALLOWED: StringField<ClfnClassForKeyDate> = new StringField('ClassificationIsAllowed', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASS_CLASSFCTN_AUTH_GRP

CLASS_CLASSFCTN_AUTH_GRP: StringField<ClfnClassForKeyDate> = new StringField('ClassClassfctnAuthGrp', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASS_GROUP

CLASS_GROUP: StringField<ClfnClassForKeyDate> = new StringField('ClassGroup', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASS_GROUP_NAME

CLASS_GROUP_NAME: StringField<ClfnClassForKeyDate> = new StringField('ClassGroupName', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASS_INTERNAL_ID

CLASS_INTERNAL_ID: StringField<ClfnClassForKeyDate> = new StringField('ClassInternalID', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASS_IS_LOCAL

CLASS_IS_LOCAL: BooleanField<ClfnClassForKeyDate> = new BooleanField('ClassIsLocal', ClfnClassForKeyDate, 'Edm.Boolean')

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

Static CLASS_MAINT_AUTH_GRP

CLASS_MAINT_AUTH_GRP: StringField<ClfnClassForKeyDate> = new StringField('ClassMaintAuthGrp', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASS_SEARCH_AUTH_GRP

CLASS_SEARCH_AUTH_GRP: StringField<ClfnClassForKeyDate> = new StringField('ClassSearchAuthGrp', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASS_STANDARD_CHARC_TABLE

CLASS_STANDARD_CHARC_TABLE: StringField<ClfnClassForKeyDate> = new StringField('ClassStandardCharcTable', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASS_STANDARD_NUMBER

CLASS_STANDARD_NUMBER: StringField<ClfnClassForKeyDate> = new StringField('ClassStandardNumber', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASS_STANDARD_ORG_NAME

CLASS_STANDARD_ORG_NAME: StringField<ClfnClassForKeyDate> = new StringField('ClassStandardOrgName', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASS_STANDARD_START_DATE

CLASS_STANDARD_START_DATE: DateField<ClfnClassForKeyDate> = new DateField('ClassStandardStartDate', ClfnClassForKeyDate, 'Edm.DateTime')

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

Static CLASS_STANDARD_VERSION

CLASS_STANDARD_VERSION: StringField<ClfnClassForKeyDate> = new StringField('ClassStandardVersion', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASS_STANDARD_VERSION_START_DATE

CLASS_STANDARD_VERSION_START_DATE: DateField<ClfnClassForKeyDate> = new DateField('ClassStandardVersionStartDate', ClfnClassForKeyDate, 'Edm.DateTime')

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

Static CLASS_STATUS

CLASS_STATUS: StringField<ClfnClassForKeyDate> = new StringField('ClassStatus', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASS_STATUS_NAME

CLASS_STATUS_NAME: StringField<ClfnClassForKeyDate> = new StringField('ClassStatusName', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASS_TYPE

CLASS_TYPE: StringField<ClfnClassForKeyDate> = new StringField('ClassType', ClfnClassForKeyDate, 'Edm.String')

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

Static CLASS_TYPE_NAME

CLASS_TYPE_NAME: StringField<ClfnClassForKeyDate> = new StringField('ClassTypeName', ClfnClassForKeyDate, 'Edm.String')

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

Static CLFN_ORGANIZATIONAL_AREA

CLFN_ORGANIZATIONAL_AREA: StringField<ClfnClassForKeyDate> = new StringField('ClfnOrganizationalArea', ClfnClassForKeyDate, 'Edm.String')

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

Static CREATED_BY_USER

CREATED_BY_USER: StringField<ClfnClassForKeyDate> = new StringField('CreatedByUser', ClfnClassForKeyDate, 'Edm.String')

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

Static CREATION_DATE

CREATION_DATE: DateField<ClfnClassForKeyDate> = new DateField('CreationDate', ClfnClassForKeyDate, 'Edm.DateTime')

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

Static DOCUMENT_PART

DOCUMENT_PART: StringField<ClfnClassForKeyDate> = new StringField('DocumentPart', ClfnClassForKeyDate, 'Edm.String')

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

Static DOCUMENT_TYPE

DOCUMENT_TYPE: StringField<ClfnClassForKeyDate> = new StringField('DocumentType', ClfnClassForKeyDate, 'Edm.String')

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

Static DOCUMENT_VERSION

DOCUMENT_VERSION: StringField<ClfnClassForKeyDate> = new StringField('DocumentVersion', ClfnClassForKeyDate, 'Edm.String')

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

Static DOC_NUMBER

DOC_NUMBER: StringField<ClfnClassForKeyDate> = new StringField('DocNumber', ClfnClassForKeyDate, 'Edm.String')

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

Static KEY_DATE

KEY_DATE: DateField<ClfnClassForKeyDate> = new DateField('KeyDate', ClfnClassForKeyDate, 'Edm.DateTime')

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

Static LAST_CHANGED_BY_USER

LAST_CHANGED_BY_USER: StringField<ClfnClassForKeyDate> = new StringField('LastChangedByUser', ClfnClassForKeyDate, 'Edm.String')

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

Static LAST_CHANGE_DATE

LAST_CHANGE_DATE: DateField<ClfnClassForKeyDate> = new DateField('LastChangeDate', ClfnClassForKeyDate, 'Edm.DateTime')

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

Static SAME_CLASSFCTN_REACTION

SAME_CLASSFCTN_REACTION: StringField<ClfnClassForKeyDate> = new StringField('SameClassfctnReaction', ClfnClassForKeyDate, 'Edm.String')

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

Static VALIDITY_END_DATE

VALIDITY_END_DATE: DateField<ClfnClassForKeyDate> = new DateField('ValidityEndDate', ClfnClassForKeyDate, 'Edm.DateTime')

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

Static VALIDITY_START_DATE

VALIDITY_START_DATE: DateField<ClfnClassForKeyDate> = new DateField('ValidityStartDate', ClfnClassForKeyDate, 'Edm.DateTime')

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

Static _allFields

_allFields: any[] = [ClfnClassForKeyDate.CLASS_INTERNAL_ID,ClfnClassForKeyDate.CLASS_TYPE,ClfnClassForKeyDate.CLASS_TYPE_NAME,ClfnClassForKeyDate.CLASS,ClfnClassForKeyDate.CLASS_STATUS,ClfnClassForKeyDate.CLASS_STATUS_NAME,ClfnClassForKeyDate.CLASSIFICATION_IS_ALLOWED,ClfnClassForKeyDate.CLASS_GROUP,ClfnClassForKeyDate.CLASS_GROUP_NAME,ClfnClassForKeyDate.CLASS_SEARCH_AUTH_GRP,ClfnClassForKeyDate.CLASS_CLASSFCTN_AUTH_GRP,ClfnClassForKeyDate.CLASS_MAINT_AUTH_GRP,ClfnClassForKeyDate.DOC_NUMBER,ClfnClassForKeyDate.DOCUMENT_TYPE,ClfnClassForKeyDate.DOCUMENT_PART,ClfnClassForKeyDate.DOCUMENT_VERSION,ClfnClassForKeyDate.SAME_CLASSFCTN_REACTION,ClfnClassForKeyDate.CLFN_ORGANIZATIONAL_AREA,ClfnClassForKeyDate.CLASS_STANDARD_ORG_NAME,ClfnClassForKeyDate.CLASS_STANDARD_NUMBER,ClfnClassForKeyDate.CLASS_STANDARD_START_DATE,ClfnClassForKeyDate.CLASS_STANDARD_VERSION_START_DATE,ClfnClassForKeyDate.CLASS_STANDARD_VERSION,ClfnClassForKeyDate.CLASS_STANDARD_CHARC_TABLE,ClfnClassForKeyDate.CREATED_BY_USER,ClfnClassForKeyDate.CREATION_DATE,ClfnClassForKeyDate.LAST_CHANGED_BY_USER,ClfnClassForKeyDate.LAST_CHANGE_DATE,ClfnClassForKeyDate.CLASS_IS_LOCAL,ClfnClassForKeyDate.VALIDITY_START_DATE,ClfnClassForKeyDate.VALIDITY_END_DATE,ClfnClassForKeyDate.KEY_DATE]

All fields of the ClfnClassForKeyDate entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ClfnClassForKeyDate"

Technical entity name for ClfnClassForKeyDate.

Static _keyFields

_keyFields: Array<Selectable<ClfnClassForKeyDate>> = [ClfnClassForKeyDate.CLASS_INTERNAL_ID]

All key fields of the ClfnClassForKeyDate entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CLFN_PRODUCT_SRV"

Technical service name for ClfnClassForKeyDate.

Methods

Static builder

  • Returns an entity builder to construct instances ClfnClassForKeyDate.

    Returns EntityBuilderType<ClfnClassForKeyDate, ClfnClassForKeyDateType>

    A builder that constructs instances of entity type ClfnClassForKeyDate.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ClfnClassForKeyDate>

    A builder that constructs instances of entity type ClfnClassForKeyDate.

Static requestBuilder

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

    Returns ClfnClassForKeyDateRequestBuilder

    A ClfnClassForKeyDate request builder.