biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Banking / Banks
API Banks
Banks Object

Description

The Banks object enables to define banks, which can be used by the HouseBankAccounts and BPBankAccounts objects.

Source table: ODSC.

Object Model

Remarks

Mandatory fields in SAP Business One: BankCode and CountryCode.

To display the form in the application:

  • Select Administration -->Setup -->Banking -->Banks.

See Also

SAP® B1 DI-API C# definition

public class BanksClass : IBanks, Banks { public virtual int AbsoluteEntry { get; } public virtual string AccountforOutgoingChecks { get; } public virtual string BankCode { get; set; } public virtual string BankName { get; set; } public virtual string BranchforOutgoingChecks { get; } public virtual DataBrowser Browser { get; } public virtual string CountryCode { get; set; } public virtual int DefaultBankAccountKey { get; set; } public virtual string IBAN { get; set; } public virtual int NextCheckNumber { get; } public virtual BoYesNoEnum PostOffice { get; set; } public virtual string SwiftNo { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern BanksClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( int lAbsEntry); public virtual extern int Remove(); public virtual extern void SaveToFile( string bstrFileName); public virtual extern void SaveXML( ref string pbstrFileName); public virtual extern int Update(); }

Related information


House Bank Accounts HouseBankAccounts Object· Table: DSC1
The HouseBankAccounts object enables to define the company bank accounts. Source table: DSC1.



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