ETADT_OBJ_DATA_PARAM SAP (eCATT: Parameters for eCATT object for ADT) Structure details

Dictionary Type: Structure
Description: eCATT: Parameters for eCATT object for ADT




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




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

ETADT_OBJ_DATA_PARAM 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: Parameters for eCATT object for ADT" 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_ETADT_OBJ_DATA_PARAM TYPE ETADT_OBJ_DATA_PARAM.

The ETADT_OBJ_DATA_PARAM table consists of various fields, each holding specific information or linking keys about eCATT: Parameters for eCATT object for ADT data available in SAP. These include PNAME (Name of a Parameter or Command Interface), PTYP (Visibility of Parameter), PDESC (Short Text of Parameter, Command Interface or Variant), PINDEX (eCATT: Parameter Index).. 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 (Deep)


SAP ETADT_OBJ_DATA_PARAM 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
VALUEeCATT Parameter Value ETVALSTRG0
VAL_TYPEType of Parameter Value ETVAL_TYPECHAR1ETVAL_TYPE
TAB_INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG
DEF_EXTPart Reference ETDEF_EXTSTRG0
VALUE_RUNTIMEeCATT Parameter Value (C128) ETVAL_CCHAR128TEXT128
VAL_XML_SCHEMA_STREAM 0

Key field Non-key field



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

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

How to access SAP table ETADT_OBJ_DATA_PARAM

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