Description
A collection of ProfitCenterParams objects.
| |||
DTW Financials / Cost Accounting / Profit Centers API Profit Centers Params | |||
Profit Centers Params Collection
SAP® B1 DI-API C# definitionpublic class ProfitCentersParamsClass : IProfitCentersParams, ProfitCentersParams, IEnumerable
{
public virtual int Count
{
get;
}
public extern ProfitCentersParamsClass();
public virtual extern ProfitCenterParams Add();
public virtual extern IEnumerator GetEnumerator();
public virtual extern string GetXMLSchema();
public virtual extern ProfitCenterParams Item( object vtIndex);
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} Related informationProfit Center Params ProfitCenterParams Object Holds the key and name to an existing profit center.
This object is used to pass keys to and retrieve keys from ProfitCentersService methods. ![]() |
|||
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 |