biuan SAP® BUSINESS ONE SDK
API Bank Statements Import File

Description

This object defines the properties of the external file you want to import in BankStatementFromFile.

See Also

SAP® B1 DI-API C# definition

public class BankStatementsImportFileClass : IBankStatementsImportFile, BankStatementsImportFile { public virtual string Account { get; set; } public virtual string Bank { get; set; } public virtual string Country { get; set; } public virtual string FileName { get; set; } public extern BankStatementsImportFileClass(); public virtual extern void FromXMLFile( string bstrFileName); public virtual extern void FromXMLString( string bstrXML); public virtual extern string GetXMLSchema(); public virtual extern void ToXMLFile( string bstrFileName); public virtual extern string ToXMLString(); }


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