ETPAR_DEF SAP (eCATT Parameter Definition) Structure details

Dictionary Type: Structure
Description: eCATT Parameter Definition




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




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

ETPAR_DEF 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 "eCATT Parameter Definition" 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_ETPAR_DEF TYPE ETPAR_DEF.

The ETPAR_DEF table consists of various fields, each holding specific information or linking keys about eCATT Parameter Definition data available in SAP. These include PTYP (Visibility of Parameter), PDESC (Short Text of Parameter, Command Interface or Variant), PINDEX (eCATT: Parameter Index), PGROUP (Group for Parameters and Command Interfaces).. 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: Cannot Be Enhanced


SAP ETPAR_DEF 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
PNAMEName of a Parameter or Command Interface ETP_NAMECHAR30CHAR30
PTYPVisibility of Parameter ETP_TYPCHAR1ETP_TYP
PDESCShort Text of Parameter, Command Interface or Variant ETP_DESCCHAR60TEXT60
PINDEXeCATT: Parameter Index ETPINDEXNUMC4NUM4
PGROUPGroup for Parameters and Command Interfaces ET_PGROUPCHAR30CHAR30
XMLREF_TYPType of a Command Interface in XML Schema/Template ETREF_TYPCHAR1ETREF_TYP
PSTRUC_TYPType of Parameter Value ( T = Structured ) ETPSTRUCCHAR1ETPSTRUC
PENVCan Be Overwritten Globally ETENVGLCHAR1CHAR1_X
PREF_TYPEeCATT Type of DDIC Reference ETTABCLASSCHAR8CHAR8
PREF_NAMEReference for Parameters/Command Interfaces Typing ALT ETDDONAMECHAR30DDOBJNAMEDOB
PDOMDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
PDATTYPData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
PDATLENLength of Field (Number of Characters) ETDDLENNUMC4DDLEN
PINTTYPData Type in ABAP ETINTTYPECHAR1
PINTLENInternal Length in Bytes INTLENNUMC6DDLENG
PDECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
OPTIONALOptional parameter ETOPTIONALCHAR1CHAR1_X
SORT_LNReCATT - Sort Index in Lists ETSORT_LNRNUMC4ETSORT_LNR
TESTSYSTEMTarget System (Key in System Data Container) ETCMP_CMPCHAR30CHAR30
PREF_NAME2Reference for Parameter Typing ETDDONAME2CHAR255ETDDOBJNAMEDOB
ALIAS_FLAGeCATT Alias Parameter ETPALIASCHAR1CHAR1_X
TAB_INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG
XML_SCHEME 0
NOTCORRECTeCATT Switch On/Off ETONOFFCHAR1CHAR1_X
DEF_EXT Extended Definition of Table ECSCR_PEXT0

Key field Non-key field



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

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

How to access SAP table ETPAR_DEF

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