biuan SAP® BUSINESS ONE SDK
DTW Financials / Budget Setup / Budget Distribution
API Budget Distribution

Description

BudgetDistribution is a business object that represents the budget distribution methods used by the budget management in the Finance module.

This object enables you to:

  • Add a budget distribution method.
  • Retrieve a budget distribution method by its key.
  • Update a budget distribution method.
  • Save the object in XML format.

Source table: OBGD.

Object Model

Remarks

To initialize the budget management:

  1. Select Administration --> System Initialization --> General Settings.
  2. In the Budget tab, select Budget Initialization.
  3. Set the budget initialization parameters and click OK.

To display the form in the application:

  • Select Financials --> Budget --> Define Budget Distribution Method.

See Also

SAP® B1 DI-API C# definition

public class BudgetDistributionClass : IBudgetDistribution, BudgetDistribution { public virtual double April { get; set; } public virtual double August { get; set; } public virtual DataBrowser Browser { get; } public virtual double BudgetAmount { get; set; } public virtual double December { get; set; } public virtual string Description { get; set; } public virtual int DivisionCode { get; } public virtual double February { get; set; } public virtual double January { get; set; } public virtual double July { get; set; } public virtual double June { get; set; } public virtual double March { get; set; } public virtual double May { get; set; } public virtual double November { get; set; } public virtual double October { get; set; } public virtual double September { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern BudgetDistributionClass(); public virtual extern int Add(); public virtual extern int Cancel(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( int lBgdCode); public virtual extern int Remove(); public virtual extern void SaveToFile( string FileName); public virtual extern void SaveXML( ref string FileName); public virtual extern int Update(); }


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