IMA_APPLKEYNO SAP (List Box Tool: Application Group/Context ---> Number Listbox) Table details

Dictionary Type: Table
Description: List Box Tool: Application Group/Context ---> Number Listbox




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




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

IMA_APPLKEYNO is a standard SAP Table which is used to store List Box Tool: Application Group/Context ---> Number Listbox data and is available within R/3 SAP systems depending on the version and release level.

The IMA_APPLKEYNO table consists of various fields, each holding specific information or linking keys about List Box Tool: Application Group/Context ---> Number Listbox data available in SAP. These include APPLKEY (Application Key), KONTEXT (Context (Normally Object-Related)), NUMBERBOXES (Dropdown Box Tool: Number of List Boxes), MAXHITS (Maximum Number of Selectable Entries (No. of Hits)).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP IMA_APPLKEYNO 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
TRGROUPTransaction group TRANSACTIONGROUPCHAR20TRANSGROUP0TRANSACTIONGROUP
APPLKEYApplication Key IMA_APPLKEYCHAR30TRANSGROUP0IMA_APPLKEY
KONTEXTContext (Normally Object-Related) IMA_KONTEXTCHAR20TKONTEXT
NUMBERBOXESDropdown Box Tool: Number of List Boxes IMA_NUMBERBOXESINT13IMA_NUMBERBOXES
MAXHITSMaximum Number of Selectable Entries (No. of Hits) IMA_MAXCOUNTINT410

Key field Non-key field



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

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

SELECT SINGLE *
FROM IMA_APPLKEYNO
INTO CORRESPONDING FIELDS OF WA_IMA_APPLKEYNO
WHERE...

How to access SAP table IMA_APPLKEYNO

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