CMAP_ATMP SAP (Attribute Mapping) Table details

Dictionary Type: Table
Description: Attribute Mapping




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




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

CMAP_ATMP is a standard SAP Table which is used to store Attribute Mapping data and is available within R/3 SAP systems depending on the version and release level.

The CMAP_ATMP table consists of various fields, each holding specific information or linking keys about Attribute Mapping data available in SAP. These include CTXT (Mapping Context ID), ID (Attribute Mapping ID), DESCR (General Description (Case Sensitive)), ATTGT (Attribute ID).. 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: Cannot Be Enhanced


SAP CMAP_ATMP 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
MANDTClient ID SYMANDTCLNT3T000MANDT
CTXTMapping Context ID CMAP_MCXTIDCHAR10CMAP_MCXTCMAP_ID
IDAttribute Mapping ID CMAP_ATMPIDCHAR10CMAP_ID
DESCRGeneral Description (Case Sensitive) CMAP_DSCRCHAR32CMAP_DSCR
ATTGTAttribute ID CMAP_ATRBIDCHAR10CMAP_ATRBCMAP_IDCMAP_SH_ATRB
MAPFNFunction Module for Attribute Mapping CMAP_FNMDCHAR30Assigned to domainFUNCNAME
SGLSCMapping with a Single Source Attribute CMAP_SGLSCCHAR1CMAP_SGLSC
ATSRCAttribute ID CMAP_ATRBIDCHAR10CMAP_ATRBCMAP_IDCMAP_SH_ATRB
VL121Direct Value Mapping CMAP_VL121CHAR1CMAP_VL121
PTYRZPrecedence of Sequence/Priority CMAP_PTYRZCHAR1CMAP_PTYRZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM CMAP_ATMP
INTO CORRESPONDING FIELDS OF WA_CMAP_ATMP
WHERE...

How to access SAP table CMAP_ATMP

Within an ECC or HANA version of SAP you can also view further information about CMAP_ATMP 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!