biuan SAP® BUSINESS ONE SDK
DTW Financial Year Master
API Financial Year

Description

Represents a financial year for TDS (withholding tax) reports.

Source table: OFYM

Remarks

For India only.

Mandatory properties: Code, Description, StartDate, AssessYear

See Also

SAP® B1 DI-API C# definition

public class FinancialYearClass : IFinancialYear, FinancialYear { public virtual int AbsEntry { get; } public virtual string AssessYear { get; set; } public virtual string Code { get; set; } public virtual string Description { get; set; } public virtual DateTime EndDate { get; } public virtual DateTime StartDate { get; set; } public extern FinancialYearClass(); 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