Skip to main content

Bapi2080Nothdre

Namespace: Meshmakers.Octo.Communication.Adapters.Sap.Models

Data structure for the SAP table BAPI2080NOTHDRE. Contains fields for managing notifications (PM/CS notifications).

public class Bapi2080Nothdre

Inheritance ObjectBapi2080Nothdre

Remarks:

SAP Name: BAPI2080NOTHDRE

Properties

NotifNo

Notification number.

public string NotifNo { get; set; }

Property Value

String

Remarks:

SAP Name: NOTIF_NO

Planplant

Planning plant (maintenance planning plant).

public string Planplant { get; set; }

Property Value

String

Remarks:

SAP Name: PLANPLANT

LocAcc

Local account or access data.

public string LocAcc { get; set; }

Property Value

String

Remarks:

SAP Name: LOC_ACC

Equipment

Equipment number.

public string Equipment { get; set; }

Property Value

String

Remarks:

SAP Name: EQUIPMENT

Assembly

Assembly (component).

public string Assembly { get; set; }

Property Value

String

Remarks:

SAP Name: ASSEMBLY

Breakdown

Indicator for breakdown (0 = no breakdown, 1 = breakdown).

public string Breakdown { get; set; }

Property Value

String

Remarks:

SAP Name: BREAKDOWN

Strmlfndate

Start date of malfunction.

public Nullable<DateTime> Strmlfndate { get; set; }

Property Value

Nullable<DateTime>

Remarks:

SAP Name: STRMLFNDATE

Endmlfndate

End date of malfunction.

public Nullable<DateTime> Endmlfndate { get; set; }

Property Value

Nullable<DateTime>

Remarks:

SAP Name: ENDMLFNDATE

Strmlfntime

Start time of malfunction.

public Nullable<TimeSpan> Strmlfntime { get; set; }

Property Value

Nullable<TimeSpan>

Remarks:

SAP Name: STRMLFNTIME

Endmlfntime

End time of malfunction.

public Nullable<TimeSpan> Endmlfntime { get; set; }

Property Value

Nullable<TimeSpan>

Remarks:

SAP Name: ENDMLFNTIME

Downtime

Downtime (duration of breakdown).

public string Downtime { get; set; }

Property Value

String

Remarks:

SAP Name: DOWNTIME

Unit

Unit of measurement (e.g., hours, minutes).

public string Unit { get; set; }

Property Value

String

Remarks:

SAP Name: UNIT

IsocodeUnit

ISO code for the unit of measurement.

public string IsocodeUnit { get; set; }

Property Value

String

Remarks:

SAP Name: ISOCODE_UNIT

Plangroup

Planner group.

public string Plangroup { get; set; }

Property Value

String

Remarks:

SAP Name: PLANGROUP

Mntplan

Maintenance plan.

public string Mntplan { get; set; }

Property Value

String

Remarks:

SAP Name: MNTPLAN

MntcallNo

Maintenance call number.

public Nullable<int> MntcallNo { get; set; }

Property Value

Nullable<Int32>

Remarks:

SAP Name: MNTCALL_NO

Maintitem

Maintenance item (maintenance object).

public string Maintitem { get; set; }

Property Value

String

Remarks:

SAP Name: MAINTITEM

NotifType

Notification type.

public string NotifType { get; set; }

Property Value

String

Remarks:

SAP Name: NOTIF_TYPE

ShortText

Short text for the notification.

public string ShortText { get; set; }

Property Value

String

Remarks:

SAP Name: SHORT_TEXT

Priotype

Priority type.

public string Priotype { get; set; }

Property Value

String

Remarks:

SAP Name: PRIOTYPE

Priority

Priority (e.g., High, Medium, Low).

public string Priority { get; set; }

Property Value

String

Remarks:

SAP Name: PRIORITY

CreatedBy

Created by (user who created the notification).

public string CreatedBy { get; set; }

Property Value

String

Remarks:

SAP Name: CREATED_BY

CreatedOn

Creation date.

public Nullable<DateTime> CreatedOn { get; set; }

Property Value

Nullable<DateTime>

Remarks:

SAP Name: CREATED_ON

ChangedBy

Changed by (user who last changed the notification).

public string ChangedBy { get; set; }

Property Value

String

Remarks:

SAP Name: CHANGED_BY

ChangedOn

Change date.

public Nullable<DateTime> ChangedOn { get; set; }

Property Value

Nullable<DateTime>

Remarks:

SAP Name: CHANGED_ON

Notiftime

Notification creation time.

public Nullable<TimeSpan> Notiftime { get; set; }

Property Value

Nullable<TimeSpan>

Remarks:

SAP Name: NOTIFTIME

NotifDate

Notification creation date.

public Nullable<DateTime> NotifDate { get; set; }

Property Value

Nullable<DateTime>

Remarks:

SAP Name: NOTIF_DATE

Reportedby

Reported by (person who reported the issue).

public string Reportedby { get; set; }

Property Value

String

Remarks:

