biuan SAP® BUSINESS ONE SDK
DTW DNF Code
API DNF Code Setup

Description

Represents a DNF code that can be assigned to an item.

Source table: ODNF

Mandatory properties: DNFCode, NCMCode

Remarks

Relevant for Brazil only.

See Also

SAP® B1 DI-API C# definition

public class DNFCodeSetupClass : IDNFCodeSetup, DNFCodeSetup { public virtual int AbsEntry { get; } public virtual string DNFCode { get; set; } public virtual double Factor { get; set; } public virtual int NCMCode { get; set; } public virtual string UoM { get; set; } public extern DNFCodeSetupClass(); 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