biuan SAP® BUSINESS ONE SDK
DTW Banking / Bill of Exchange / Bill of Exchange Transactions
API Deposits Service

Description

The DepositsService service enables you to add, look up, update and cancel deposits for:

  • Cash
  • Checks
  • Credit card vouchers

For Chile, France, Italy, Portugal, and Spain localizations, you can view deposited bills of exchange (BoE).

Source table: ODPS.

Object Model

Remarks

To access the Deposit window from the SAP Business One application, choose Banking --> Deposits --> Deposit.

Example

See Also

SAP® B1 DI-API C# definition

public class DepositsServiceClass : IDepositsService, DepositsService { public extern DepositsServiceClass(); public virtual extern DepositParams AddDeposit( Deposit pIDeposit); public virtual extern void CancelCheckRow( CancelCheckRowParams pICancelCheckRowParams); public virtual extern void CancelCheckRowbyCurrentSystemDate( CancelCheckRowParams pICancelCheckRowParams); public virtual extern void CancelDeposit( DepositParams pIDepositParams); public virtual extern void CancelDepositbyCurrentSystemDate( DepositParams pIDepositParams); public virtual extern object GetDataInterface( DepositsServiceDataInterfaces enumMSDI); public virtual extern object GetDataInterfaceFromXMLFile( string bstrFileName); public virtual extern object GetDataInterfaceFromXMLString( string bstrXMLString); public virtual extern Deposit GetDeposit( DepositParams pIDepositParams); public virtual extern DepositsParams GetDepositList(); public virtual extern void UpdateDeposit( Deposit pIDeposit); }

Related information


Cancel Check Row Params CancelCheckRowParams Object
Holds the key to an existing check. This object is used to pass keys to and retrieve keys from DepositsService methods.
   Parent: Deposits Service DepositsService Service· Table: ODPS

Deposits Service Data Interfaces DepositsServiceDataInterfaces Enumeration
DepositsService data interfaces.
   Parent: Deposits Service DepositsService Service· Table: ODPS

Deposit Deposit Object· Table: ODPS
Represents the deposits for received checks, credit card vouchers, and cash. Source table: ODPS.
   Parent: Deposits Service DepositsService Service· Table: ODPS

Deposits Params DepositsParams Collection
A collection of DepositParams objects.
   Parent: Deposits Service DepositsService Service· Table: ODPS


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