SAP Name: REPORTEDBY

Desstdate

Desired start date.

public Nullable<DateTime> Desstdate { get; set; }

Property Value

Nullable<DateTime>

Remarks:

SAP Name: DESSTDATE

Dessttime

Desired start time.

public Nullable<TimeSpan> Dessttime { get; set; }

Property Value

Nullable<TimeSpan>

Remarks:

SAP Name: DESSTTIME

Desenddate

Desired end date.

public Nullable<DateTime> Desenddate { get; set; }

Property Value

Nullable<DateTime>

Remarks:

SAP Name: DESENDDATE

Desendtm

Desired end time.

public Nullable<TimeSpan> Desendtm { get; set; }

Property Value

Nullable<TimeSpan>

Remarks:

SAP Name: DESENDTM

Orderid

Order number.

public string Orderid { get; set; }

Property Value

String

Remarks:

SAP Name: ORDERID

Material

Material number.

public string Material { get; set; }

Property Value

String

Remarks:

SAP Name: MATERIAL

CustNo

Customer number.

public string CustNo { get; set; }

Property Value

String

Remarks:

SAP Name: CUST_NO

ObjectNo

Object number.

public string ObjectNo { get; set; }

Property Value

String

Remarks:

SAP Name: OBJECT_NO

Compdate

Completion date.

public Nullable<DateTime> Compdate { get; set; }

Property Value

Nullable<DateTime>

Remarks:

SAP Name: COMPDATE

Comptime

Completion time.

public Nullable<TimeSpan> Comptime { get; set; }

Property Value

Nullable<TimeSpan>

Remarks:

SAP Name: COMPTIME

Catprofile

Catalog profile.

public string Catprofile { get; set; }

Property Value

String

Remarks:

SAP Name: CATPROFILE

LongText

Long text of the notification.

public string LongText { get; set; }

Property Value

String

Remarks:

SAP Name: LONG_TEXT

Prilang

Primary language.

public string Prilang { get; set; }

Property Value

String

Remarks:

SAP Name: PRILANG

Refdate

Reference date.

public Nullable<DateTime> Refdate { get; set; }

Property Value

Nullable<DateTime>

Remarks:

SAP Name: REFDATE

Reftime

Reference time.

public Nullable<TimeSpan> Reftime { get; set; }

Property Value

Nullable<TimeSpan>

Remarks:

SAP Name: REFTIME

SalesOrd

Sales order document number.

public string SalesOrd { get; set; }

Property Value

String

Remarks:

SAP Name: SALES_ORD

PurchNoC

Customer purchase order number.

public string PurchNoC { get; set; }

Property Value

String

Remarks:

SAP Name: PURCH_NO_C

PurchDate

Customer purchase order date.

public Nullable<DateTime> PurchDate { get; set; }

Property Value

Nullable<DateTime>

Remarks:

SAP Name: PURCH_DATE

Division

Division (line of business).

public string Division { get; set; }

Property Value

String

Remarks:

SAP Name: DIVISION

SalesOrg

Sales organization.

public string SalesOrg { get; set; }

Property Value

String

Remarks:

SAP Name: SALES_ORG

DistrChan

Distribution channel.

public string DistrChan { get; set; }

Property Value

String

Remarks:

SAP Name: DISTR_CHAN

AddrNumber

Address number.

public string AddrNumber { get; set; }

Property Value

String

Remarks:

SAP Name: ADDR_NUMBER

ChangedAt

Time of last change.

public Nullable<TimeSpan> ChangedAt { get; set; }

Property Value

Nullable<TimeSpan>

Remarks:

SAP Name: CHANGED_AT

CreatedAt

Creation time.

public Nullable<TimeSpan> CreatedAt { get; set; }

Property Value

Nullable<TimeSpan>

Remarks:

SAP Name: CREATED_AT

CatType

Catalog type.

public string CatType { get; set; }

Property Value

String

Remarks:

SAP Name: CAT_TYPE

CodeGroup

Code group.

public string CodeGroup { get; set; }

Property Value

String

Remarks:

SAP Name: CODE_GROUP

Coding

Code within the code group.

public string Coding { get; set; }

Property Value

String

Remarks:

SAP Name: CODING

PmWkctr

Work center (PM).

public Nullable<int> PmWkctr { get; set; }

Property Value

Nullable<Int32>

Remarks:

SAP Name: PM_WKCTR

Serialno

Serial number.

public string Serialno { get; set; }

Property Value

String

Remarks:

SAP Name: SERIALNO

DeleteFlag

Deletion flag.

public string DeleteFlag { get; set; }

Property Value

String

Remarks:

SAP Name: DELETE_FLAG

Devicedata

Device data.

public string Devicedata { get; set; }

Property Value

String

Remarks:

SAP Name: DEVICEDATA

SalesOffice

Sales office.

public string SalesOffice { get; set; }

Property Value

String

Remarks:

SAP Name: SALES_OFFICE

SalesGrp

Sales group.

