SMICF_RECORDER_HEADER SAP (Header Data for Saved HTTP Entity) Structure details

Dictionary Type: Structure
Description: Header Data for Saved HTTP Entity




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




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

SMICF_RECORDER_HEADER 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 "Header Data for Saved HTTP Entity" 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_SMICF_RECORDER_HEADER TYPE SMICF_RECORDER_HEADER.

The SMICF_RECORDER_HEADER table consists of various fields, each holding specific information or linking keys about Header Data for Saved HTTP Entity data available in SAP. These include MESSAGE_ID (UUID in Character Representation for ICF Recorder), MESSAGE_ROLE (Role of ICF Message (SE, SL, CC, CU, CD, CL)), STATUS (State of ICF Message), SYSTEM_ID (Name of SAP System).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SMICF_RECORDER_HEADER 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
LOGON_CLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
MESSAGE_IDUUID in Character Representation for ICF Recorder ICFRECODER_UUIDCHAR32SYSUUID_C
MESSAGE_ROLERole of ICF Message (SE, SL, CC, CU, CD, CL) ICFMESSAGE_ROLECHAR2CHAR2
STATUSState of ICF Message ICFSTATUSCHAR8CHAR8
SYSTEM_IDName of SAP System SYSYSIDCHAR8SYCHAR08
LOGON_USERUser Name SYUNAMECHAR12SYCHAR12
LOGON_LANGUAGELanguage Key SYLANGULANG1ISOLASYLANGU
LOGON_TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
LOGON_FAILEDCharacter field length 1 (large/small) IMCCHAR1CHAR1IMCCHAR1
EXPIRE_TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
KEEP_MESSAGEKeep Record Entry Until Maximum Retention Time ICFKEEP_MESSAGECHAR1CHAR1
SCOPE_MESSAGEIDUUID in Character Representation for ICF Recorder ICFRECODER_UUIDCHAR32SYSUUID_C
SCOPE_MESSAGENRLoop Index SYINDEXINT410SYST_LONG
CALLER_MESSAGEIDUUID in Character Representation for ICF Recorder ICFRECODER_UUIDCHAR32SYSUUID_C
ROOT_MESSAGEIDUUID in Character Representation for ICF Recorder ICFRECODER_UUIDCHAR32SYSUUID_C
PARENT_MESSAGEIDUUID in Character Representation for ICF Recorder ICFRECODER_UUIDCHAR32SYSUUID_C
OBJECT_IDUUID in Character Representation for ICF Recorder ICFRECODER_UUIDCHAR32SYSUUID_C
OBJECT_COUNTERLoop Index SYINDEXINT410SYST_LONG
STATEFULIs ICF session stateful? ICFSTATEFULCHAR1IMCCHAR1
REQUEST_PATHPath of ICF Request ICFREQUEST_PATHCHAR250ICFREQUEST_PATH
REQUEST_VHOSTNatural Number INT4INT410INT4
RESPONSE_STATUSStatus of ICF Response.Message (Status Code and Reason) ICFRESPONSE_STATUSCHAR240ICFRESPONSE_STATUS
PROTOCOL_ACTIONLogging of Recorder Message Actions ICFPROTOCOL_ACTIONCHAR1CHAR1
LOGON_DATESystem Date SYDATUMDATS8SYDATS
LOGON_TIMETIME Data Element for SYST SYTIMETIMS6SYTIME
STATUS_TEXTComment CHAR50CHAR50TEXT50
CORRESPONDING_MARK Flag Corresponding Entries0
ALV_NR Group Number for Display in ALV Grid0
ALV_LINE_COLOR Color Coding for Display in ALV0

Key field Non-key field



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

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

How to access SAP table SMICF_RECORDER_HEADER

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