KAEP_COMMN SAP (Common fields used in the SAP List Viewer) Structure details

Dictionary Type: Structure
Description: Common fields used in the SAP List Viewer




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




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

KAEP_COMMN 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 "Common fields used in the SAP List Viewer" 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_KAEP_COMMN TYPE KAEP_COMMN.

The KAEP_COMMN table consists of various fields, each holding specific information or linking keys about Common fields used in the SAP List Viewer data available in SAP. These include TEXT_FROM (Text Constant 'From'), TEXT_TITLE (Text Constant 'Title' (Report or Transaction Title)), TEXT_PAGE (Text Constant 'Page' (Current Page)), TEXT_TIME (Text Constant 'Time' (Local Time)).. 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: Not classified


SAP KAEP_COMMN 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
TEXT_TOText Constant 'To' KAEP_TEXT_TOCHAR5RSSELTOTXT
TEXT_FROMText Constant 'From' KAEP_TEXT_FROMCHAR5RSSELTOTXT
TEXT_TITLEText Constant 'Title' (Report or Transaction Title) KAEP_TEXT_TITLECHAR10CHAR10
TEXT_PAGEText Constant 'Page' (Current Page) KAEP_TEXT_PAGECHAR10CHAR10
TEXT_TIMEText Constant 'Time' (Local Time) KAEP_TEXT_TIMECHAR10CHAR10
TEXT_DATEText Constant 'Date' (Local Date) KAEP_TEXT_DATECHAR10CHAR10
TEXT_CLIENTText Constant 'Client' KAEP_TEXT_CLIENTCHAR10CHAR10
TEXT_VARIANTText Constant 'Display Variant' KAEP_TEXT_VARIANTCHAR20CHAR20
TEXT_UNAMEText Constant 'From' KAEP_TEXT_UNAMECHAR10CHAR10
TEXT_FILTERText Constant 'Filter' KAEP_TEXT_FILTERCHAR10CHAR10
TEXT_TRANSACTIONText Constant 'Transaction' KAEP_TEXT_TRANSACTIONCHAR15CHAR15
TCODETransaction Code SYTCODECHAR20Assigned to domainTCODE
TIMLOLocal Time SYSTTIMLOTIMS6SYTIME
DATLOLocal Date SYSTDATLODATS8SYDATS
MANDTClient MANDTCLNT3Assigned to domainMANDT
CPAGEPage Number of List SYCPAGEINT410SYST_LONG
CPROGCalling Program SYCPROGCHAR40Assigned to domainPROGRAMM
TITLETitle Line SYTITLECHAR70SYCHAR70
VAR_TEXTDescription for layout SLIS_VARBZCHAR40TEXT40
VARIANTLayout KAEP_DIVARCHAR10CHAR10
FILTER_ACTIVEInd.: Is Filter Active for the Display Variant? KAEP_FILTER_ACTIVECHAR20CHAR20
FILTER_VALUESValues for the Characteristics Used as Filters KAEP_FILTER_VALUESCHAR50CHAR50
FILTER_FIELDSCharacteristics Used as Filters KAEP_FILTER_FIELDSCHAR50CHAR50
UNAMEUser Name SYUNAMECHAR12SYCHAR12

Key field Non-key field



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

As KAEP_COMMN 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 KAEP_COMMN as there is no data to select.

How to access SAP table KAEP_COMMN

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