SAP IGN_TIGN220 Basic Customizing Settings for a Search Table data and field list

IGN_TIGN220 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 "Basic Customizing Settings for a Search" 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_IGN_TIGN220 TYPE IGN_TIGN220.

The IGN_TIGN220 table consists of various fields, each holding specific information or linking keys about Basic Customizing Settings for a Search data available in SAP. These include CLIENT (Client), APPLICATION (Search Application), SEARCH (Search), CATEGORY (Search Category)... 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. .

IGN_TIGN220 structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IGN_TIGN220 structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the IGN_TIGN220 table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3T000MANDT
APPLICATIONSearch Application IGN_SEARCH_APPLICATIONCHAR30TIGN200IGN_SEARCH_APPLICATIONIGN_SEARCH_APPLIC
SEARCHSearch IGN_SEARCHCHAR20Assigned to domainIGN_SEARCH
CATEGORYSearch Category IGN_SEARCH_CATEGORYCHAR3TIGN210IGN_SEARCH_CATEGORYIGN_SEARCH_CATEGORY
FMNAMESearch Function Module IGN_SEARCH_FUNCTION_MODULECHAR30TFDIRFUNCNAME
USERGROUPUser Group for Search with Query IGN_SEARCH_USERGROUPCHAR12AQT_BGNAME
QUERYQuery for Search IGN_SEARCH_QUERYCHAR14AQT_QUNAME
OBJAPBDT Application Object for Search IGN_SEARCH_OBJAPCHAR4TBZ1BU_OBJAP
MAXHITSMaximum Number of Hits IGN_SEARCH_MAXHITSINT410
TIMEOUTMaximum Runtime of Search IGN_SEARCH_TIMEOUTINT410
TABLETYPETable Type of Hit List with Screen Sequences IGN_SEARCH_TABLETYPECHAR30Assigned to domainTTYPENAME
COMPFIELD_01Comparison Field for Linking Hit Lists IGN_SEARCH_COMPFIELDCHAR30Assigned to domainFDNAME
COMPFIELD_02Comparison Field for Linking Hit Lists IGN_SEARCH_COMPFIELDCHAR30Assigned to domainFDNAME
COMPFIELD_03Comparison Field for Linking Hit Lists IGN_SEARCH_COMPFIELDCHAR30Assigned to domainFDNAME
COMPFIELD_04Comparison Field for Linking Hit Lists IGN_SEARCH_COMPFIELDCHAR30Assigned to domainFDNAME
COMPFIELD_05Comparison Field for Linking Hit Lists IGN_SEARCH_COMPFIELDCHAR30Assigned to domainFDNAME
DESCRIPTIONDescription of a Search IGN_SEARCH_DESCRIPTIONCHAR80IGN_SEARCH_DESCRIPTION

Key field Non-key field



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

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

How to access SAP table IGN_TIGN220

Within an ECC or HANA version of SAP you can also view further information about IGN_TIGN220 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).