biuan SAP® BUSINESS ONE SDK
DTW Financials / Cost Accounting / Profit Centers / Cost Center
API Profit Center

Description

Represents a profit center.

Source table: OPRC

Mandatory properties: CenterCode, CenterName

Object Model

Remarks

The terminology "Profit Center" and "Cost Center" are the same.

A cost center is a company unit or division that performs a specific business function.

See Also

SAP® B1 DI-API C# definition

public class ProfitCenterClass : IProfitCenter, ProfitCenter { public virtual BoYesNoEnum Active { get; set; } public virtual string CenterCode { get; set; } public virtual string CenterName { get; set; } public virtual string CostCenterType { get; set; } public virtual DateTime Effectivefrom { get; set; } public virtual DateTime EffectiveTo { get; set; } public virtual string GroupCode { get; set; } public virtual int InWhichDimension { get; set; } public virtual Fields UserFields { get; } public extern ProfitCenterClass(); 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(); }


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