biuan SAP® BUSINESS ONE SDK
DTW Business Partners / Dunning Letters
API Dunning Letters

Description

Represents a list of dunning levels that is used as a template when creating a new dunning term. You can define up to 10 dunning levels, and relate each level to a dunning letter format.

This object enables you to:

  • Add a dunning level.
  • Retrieve a dunning level by its key.
  • Update a dunning level.
  • Remove a dunning level.
  • Save the object in XML format.

This object manages a list of dunning levels. This list is a template when creating a new dunning term, and the template list does not directly affect business partners or the dunning letters functionality. Dunning terms can be assigned to business partners and are managed by the DunningTermsService.

Source table: ODUN.

Object Model

Remarks

Mandatory fields: RowNumber, LetterFormat and Effectiveafter.

To display the form in the application:

  • Select Administration --> Setup --> Business Partners --> Dunning Levels.

See Also

SAP® B1 DI-API C# definition

public class DunningLettersClass : IDunningLetters, DunningLetters { public virtual DataBrowser Browser { get; } public virtual BoYesNoEnum CalcInterest { get; set; } public virtual string Effectiveafter { get; set; } public virtual string FeeCurrency { get; set; } public virtual double Feeperletter { get; set; } public virtual string LetterFormat { get; set; } public virtual double MinimumBalance { get; set; } public virtual string MinimumBalanceCurrency { get; set; } public virtual int RowNumber { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern DunningLettersClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( int lID); public virtual extern int Remove(); public virtual extern void SaveToFile( string FileName); public virtual extern void SaveXML( ref string FileName); public virtual extern int Update(); }


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