Description
GLAccounts is a collection of GLAccount data structures.
| |||
API GL Accounts | |||
GL Accounts Collection
SAP® B1 DI-API C# definitionpublic class GLAccountsClass : IGLAccounts, GLAccounts, IEnumerable
{
public virtual int Count
{
get;
}
public extern GLAccountsClass();
public virtual extern GLAccount Add();
public virtual extern IEnumerator GetEnumerator();
public virtual extern string GetXMLSchema();
public virtual extern GLAccount Item( object vtIndex);
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} Related informationGL Account GLAccount Object GLAccount is a data structure related to the AccountsService. The data is stored temporarily in a virtual table. ![]() |
|||
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 |