/IAM/I_JUMP SAP (Details for Jump to Linked Applications) Table details

Dictionary Type: Table
Description: Details for Jump to Linked Applications




ABAP Code to SELECT data from /IAM/I_JUMP
Related tables to /IAM/I_JUMP
Access table /IAM/I_JUMP




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

/IAM/I_JUMP is a standard SAP Table which is used to store Details for Jump to Linked Applications data and is available within R/3 SAP systems depending on the version and release level.

The /IAM/I_JUMP table consists of various fields, each holding specific information or linking keys about Details for Jump to Linked Applications data available in SAP. These include CATEGORY (Object Category), FIELDNAME (Field Name), SYSTEM_ALIAS (System Alias), OBJTYPE (Object Type).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /IAM/I_JUMP 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CATEGORYObject Category /IAM/CATEGORYCHAR10/IAM/I_CATEGORY/IAM/CATEGORY
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
SYSTEM_ALIASSystem Alias APB_LPD_SYSTEM_ALIASCHAR100APB_LPD_SYSTEM_ALIAS
OBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
OBJNAMEObject name SWC_OBJEDECHAR32SWC_EDITEL
SWO_METHMethod SWO_METHODCHAR32SWC_ELEM
SWO_METH_NAMEElement name in upper/lower case SWC_EDITELCHAR32SWC_EDITEL
CONV2INTConvert External Format to Internal Format /IAM/JUMP_CONV2INTCHAR1/IAM/BOOLEAN
FNAME_IN_ROLEParameter for Navigation /IAM/JUMP_PARAMETERCHAR32
FNAME2_IN_ROLEParameter for Navigation /IAM/JUMP_PARAMETERCHAR32

Key field Non-key field



How do I retrieve data from SAP table /IAM/I_JUMP using ABAP code

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

SELECT SINGLE *
FROM /IAM/I_JUMP
INTO CORRESPONDING FIELDS OF WA_/IAM/I_JUMP
WHERE...

How to access SAP table /IAM/I_JUMP

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