biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Purchasing
API Countries Service

Description

The CountriesService manages the setting of each country in SAP Business One. For example, country code, country name and address format.

Source table: OCRY.

Object Model

Remarks

To access countries in the application:

Choose Administration > Setup > Business Partners > Countries.

See Also

SAP® B1 DI-API C# definition

public class CountriesServiceClass : ICountriesService, CountriesService { public extern CountriesServiceClass(); public virtual extern CountryParams AddCountry( Country pICountry); public virtual extern void DeleteCountry( CountryParams pICountryParams); public virtual extern Country GetCountry( CountryParams pICountryParams); public virtual extern CountriesParams GetCountryList(); public virtual extern object GetDataInterface( CountriesServiceDataInterfaces enumMSDI); public virtual extern object GetDataInterfaceFromXMLFile( string bstrFileName); public virtual extern object GetDataInterfaceFromXMLString( string bstrXMLString); public virtual extern void UpdateCountry( Country pICountry); }

Related information


Country Country Object· Table: OCRY
A data structure object holding properties for the  CountriesService object. Source table: OCRY.
   Parent: Countries Service CountriesService Service· Table: OCRY

Country Params CountryParams Object· Table: OCRY
This object holds identification properties for the CountriesService object. Source table: OCRY.
   Parent: Countries Service CountriesService Service· Table: OCRY

Countries Service Data Interfaces CountriesServiceDataInterfaces Enumeration
CountriesService data interfaces.
   Parent: Countries Service CountriesService Service· Table: OCRY

Countries Params CountriesParams Collection
A data collection of CountryParams identification properties.
   Parent: Countries Service CountriesService Service· Table: OCRY


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