biuan SAP® BUSINESS ONE SDK
API Payments Invoices

Description

Payments_Invoices is a child object of the Payments object and represents the invoices related to the payments in the Banking module.

Source tables: RCT2 (incoming payments) and VPM2 (outgoing payments).

Object Model

Remarks

Mandatory field in SAP Business One: DocEntry.

To display the form in the application:

  • For RCT2 table, select Banking --> Incoming Payments --> Incoming Payments.
  • For VPM2 table, select Banking --> Outgoing Payments --> Payments to Vendors.

Example

See Also

SAP® B1 DI-API C# definition

public class Payments_InvoicesClass : IPayments_Invoices, Payments_Invoices { public virtual double AppliedFC { get; set; } public virtual int Count { get; } public virtual double DiscountPercent { get; set; } public virtual string DistributionRule { get; set; } public virtual string DistributionRule2 { get; set; } public virtual string DistributionRule3 { get; set; } public virtual string DistributionRule4 { get; set; } public virtual string DistributionRule5 { get; set; } public virtual int DocEntry { get; set; } public virtual int DocLine { get; set; } public virtual int InstallmentId { get; set; } public virtual BoRcptInvTypes InvoiceType { get; set; } public virtual int LineNum { get; } public virtual DateTime LinkDate { get; } public virtual double PaidSum { get; } public virtual double SumApplied { get; set; } public virtual double TotalDiscount { get; set; } public virtual double TotalDiscountFC { get; set; } public virtual double TotalDiscountSC { get; } public virtual SAPbobsCOM.UserFields UserFields { get; } public virtual double WitholdingTaxApplied { get; } public virtual double WitholdingTaxAppliedFC { get; } public virtual double WitholdingTaxAppliedSC { get; } public extern Payments_InvoicesClass(); public virtual extern void Add(); public virtual extern void SetCurrentLine(int LineNum); }

Related information


Bo Rcpt Inv Types BoRcptInvTypes Enumeration
Invoice types.
   Parent: Payments Invoices Payments_Invoices Object· Table: RCT2 PDF2 VPM2


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