Description
MessageHeaders is a collection of MessageHeader.
| |||
SQL Administration / Alerts DTW Administration / Setup / Business Partners / BPFiscalRegistryID API Message Headers | |||
Message Headers Collection
SAP® B1 DI-API C# definitionpublic class MessageHeadersClass : IMessageHeaders, MessageHeaders, IEnumerable
{
public virtual int Count
{
get;
}
public extern MessageHeadersClass();
public virtual extern MessageHeader Add();
public virtual extern IEnumerator GetEnumerator();
public virtual extern string GetXMLSchema();
public virtual extern MessageHeader Item( object vtIndex);
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} Related informationMessage Header MessageHeader Object MessageHeader is a data structure related to the MessagesService. The data is stored temporarily in the memory in a virtual table (at a later stage, the data is stored in the OAOB and OAIB tables).
Source tables:
OAOB (Message Sent).
OAIB... ![]() |
|||
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 |