biuan SAP® BUSINESS ONE SDK
DTW Business Partners / Deduction Tax Hierarchies
API Message Data Line

Description

The MessageDataLine is a child data structure related to the MessageDataColumn. It contains the value of a specified cell in the Data table, which is defined by its column number (vtIndex of Item of MessageDataColumns) and row number (vtIndex of Item of MessageDataLines.

Source table: ALR3.

See Also

SAP® B1 DI-API C# definition

public class MessageDataLineClass : IMessageDataLine, MessageDataLine { public virtual string Object { get; set; } public virtual string ObjectKey { get; set; } public virtual string Value { get; set; } public extern MessageDataLineClass(); public virtual extern void FromXMLFile( string bstrFileName); public virtual extern void FromXMLString( string bstrXML); public virtual extern string GetXMLSchema(); public virtual extern void ToXMLFile( string bstrFileName); public virtual extern string ToXMLString(); }

Related information


Message Data Lines MessageDataLines Collection
MessageDataLines is a collection of the MessageDataLine data structures.
   Parent: Message Data Column MessageDataColumn Object· Table: ALR2


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates