CRMC_CNTRIES_GRP SAP (Internet Sales: Country Grouping for Address Maintenance) Table details

Dictionary Type: Table
Description: Internet Sales: Country Grouping for Address Maintenance




ABAP Code to SELECT data from CRMC_CNTRIES_GRP
Related tables to CRMC_CNTRIES_GRP
Access table CRMC_CNTRIES_GRP




Table field list including key, data, relationships and ABAP select examples

CRMC_CNTRIES_GRP is a standard SAP Table which is used to store Internet Sales: Country Grouping for Address Maintenance data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_CNTRIES_GRP table consists of various fields, each holding specific information or linking keys about Internet Sales: Country Grouping for Address Maintenance data available in SAP. These include COUNTRY_GROUP (Country Grouping During Address Maintenance), COUNTRY (Country Key), DEFAULT_FLAG (Flag for Selecting the Default Value), REGION_SELECT (Regions Indicator).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMC_CNTRIES_GRP table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3T000MANDT
COUNTRY_GROUPCountry Grouping During Address Maintenance CRMT_ISA_COUNTRY_GROUPCHAR4CRMC_CNTRY_GRPCRM_ISA_COUNTRY_GROUP
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
DEFAULT_FLAGFlag for Selecting the Default Value CRMT_ISA_DEFAULTCHAR1CRM_BOOLEAN
REGION_SELECTRegions Indicator CRMT_ISA_REGION_SELECTCHAR1CRM_BOOLEAN

Key field Non-key field



How do I retrieve data from SAP table CRMC_CNTRIES_GRP using ABAP code

The following ABAP code Example will allow you to do a basic selection on CRMC_CNTRIES_GRP to SELECT all data from the table
DATA: WA_CRMC_CNTRIES_GRP TYPE CRMC_CNTRIES_GRP.

SELECT SINGLE *
FROM CRMC_CNTRIES_GRP
INTO CORRESPONDING FIELDS OF WA_CRMC_CNTRIES_GRP
WHERE...

How to access SAP table CRMC_CNTRIES_GRP

Within an ECC or HANA version of SAP you can also view further information about CRMC_CNTRIES_GRP and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!