Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "JobTemplateSet" of service "BC_EXT_APPJOB_MANAGEMENT". See https://api.sap.com/api/BC_EXT_APPJOB_MANAGEMENT;v=0002 for more information.

Hierarchy

  • any
    • JobTemplateSet

Implements

Index

Properties

creationDateTime

creationDateTime: Moment

UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun). The UTC timestamp displays date and time according to UTC (Universal Coordinated Time). In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose. Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone. The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure. See also GET TIME STAMP A UTC time stamp in short form is also available.

nullable

creationUserName

creationUserName: string

Creation User Name. Maximum length: 12.

nullable

jobPeriodicGranularity

jobPeriodicGranularity: string

Job Periodic Granularity. Maximum length: 2.

nullable

jobPeriodicValue

jobPeriodicValue: string

Job Periodic Value. Maximum length: 3.

nullable

jobReportName

jobReportName: string

Job Report Name. Maximum length: 40.

nullable

jobTemplateName

jobTemplateName: string

Job Template Name. Maximum length: 40.

jobTemplateStepCount

jobTemplateStepCount: number

Job Template Step Count.

nullable

jobTemplateText

jobTemplateText: string

Job Template Text. Maximum length: 120.

nullable

jobTemplateVersion

jobTemplateVersion: string

Job Template Version. Maximum length: 1.

jobUserName

jobUserName: string

Job User Name. Maximum length: 12.

nullable

lastChangeDateTime

lastChangeDateTime: Moment

UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun). The UTC timestamp displays date and time according to UTC (Universal Coordinated Time). In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose. Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone. The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure. See also GET TIME STAMP A UTC time stamp in short form is also available.

nullable

lastChangeUserName

lastChangeUserName: string

Last Change User Name. Maximum length: 12.

nullable

supportsTestModeInd

supportsTestModeInd: boolean

General Flag.

nullable

Static CREATION_DATE_TIME

CREATION_DATE_TIME: DateField<JobTemplateSet> = new DateField('CreationDateTime', JobTemplateSet, 'Edm.DateTime')

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

Static CREATION_USER_NAME

CREATION_USER_NAME: StringField<JobTemplateSet> = new StringField('CreationUserName', JobTemplateSet, 'Edm.String')

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

Static JOB_PERIODIC_GRANULARITY

JOB_PERIODIC_GRANULARITY: StringField<JobTemplateSet> = new StringField('JobPeriodicGranularity', JobTemplateSet, 'Edm.String')

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

Static JOB_PERIODIC_VALUE

JOB_PERIODIC_VALUE: StringField<JobTemplateSet> = new StringField('JobPeriodicValue', JobTemplateSet, 'Edm.String')

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

Static JOB_REPORT_NAME

JOB_REPORT_NAME: StringField<JobTemplateSet> = new StringField('JobReportName', JobTemplateSet, 'Edm.String')

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

Static JOB_TEMPLATE_NAME

JOB_TEMPLATE_NAME: StringField<JobTemplateSet> = new StringField('JobTemplateName', JobTemplateSet, 'Edm.String')

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

Static JOB_TEMPLATE_STEP_COUNT

JOB_TEMPLATE_STEP_COUNT: NumberField<JobTemplateSet> = new NumberField('JobTemplateStepCount', JobTemplateSet, 'Edm.Int32')

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

Static JOB_TEMPLATE_TEXT

JOB_TEMPLATE_TEXT: StringField<JobTemplateSet> = new StringField('JobTemplateText', JobTemplateSet, 'Edm.String')

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

Static JOB_TEMPLATE_VERSION

JOB_TEMPLATE_VERSION: StringField<JobTemplateSet> = new StringField('JobTemplateVersion', JobTemplateSet, 'Edm.String')

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

Static JOB_USER_NAME

JOB_USER_NAME: StringField<JobTemplateSet> = new StringField('JobUserName', JobTemplateSet, 'Edm.String')

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

Static LAST_CHANGE_DATE_TIME

LAST_CHANGE_DATE_TIME: DateField<JobTemplateSet> = new DateField('LastChangeDateTime', JobTemplateSet, 'Edm.DateTime')

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

Static LAST_CHANGE_USER_NAME

LAST_CHANGE_USER_NAME: StringField<JobTemplateSet> = new StringField('LastChangeUserName', JobTemplateSet, 'Edm.String')

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

Static SUPPORTS_TEST_MODE_IND

SUPPORTS_TEST_MODE_IND: BooleanField<JobTemplateSet> = new BooleanField('SupportsTestModeInd', JobTemplateSet, 'Edm.Boolean')

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

Static _allFields

_allFields: any[] = [JobTemplateSet.JOB_TEMPLATE_NAME,JobTemplateSet.JOB_TEMPLATE_VERSION,JobTemplateSet.JOB_TEMPLATE_STEP_COUNT,JobTemplateSet.JOB_PERIODIC_GRANULARITY,JobTemplateSet.JOB_REPORT_NAME,JobTemplateSet.JOB_USER_NAME,JobTemplateSet.JOB_PERIODIC_VALUE,JobTemplateSet.JOB_TEMPLATE_TEXT,JobTemplateSet.CREATION_DATE_TIME,JobTemplateSet.CREATION_USER_NAME,JobTemplateSet.LAST_CHANGE_DATE_TIME,JobTemplateSet.LAST_CHANGE_USER_NAME,JobTemplateSet.SUPPORTS_TEST_MODE_IND]

All fields of the JobTemplateSet entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/SAP/BC_EXT_APPJOB_MANAGEMENT;v=0002"

Default url path for the according service.

Static _entityName

_entityName: string = "JobTemplateSet"

Technical entity name for JobTemplateSet.

Static _keyFields

_keyFields: Array<Selectable<JobTemplateSet>> = [JobTemplateSet.JOB_TEMPLATE_NAME, JobTemplateSet.JOB_TEMPLATE_VERSION]

All key fields of the JobTemplateSet entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "BC_EXT_APPJOB_MANAGEMENT"

Technical service name for JobTemplateSet.

Methods

Static builder

  • Returns an entity builder to construct instances JobTemplateSet.

    Returns EntityBuilderType<JobTemplateSet, JobTemplateSetType>

    A builder that constructs instances of entity type JobTemplateSet.

Static requestBuilder

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

    Returns JobTemplateSetRequestBuilder

    A JobTemplateSet request builder.