📚 SAP Business One SDK Help

BankStatementRow Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileImports data from an XML file to the object.
Public Method FromXMLStringImports data from an XML string to the object.
Public Method GetXMLSchemaRetrieves the XML schema of the data structure.
Public Method ToXMLFileCreates an XML file that represents the object data.
Public Method ToXMLStringCreates an XML string that represents the object data.

Public Properties

Public Property AccountNameReturns the G/L account name of the business partner as defined in Chart of Accounts.

Field name: AcctName.

Length: 100 characters.

Public Property AccountNumberSets or returns the G/L account code of the business partner as defined in Chart of Accounts. Field name: AcctCode.

Mandatory property.

Length: 15 characters.

Public Property BalanceReturns or sets account balance.

Field name: balance.

Public Property BankStmtDueDateSets or returns the statement due date.

Field name: BSValuDate.

Public Property BankStmtLineDateSets or returns the line date.

Field name: BSLineDate.

Public Property BPBankAccountSets or returns the business partner bank account.

Field name:OposAct.

Public Property BPBankCodeSets or returns the business partner bank code.

Field name: BpBankCode

Public Property BPBICSwiftCode

The BIC/SWIFT code of the business partner bank account as defined in the Business Partner Bank Accounts – Setup window. Field name: BPswift.

Length: 50 characters.

Public Property BPCodeSets or returns the business partner identification number in SAP Business One.

Field name: CardCode.

Length: 15 characters.

Public Property BPNameSets or returns the name of the existing business partner.

Field name: CardName.

Length: 100 characters.

Public Property CreateMethodReturns a value specifying whether the statement was created automatically or manualy.

Field name: autoCreate.

Public Property CreditAmountFCSets or returns the amount in foreign currency to credit the account.

Field name: CredAmnt.

Mandatory field in SAP Business One, if the amount is to credit the account.

Public Property CreditAmountLCSets or returns the amount in local currency to credit the account.

Field name: CredAmntLC.

Public Property CreditCurrencySets or returns the credit currency.

Field name: CredAmntCu.

Public Property DebitAmountFCSets or returns the amount in foreign currency to debit the account.

Field name: DebAmount.

Mandatory field in SAP Business One, if the amount is to debit the account.

Public Property DebitAmountLCSets or returns the amount in local currency to debit the account.

Field name: DebAmountLC.

Public Property DetailsSets or returns the details of a line in the bank statement.

Field name: Memo.

Length: 255 characters.

Public Property Details2Sets or returns the details of a line in the bank statement.

Field name: Memo2.

Length: 255 characters.

Public Property DocNumTypeSets or returns a boolean value that specifies the document type for identifying an invoice document.

Field name: DocNumType.

Public Property DocumentTypeReturns a value specifying the document type of the bank statement draft.

Field name: ObjCrtType.

Public Property DueDateSets or returns the due date in a bank statement row.

Field name: DueDate.

Public Property ExchangeRateSets or returns the exchange rate for foreign currency.

Field name: ExchngRate.

Public Property ExternalBankStatementNoSets or returns the number of the bank statement.

Field name: IdNumber.

Public Property ExternalCodeSets or returns the external code.

Field name: ExternCode.

Length: 30 characters.

Public Property FeeDistributionRuleThe distribution rule of the bank statement fee.

Field name: FeeProfitC.

Public Property FeeDistributionRule2The multiple distribution rule of the bank statement fee.

Field name: FeeProfit2.

Public Property FeeDistributionRule3The multiple distribution rule of the bank statement fee.

Field name: FeeProfit3.

Public Property FeeDistributionRule4The multiple distribution rule of the bank statement fee.

Field name: FeeProfit4.

Public Property FeeDistributionRule5The multiple distribution rule of the bank statement fee.

Field name: FeeProfit5.

Public Property FeeOnTheLineSets or returns the fee amount on the statement.

Field name: Fee.

Public Property FeeProfitCenterReturns the profit center of the bank statement fee.

Field name: FeeProfitC.

Public Property FeeProjectReturns the project to which the fee is associated.

Field name: FeeProj.

Public Property FolioNumberproperty FolioNumber
Public Property FolioPrefixStringproperty FolioPrefixString
Public Property GLAccountforFeeReturns the account for the fee.

Field name: FeeAct.

Public Property IBANofBPBankAccountSets or returns the IBAN number of the business partner bank account.

Field name: BPIBAN.

Public Property InternalBankOpCodeReturns the bank code in SAP Business One associated with the external bank code specified in BankStatementRow.ExternalCode.

Field name: InOpCode.

Public Property JournalEntryIDReturns the ID number of the bank statement journal entry.

Field name: JDTID.

Public Property MultiplePaymentsReturns reference to multiple payments properties set to the bank statement line.
Public Property PaymentIDReturns the ID number of the bank statement payment.
Public Property PaymentReferenceNoSets or returns the payment reference that authorizes the payment process (according to the legal requirements).

Field name: PaymentRef.

Length: 27 characters.

Public Property PostingMethodReturns a value that specifies the posting method that the system uses to create transactions after they are identified by their internal code.

Field name: PstMethod.

Public Property ReconciliationNoReturns the statement reconciliation number.

Field name: BankMatch.

Public Property ReferenceSets or returns the reference number in the bank statement row.

Length: 8 characters.

Field name: PaymentRef.

Public Property RowStatusReturns the bank statement row status.
Public Property SequenceNoReturns the sequential number used, together with AccountCode, for identifying  the bank account.

Field name: Sequence.

Public Property Sourceproperty Source
Public Property StatementNumberSets or returns the number of the bank statement.

Field name: StatemNo.

Public Property UserFieldsproperty UserFields
Public Property VATAmountFCSets or returns the amount of VAT in foreign currency.

Field name: VatAmntFC.

Public Property VATAmountLCSets or returns the amount of VAT in local currency.

Field name: VatAmntLC

Public Property VisualOrderSets or returns the appearance order of the bank statement line.

Field name: VisOrder.

See Also