UCONHTTPSERVDESC SAP (HTTP: Description of an ICF Service) Structure details
Description: HTTP: Description of an ICF Service
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
| Field | Description | Data Element | Data Type | length (Dec) | Check table | Conversion Routine | Domain Name | MemoryID | SHLP |
| UCON_AUTH | UCON Service Authorization | UCONAUTH | CHAR | 8 | |||||
| UCON_EXPIR | 'X' -> Service Has Session Timeout | UCONEXPIR | CHAR | 1 | |||||
| UCON_OPTION | Natural Number | INT4 | INT4 | 10 | INT4 | ||||
| UCON_TIME | Session Timeout | UCONTIME | TIMS | 6 | RFCTIME | ||||
| UCON_AUTHTRC | UCON: Authorization Default Value Object for ICF Trace | UCONAUTHTRC | CHAR | 40 | ICFAUTHTRC | ||||
| UCONBITMAP | Bitmap for UCON Service Options as 8-Digit Hex. Field | UCONBITMAP | CHAR | 8 | |||||
| COMPR_FLAG | SPACE-> No Compression, 'X'-> Compression | UCONCOMPFLG | CHAR | 1 | |||||
| ACCESSIBILITY | UCON: Accessibility Flag | UCON_ACCESSIBILITY | CHAR | 1 | UCON_ACCESSIBILITY | ||||
| UCON_JAVA | UCON: Java Service Flag | UCON_JAVA | CHAR | 1 | |||||
| CATEGORY | UCON: categorie for customizing | UCON_CATEGORY | CHAR | 30 | UCONCATEGORIE | ||||
| READONLY | UCON: Only display of service | UCON_READONLY | CHAR | 1 | UCON_READONLY | ||||
| UCON_ESI_FLAG | ICF: Flag Web Service | UCON_ESI_FLAG | CHAR | 1 | UCON_WEBSERVICE | ||||
| UCON_ESI_LOGON | UCON: ESI Message-Based - Logon | UCON_ESI_LOGON | CHAR | 1 | UCON_MESSAGE_BASED_AUTH | ||||
| UCON_REAUTH_OFF | ICF: Switch Off Reauthentication | UCON_REAUTH_OFF | CHAR | 1 | UCON_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 asSE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).
Search for further information about these or an SAP related objects