/SSF/DHEAD SAP (Service Software Framework: Analysis/download control header) Table details

Dictionary Type: Table
Description: Service Software Framework: Analysis/download control header




ABAP Code to SELECT data from /SSF/DHEAD
Related tables to /SSF/DHEAD
Access table /SSF/DHEAD




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

/SSF/DHEAD is a standard SAP Table which is used to store Service Software Framework: Analysis/download control header data and is available within R/3 SAP systems depending on the version and release level.

The /SSF/DHEAD table consists of various fields, each holding specific information or linking keys about Service Software Framework: Analysis/download control header data available in SAP. These include ADATE (Analysis/data collection date), SEQNO (Sequential number on analysis date), AUSER (Analysis creation user), USERCOMMENT (User comment/short description of analysis).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /SSF/DHEAD 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
GUID Unique download/analysis identifier0
ADATE Analysis/data collection date0
SEQNO Sequential number on analysis date0
AUSER Analysis creation user0
USERCOMMENT User comment/short description of analysis0
ATYPE Analysis/download type0
ASUBTYPE Analysis/download subtype0
PARALLEL_JOBS Flag for parallel analysis jobs0
INSTNR Installation number0
SID SAP System ID0
CODEPAGE Codepage0
SESSNO_DSA address: DSA session number0
CUSTNO address: Customer number0
ADRFLD1 address: add. field 1 (char15)0
ADRFLD2 address: add. field 2 (char10)0
ADRFLD3 address: add. field 3 (char4)0
ADRFLD4 address: add. field 4 (flag)0
ADRFLD5 address: add. field 5 (flag)0
DSTATUSService Software Framework: Analysis/Download Status /SSF/DSTATUSCHAR10/SSF/DSTATUS
DCOPYFLAG download: flag: downloaded copy0
DDATE download: Date of transfer into local system0
DTIME download: Start time of transfer into local system0
DOBJCOUNT download: Number of saved objects in analysis/downlaod0
DSIZE download: Download data size0

Key field Non-key field



How do I retrieve data from SAP table /SSF/DHEAD using ABAP code

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

SELECT SINGLE *
FROM /SSF/DHEAD
INTO CORRESPONDING FIELDS OF WA_/SSF/DHEAD
WHERE...

How to access SAP table /SSF/DHEAD

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