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
NotificationType
Notification type (e.g. 'M1'), otherwise use NotificationTypePath
public string NotificationType { get; set; }
Property Value
FunctionalLocationPath
Functional location path
public string FunctionalLocationPath { get; set; }
Property Value
EquipmentPath
Equipment number
public string EquipmentPath { get; set; }
Property Value
MaterialPath
Material number of the equipment
public string MaterialPath { get; set; }
Property Value
SerialNumberPath
Serial number of the equipment
public string SerialNumberPath { get; set; }
Property Value
ShortTextPath
Short text of the notification
public string ShortTextPath { get; set; }
Property Value
PriorityPath
SAP priority code
public string PriorityPath { get; set; }
Property Value
TargetPath
public string TargetPath { get; set; }
Property Value
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
Constructors
CreatePmNotificationNodeConfiguration()
public CreatePmNotificationNodeConfiguration()