public string SalesGrp { get; set; }

Property Value

String

Remarks:

SAP Name: SALES_GRP

Notiftmez

Time zone for the notification creation.

public string Notiftmez { get; set; }

Property Value

String

Remarks:

SAP Name: NOTIFTMEZ

FunctLoc

Functional location.

public string FunctLoc { get; set; }

Property Value

String

Remarks:

SAP Name: FUNCT_LOC

Abcindic

ABC indicator.

public string Abcindic { get; set; }

Property Value

String

Remarks:

SAP Name: ABCINDIC

Sortfield

Sort field.

public string Sortfield { get; set; }

Property Value

String

Remarks:

SAP Name: SORTFIELD

Maintplant

Maintenance plant.

public string Maintplant { get; set; }

Property Value

String

Remarks:

SAP Name: MAINTPLANT

Maintloc

Location in the maintenance plant.

public string Maintloc { get; set; }

Property Value

String

Remarks:

SAP Name: MAINTLOC

Maintroom

Room in the maintenance plant.

public string Maintroom { get; set; }

Property Value

String

Remarks:

SAP Name: MAINTROOM

Plsectn

Plant section.

public string Plsectn { get; set; }

Property Value

String

Remarks:

SAP Name: PLSECTN

PpWkctr

Work center (PP).

public Nullable<int> PpWkctr { get; set; }

Property Value

Nullable<Int32>

Remarks:

SAP Name: PP_WKCTR

BusArea

Business area.

public string BusArea { get; set; }

Property Value

String

Remarks:

SAP Name: BUS_AREA

CoArea

Controlling area.

public string CoArea { get; set; }

Property Value

String

Remarks:

SAP Name: CO_AREA

Costcenter

Cost center.

public string Costcenter { get; set; }

Property Value

String

Remarks:

SAP Name: COSTCENTER

WbsElement

WBS element (project structure element).

public string WbsElement { get; set; }

Property Value

String

Remarks:

SAP Name: WBS_ELEMENT

AssetNo

Asset number.

public string AssetNo { get; set; }

Property Value

String

Remarks:

SAP Name: ASSET_NO

SubNumber

Subnumber (asset subnumber).

public string SubNumber { get; set; }

Property Value

String

Remarks:

SAP Name: SUB_NUMBER

Stdgord

Standard order.

public string Stdgord { get; set; }

Property Value

String

Remarks:

SAP Name: STDGORD

Stlmtorder

Settlement order.

public string Stlmtorder { get; set; }

Property Value

String

Remarks:

SAP Name: STLMTORDER

CompCode

Company code.

public string CompCode { get; set; }

Property Value

String

Remarks:

SAP Name: COMP_CODE

SalesOrgLocAcc

Sales organization for local account.

public string SalesOrgLocAcc { get; set; }

Property Value

String

Remarks:

SAP Name: SALES_ORG_LOC_ACC

DivisionLocAcc

Division (line of business) for local account.

public string DivisionLocAcc { get; set; }

Property Value

String

Remarks:

SAP Name: DIVISION_LOC_ACC

DistChanLocAcc

Distribution channel for local account.

public string DistChanLocAcc { get; set; }

Property Value

String

Remarks:

SAP Name: DIST_CHAN_LOC_ACC

AddrNoLocAcc

Address number for local account.

public string AddrNoLocAcc { get; set; }

Property Value

String

Remarks:

SAP Name: ADDR_NO_LOC_ACC

DocNumber

Document number (e.g., SD document number).

public string DocNumber { get; set; }

Property Value

String

Remarks:

SAP Name: DOC_NUMBER

ItmNumber

Item number.

public Nullable<int> ItmNumber { get; set; }

Property Value

Nullable<Int32>

Remarks:

SAP Name: ITM_NUMBER

Scenario

Scenario (context or workflow scenario).

public string Scenario { get; set; }

Property Value

String

Remarks:

SAP Name: SCENARIO

AssemblyExternal

External assembly ID.

public string AssemblyExternal { get; set; }

Property Value

String

Remarks:

SAP Name: ASSEMBLY_EXTERNAL

AssemblyGuid

GUID for the assembly.

public string AssemblyGuid { get; set; }

Property Value

String

Remarks:

SAP Name: ASSEMBLY_GUID

AssemblyVersion

Version of the assembly.

public string AssemblyVersion { get; set; }

Property Value

String

Remarks:

SAP Name: ASSEMBLY_VERSION

MaterialExternal

External material number.

public string MaterialExternal { get; set; }

Property Value

String

Remarks:

SAP Name: MATERIAL_EXTERNAL

MaterialGuid

GUID for the material.

public string MaterialGuid { get; set; }

Property Value

String

Remarks:

SAP Name: MATERIAL_GUID

MaterialVersion

Version of the material.

public string MaterialVersion { get; set; }

Property Value

String

Remarks:

SAP Name: MATERIAL_VERSION

Constructors

Bapi2080Nothdre()

public Bapi2080Nothdre()