ETALLPAIRS_HEAD SAP (Header Data of AllPairs Objects) Table details

Dictionary Type: Table
Description: Header Data of AllPairs Objects




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




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

ETALLPAIRS_HEAD is a standard SAP Table which is used to store Header Data of AllPairs Objects data and is available within R/3 SAP systems depending on the version and release level.

The ETALLPAIRS_HEAD table consists of various fields, each holding specific information or linking keys about Header Data of AllPairs Objects data available in SAP. These include NAME (eCATT Object), VERSION (eCATT Object Version), SOURCE_OBJECT (eCATT Object), SOURCE_OBJECT_TYP (eCATT Object Type (Test Data, Script, Configuration, etc.)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ETALLPAIRS_HEAD 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
NAMEeCATT Object ETOBJ_NAMECHAR30ETOBJ_NAME
VERSIONeCATT Object Version ETOBJ_VERNUMC8NUM8
SOURCE_OBJECTeCATT Object ETOBJ_NAMECHAR30ETOBJ_NAME
SOURCE_OBJECT_TYPeCATT Object Type (Test Data, Script, Configuration, etc.) ETOBJ_TYPECHAR4ETOBJ_TYPE
FUSERCreated by HIER_FUSERCHAR12HIER_USER
FDATECreated on HIER_FDATEDATS8SYDATS
LUSERLast changed by HIER_LUSERCHAR12HIER_USER
LDATELast Changed On HIER_LDATEDATS8SYDATS
LTIMETime of Last Change HIER_LTIMETIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM ETALLPAIRS_HEAD
INTO CORRESPONDING FIELDS OF WA_ETALLPAIRS_HEAD
WHERE...

How to access SAP table ETALLPAIRS_HEAD

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