biuan SAP® BUSINESS ONE SDK
API Factoring Indicators

Description

The FactoringIndicators object enables to define a key that can be recorded in certain journal entries and used as a selection criterion in various reports.

Source table: OIDC.

Object Model

Remarks

To display the form in the application:

  1. Select Business Partners --> Business Partner Master Data --> General tab.
  2. Click the Choose From List button of the Factoring Indicator field.
  3. In the List of Indicators dialog box, click the New button.

See Also

SAP® B1 DI-API C# definition

public class FactoringIndicatorsClass : IFactoringIndicators, FactoringIndicators { public virtual DataBrowser Browser { get; } public virtual string IndicatorCode { get; set; } public virtual string IndicatorName { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern FactoringIndicatorsClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( string bstrCode); public virtual extern void SaveToFile( string bstrFileName); public virtual extern void SaveXML( ref string pbstrFileName); 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