ICFINSTACT SAP (ICF: Table for Activating Services in Installation) Table details

Dictionary Type: Table
Description: ICF: Table for Activating Services in Installation




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




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

ICFINSTACT is a standard SAP Table which is used to store ICF: Table for Activating Services in Installation data and is available within R/3 SAP systems depending on the version and release level.

The ICFINSTACT table consists of various fields, each holding specific information or linking keys about ICF: Table for Activating Services in Installation data available in SAP. These include APPL (Application component ID), COUNTER (Handler Order), PATH (ICF: Domain for URL (Case-Sensitive)), EXPAND ('X' -> Alias Is Expanded, Otherwise Not).. 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: Cannot Be Enhanced


SAP ICFINSTACT 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
NAMEICF. Technical Name ICFCHAR30CHAR30
APPLApplication component ID UFPS_POSIDCHAR24UFPS_POSID
COUNTERHandler Order ICFORDERNUMC2
PATHICF: Domain for URL (Case-Sensitive) ICFURLSTRCHAR200ICFURLSTR
EXPAND'X' -> Alias Is Expanded, Otherwise Not ICFEXPANDCHAR1
HOSTNUMBERNumber of a Virtual Host ICFHOSTNUMINT410
STATUSICF: Status of Service After Installation ICFSTATECHAR60
CUSERUser Name SYUNAMECHAR12SYCHAR12
CDATESystem Date SYDATUMDATS8SYDATS
CCLNTClient MANDTCLNT3Assigned to domainMANDT
DESCRIPTIONICF: Description ICFCHAR120CHAR120ICFCHAR120
INACTIVESingle-Character Flag ICFCHAR1CHAR1ICFCHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM ICFINSTACT
INTO CORRESPONDING FIELDS OF WA_ICFINSTACT
WHERE...

How to access SAP table ICFINSTACT

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