biuan SAP® BUSINESS ONE SDK
DTW Production
API NCM Codes Setup Service

Description

The NCMCodesSetupService service enables you to add, look up and remove NCM codes in the NCM codes master data table. NCM codes can be assigned to items via the NCMCode field of the Items object.

To see the list of NCM codes, select Inventory --> Item Master Data, and select an item. In the NCM Code field, select Define New.

Source table: ONCM

Object Model

Remarks

Relevant for Brazil only.

Example

See Also

SAP® B1 DI-API C# definition

public class NCMCodesSetupServiceClass : INCMCodesSetupService, NCMCodesSetupService { public extern NCMCodesSetupServiceClass(); public virtual extern NCMCodeSetupParams AddNCMCodeSetup( NCMCodeSetup pINCMCodeSetup); public virtual extern void DeleteNCMCodeSetup( NCMCodeSetupParams pINCMCodeSetupParams); public virtual extern object GetDataInterface( NCMCodesSetupServiceDataInterfaces enumMSDI); public virtual extern object GetDataInterfaceFromXMLFile( string bstrFileName); public virtual extern object GetDataInterfaceFromXMLString( string bstrXMLString); public virtual extern NCMCodeSetup GetNCMCodeSetup( NCMCodeSetupParams pINCMCodeSetupParams); public virtual extern NCMCodeSetupParamsCollection GetNCMCodeSetupList(); public virtual extern void UpdateNCMCodeSetup( NCMCodeSetup pINCMCodeSetup); }

Related information


NCM Codes Setup Service Data Interfaces NCMCodesSetupServiceDataInterfaces Enumeration
NCMCodesSetupService data interfaces.
   Parent: NCM Codes Setup Service NCMCodesSetupService Service· Table: ONCM

NCM Code Setup NCMCodeSetup Object· Table: ONCM
Represents an NCM code that can be assigned to an item. Source table: ONCM Mandatory properties: NCMCode, Description
   Parent: NCM Codes Setup Service NCMCodesSetupService Service· Table: ONCM

NCM Code Setup Params Collection NCMCodeSetupParamsCollection Collection
A collection of NCMCodeSetupParams objects.
   Parent: NCM Codes Setup Service NCMCodesSetupService Service· Table: ONCM


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