📚 SAP Business One SDK Help

Budget_Lines Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property AccountCodeReturns the G/L account code as defined in Chart of Accounts.

Field name: AcctCode.

Length: 15 characters.

Public Property BalSysTotCreditReturns the line budget balance in system currency of the revenue account (credit side), based on the journal transactions. Field name: CredSTotal.
Public Property BalSysTotDebitReturns the line budget balance in system currency of the account (debit side), based on the journal transactions. Field name: DebSTotal.
Public Property BalTotCreditReturns the line budget balance in local currency of the revenue account (credit side), based on the journal transactions. Field name: CredLTotal.
Public Property BalTotDebitReturns the line budget balance in local currency of the account (debit side), based on the journal transactions. Field name: DebLTotal.
Public Property BudgetKeyReturns the identification key of the budget as assigned by SAP Business One. Field name: BudgId.

This is a foreign key to the Budget object.

Public Property BudgetSysTotCreditReturns the budget in the line in system currency of the revenue account (credit side). Field name: CredSTotal.
Public Property BudgetSysTotDebitReturns the budget in the line in system currency of the account (debit side). Field name: DebSTotal.
Public Property BudgetTotCreditReturns the budget in the line in local currency of the revenue account (credit side). Field name: CrdRLTotal.
Public Property BudgetTotDebitReturns the budget in the line in local currency of the account (debit side). Field name: DebRLTotal.
Public Property CountReturns the total budget rows.
Public Property FutExpenCreditReturns the expense amount in the line (in local currency) of open purchase orders and purchase delivery notes related to the revenue account (credit side). Field name: FtrOCRLSum.
Public Property FutExpenDebitReturns the expense amount in the line (in local currency) of open purchase orders and purchase delivery notes related to the account (debit side). Field name: FtrODRLSum.
Public Property FutExpenSysCreditReturns the expense amount in the line (in system currency) of open purchase orders and purchase delivery notes related to the revenue account (credit side). Field name: FtrOCRSSum.
Public Property FutExpenSysDebitReturns the expense amount in the line (in system currency) of open purchase orders and purchase delivery notes related to the account (debit side). Field name: FtrODRSSum.
Public Property FutIncomesCreditReturns the future income in the line (in local currency) related to the revenue account (credit side). Field name: FtrICRLSum.
Public Property FutIncomesSysCreditReturns the future income in the line (in system currency) related to the revenue account (credit side). Field name: FtrICRSSum.
Public Property FutIncomesSysDebitReturns the future revenue in the line (in system currency) related to the account (debit side). Field name: FtrIDRSSum.
Public Property FutureIncomeDebReturns the future revenue in the line (in local currency) related to the account (debit side). Field name: FtrIDRLSum.
Public Property PrecentOfAnnualBudgetAmountReturns the percentage of the annual budget amount for calculating the monthly budget. The value of this property depends on the budget distribution method (DivisionCode). Field name: MonthPrcnt.
Public Property RowDetailsSets or returns a description about the monthly budget.

Length: 50 characters.

Field name: LineMemo.

Public Property RowNumberReturns the current available row number (month). Field name: Line_ID.
Public Property UserFieldsReturns the UserFields object.

See Also