CMDS_EI_CONTACTS_DATAX SAP (Ext. Interface: Contact Person / X-Fields) Structure details

Dictionary Type: Structure
Description: Ext. Interface: Contact Person / X-Fields




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




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

CMDS_EI_CONTACTS_DATAX is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Ext. Interface: Contact Person / X-Fields" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CMDS_EI_CONTACTS_DATAX TYPE CMDS_EI_CONTACTS_DATAX.

The CMDS_EI_CONTACTS_DATAX table consists of various fields, each holding specific information or linking keys about Ext. Interface: Contact Person / X-Fields data available in SAP. These include UEPAR (Updated information in related user data field), PAFKT (Updated information in related user data field), PARVO (Updated information in related user data field), PAVIP (Updated information in related user data field).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CMDS_EI_CONTACTS_DATAX structure 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
ABTNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UEPARUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PAFKTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PARVOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PAVIPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PARGEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GBDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VRTNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BRYTHUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AKVERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NMAILUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PARAUUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PARH1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PARH2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PARH3Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PARH4Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PARH5Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MOAB1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MOBI1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MOAB2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MOBI2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DIAB1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DIBI1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DIAB2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DIBI2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MIAB1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MIBI1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MIAB2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MIBI2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DOAB1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DOBI1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DOAB2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DOBI2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FRAB1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FRBI1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FRAB2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FRBI2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SAAB1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SABI1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SAAB2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SABI2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SOAB1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SOBI1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SOAB2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SOBI2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PAKN1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PAKN2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PAKN3Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PAKN4Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PAKN5Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SORTLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FAMSTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



How do I retrieve data from SAP structure CMDS_EI_CONTACTS_DATAX using ABAP code?

As CMDS_EI_CONTACTS_DATAX is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CMDS_EI_CONTACTS_DATAX as there is no data to select.

How to access SAP table CMDS_EI_CONTACTS_DATAX

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