SDFM_SF_INDEX SAP (Index Table for Update of Statistics) Table details

Dictionary Type: Table
Description: Index Table for Update of Statistics




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




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

SDFM_SF_INDEX is a standard SAP Table which is used to store Index Table for Update of Statistics data and is available within R/3 SAP systems depending on the version and release level.

The SDFM_SF_INDEX table consists of various fields, each holding specific information or linking keys about Index Table for Update of Statistics data available in SAP. These include LISNO (Number of LIS table), KNUMH (Condition record number), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP SDFM_SF_INDEX 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
LISNONumber of LIS table LISNONUMC3LISNO
KNUMHCondition record number KNUMHCHAR10KNUMB
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM SDFM_SF_INDEX
INTO CORRESPONDING FIELDS OF WA_SDFM_SF_INDEX
WHERE...

How to access SAP table SDFM_SF_INDEX

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