Skip to main content

CreatePmNotificationNodeConfiguration

Namespace: Meshmakers.Octo.Communication.Adapters.Sap.Nodes.Load.PlantMaintenance

Node Configuration to create a PM (Plant Maintenance) notification

public record CreatePmNotificationNodeConfiguration : TargetPathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<CreatePmNotificationNodeConfiguration>

Inheritance Object → NodeConfiguration → TargetPathNodeConfiguration → CreatePmNotificationNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<CreatePmNotificationNodeConfiguration>

Remarks:

This node uses function module BAPI_ALM_NOTIF_CREATE

Properties

NotificationTypePath

Path to the notification type, otherwise use NotificationType

public string NotificationTypePath { get; set; }

Property Value

String

NotificationType

Notification type (e.g. 'M1'), otherwise use NotificationTypePath

public string NotificationType { get; set; }

Property Value

String

FunctionalLocationPath

Functional location path

public string FunctionalLocationPath { get; set; }

Property Value

String

EquipmentPath

Equipment number

public string EquipmentPath { get; set; }

Property Value

String

MaterialPath

Material number of the equipment

public string MaterialPath { get; set; }

Property Value

String

SerialNumberPath

Serial number of the equipment

public string SerialNumberPath { get; set; }

Property Value

String

ShortTextPath

Short text of the notification

public string ShortTextPath { get; set; }

Property Value

String

PriorityPath

SAP priority code

public string PriorityPath { get; set; }

Property Value

String

TargetPath

public string TargetPath { get; set; }

Property Value

String

TargetValueWriteMode

public WriteMode TargetValueWriteMode { get; set; }

Property Value

WriteMode

TargetValueKind

public ValueKind TargetValueKind { get; set; }

Property Value

ValueKind

Description

public string Description { get; set; }

Property Value

String

Constructors

CreatePmNotificationNodeConfiguration()

public CreatePmNotificationNodeConfiguration()