Description
The category of the account segmentation.
Source table: OASC.
| |||
DTW Administration / Setup / Financials / Account Segmentation / Account Segmentation Categories API Acct Segmnt Categories | |||
Acct Segmnt Categories Object
SAP® B1 DI-API C# definitionpublic class AcctSegmnt_CategoriesClass : IAcctSegmnt_Categories, AcctSegmnt_Categories
{
public virtual string Code
{
get;
set;
}
public virtual string Name
{
get;
set;
}
public virtual int SegmentID
{
get;
set;
}
public virtual string ShortName
{
get;
set;
}
public extern AcctSegmnt_CategoriesClass();
public virtual extern void Add();
public virtual extern void SetCurrentLine(int LineNum);
} |
|||
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 |