UCONHTTPSERVDESC SAP (HTTP: Description of an ICF Service) Structure details

Dictionary Type: Structure
Description: HTTP: Description of an ICF Service




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




UCONHTTPSERVDESC 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 "HTTP: Description of an ICF Service" 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_UCONHTTPSERVDESC TYPE UCONHTTPSERVDESC.

The UCONHTTPSERVDESC table consists of various fields, each holding specific information or linking keys about HTTP: Description of an ICF Service data available in SAP. These include UCON_EXPIR ('X' -> Service Has Session Timeout), UCON_OPTION (Natural Number), UCON_TIME (Session Timeout), UCON_AUTHTRC (UCON: Authorization Default Value Object for ICF Trace)... 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. .

UCONHTTPSERVDESC structure Technical Details:

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


SAP UCONHTTPSERVDESC 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 UCONHTTPSERVDESC 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
UCON_AUTHUCON Service Authorization UCONAUTHCHAR8
UCON_EXPIR'X' -> Service Has Session Timeout UCONEXPIRCHAR1
UCON_OPTIONNatural Number INT4INT410INT4
UCON_TIMESession Timeout UCONTIMETIMS6RFCTIME
UCON_AUTHTRCUCON: Authorization Default Value Object for ICF Trace UCONAUTHTRCCHAR40ICFAUTHTRC
UCONBITMAPBitmap for UCON Service Options as 8-Digit Hex. Field UCONBITMAPCHAR8
COMPR_FLAGSPACE-> No Compression, 'X'-> Compression UCONCOMPFLGCHAR1
ACCESSIBILITYUCON: Accessibility Flag UCON_ACCESSIBILITYCHAR1UCON_ACCESSIBILITY
UCON_JAVAUCON: Java Service Flag UCON_JAVACHAR1
CATEGORYUCON: categorie for customizing UCON_CATEGORYCHAR30UCONCATEGORIE
READONLYUCON: Only display of service UCON_READONLYCHAR1UCON_READONLY
UCON_ESI_FLAGICF: Flag Web Service UCON_ESI_FLAGCHAR1UCON_WEBSERVICE
UCON_ESI_LOGONUCON: ESI Message-Based - Logon UCON_ESI_LOGONCHAR1UCON_MESSAGE_BASED_AUTH
UCON_REAUTH_OFFICF: Switch Off Reauthentication UCON_REAUTH_OFFCHAR1UCON_REAUTH_OFF

Key field Non-key field



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

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

How to access SAP table UCONHTTPSERVDESC

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