📚 SAP Business One SDK Help

Budget Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a record to the object table in SAP Business One company database.
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyRetrieves and sets the values of the object's properties by the object's absolute key from the Company database.
Public Method RemoveDeletes a record from the object table.
Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates the object data in the company database.

Public Properties

Public Property AccountCodeSets or returns the G/L account code as defined in Chart of Accounts.

Field name: AcctCode.

Length: 15 characters.

Public Property BrowserReturns the DataBrowser object.
Public Property BudgetBalanceCreditLocReturns the budget balance in local currency of the revenue account (credit side), based on the journal transactions.

Field name: CrdRLTotal.

Public Property BudgetBalanceCreditSysReturns the budget balance in system currency of the revenue account (credit side), based on the journal transactions.

Field name: CrdRSTotal.

Public Property BudgetBalanceDebitLocReturns the budget balance in local currency of the account (debit side), based on the journal transactions. Field name: CrdRSTotal.
Public Property BudgetBalanceDebitSysReturns the budget balance in system currency of the account (debit side), based on the journal transactions. Field name: DebRSTotal.
Public Property BudgetScenarioSets or returns the budget scenario ID number. Field name: Instance.

This is a foreign key to the BudgetScenarios object.

Public Property CostAccountingLinesproperty CostAccountingLines
Public Property DivisionCodeSets or returns the code of the budget distribution method.

Field name: BgdCode.

This is a foreign key to the BudgetDistribution object.

Public Property FutureAnnualExpensesCreditLocReturns the total annual amount (in local currency) of open purchase orders and purchase delivery notes related to the revenue account (credit side).

Field name: FtrODRLSum.

Public Property FutureAnnualExpensesCreditSysReturns the total annual amount (in system currency) of open purchase orders and purchase delivery notes related to the revenue account (credit side). Field name: FtrODRSSum.
Public Property FutureAnnualExpensesDebitLocReturns the total annual amount (in local currency) of open purchase orders and purchase delivery notes related to the account (debit side). Field name: FtrOCRLSum.
Public Property FutureAnnualExpensesDebitSysReturns the total annual amount (in system currency) of open purchase orders and purchase delivery notes related to the account (debit side). Field name: FtrOCRSSum.
Public Property FutureAnnualRevenuesCreditReturns the future annual income related to the revenue account (credit side). Field name: FtrIDRSSum.
Public Property FutureAnnualRevenuesDebitReturns the future annual revenue related to the account (debit side). Field name: FtrIDRLSum.
Public Property FutureRevenuesDebitLocReturns the future revenue in local currency related to the account (debit side). Field name: FtrICRLSum.
Public Property FutureRevenuesDebitSysReturns the future revenue in system currency related to the account (debit side). Field name: FtrICRSSum.
Public Property LinesReturns the Budget_Lines object.
Public Property NumeratorReturns the identification key of the budget as assigned by SAP Business One. Field name: SCNCounter.
Public Property ParentAccountKeySets or returns the parent G/L account code as defined in Chart of Accounts. This property is used for automatic calculation of the budget for the account (AccountCode), as a percentage (ParentAccPercent) of the parent account budget.

Field name: FatherCode.

Length: 15 characters.

Public Property ParentAccPercentSets or returns the percentage of the parent account budget. Field name: FthrPrcnt.
Public Property StartofFiscalYearReturns the start date of the fiscal year (financial year). Field name: FinancYear.
Public Property TotalAnnualBudgetCreditLocReturns the total annual budget in local currency of the revenue account (credit side). Field name: CrdRLTotal.
Public Property TotalAnnualBudgetCreditSysReturns the total annual budget in system currency of the revenue account (credit side). Field name: CrdRSTotal.
Public Property TotalAnnualBudgetDebitLocReturns the total annual budget in local currency (debit side). Field name: CredSTotal.
Public Property TotalAnnualBudgetDebitSysReturns the total annual budget in system currency (debit side). Field name: DebSTotal.
Public Property UserFieldsReturns the UserFields object.

See Also