SAP Knowledge Base Article - Public

3288481 - How to Download / Export Region Code of a Country?

Symptom

You have a requirement to download the Region Code but there is no options in Regions fine tuning activity

Environment

SAP Business bydesign

Reproducing the Issue

  1. Go to Business Configuration work center
  2. Go to Overview / Open Activity List from a Project
  3. Search and open the activity Regions

There is no options to download

Resolution

There is no options to download the Region Code from the Fine tuning or any other screens. However, it is possible to fetch the details through the Web Service QueryCodeListIn.

Sample request:

<n0:CodeListByIDQuery_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">

<CodeListSelectionByID>

<SelectionByCodeDataType>

<Name>RegionCode</Name>

<NamespaceURI>http://sap.com/xi/AP/Common/GDT</NamespaceURI></SelectionByCodeDataType>

<SelectionByLanguageCode>EN</SelectionByLanguageCode>

<SelectionByContext>

<Parameter>

<Name>CountryCode</Name>

<Value>DE</Value></Parameter></SelectionByContext></CodeListSelectionByID>

</n0:CodeListByIDQuery_sync>

For additional details about this web service, refer to the blog

To know about the changes to the Region Code per release, refer to the KBA 2727372 - Predelivered content for regions is changed

Keywords

 country code, region code, codelist, export, download , KBA , AP-RC-CTY , Countries , SRD-CRM-ACC , Account Management , Problem

Product

SAP Business ByDesign all versions