LTR_COMP_KEY_DEF_PARAM SAP (LTR : Dynpro structure for Parameters table control) Structure details

Dictionary Type: Structure
Description: LTR : Dynpro structure for Parameters table control




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




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

LTR_COMP_KEY_DEF_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 "LTR : Dynpro structure for Parameters table control" 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_LTR_COMP_KEY_DEF_PARAM TYPE LTR_COMP_KEY_DEF_PARAM.

The LTR_COMP_KEY_DEF_PARAM table consists of various fields, each holding specific information or linking keys about LTR : Dynpro structure for Parameters table control data available in SAP. These include PARAMETER_ID (LTR: Function Parameter ID), PARAMETER_TYPE (LTR: Function Parameter Type), KEY_COMPONENT (LTR: Key Component GUID), COMPONENT (LTR: Display Name).. 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 or numeric)


SAP LTR_COMP_KEY_DEF_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
SELGeneral Flag FLAGCHAR1FLAG
PARAMETER_IDLTR: Function Parameter ID LTR_PARAMETER_IDCHAR32LTR_OBJECT_NAME
PARAMETER_TYPELTR: Function Parameter Type LTR_PARAMETER_TYPECHAR1LTR_PARAMETER_TYPE
KEY_COMPONENTLTR: Key Component GUID LTR_KEYCOMP_GUIDCHAR32LTR_GUIDLTR_KEYCOMP_GUID
COMPONENTLTR: Display Name LTR_DISPLAY_NAMECHAR40LTR_DISPLAY_NAME
LENGTHNatural Number INT4INT410INT4
TECHNICAL_NAMELTR: Display Name LTR_DISPLAY_NAMECHAR40LTR_DISPLAY_NAME

Key field Non-key field



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

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

How to access SAP table LTR_COMP_KEY_DEF_PARAM

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