SKPF SAP (Header Data: Inventory Sampling) Table details

Dictionary Type: Table
Description: Header Data: Inventory Sampling




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




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

SKPF is a standard SAP Table which is used to store Header Data: Inventory Sampling data and is available within R/3 SAP systems depending on the version and release level.

The SKPF table consists of various fields, each holding specific information or linking keys about Header Data: Inventory Sampling data available in SAP. These include SINUM (Inventory sampling number), SJAHR (Calendar year of the inventory sampling), WAERS (Currency key for inventory sampling), DATUM (Date of inventory sampling).. 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 SKPF 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 MANDTCLNT3T000MANDT
SINUMInventory sampling number MBS_SINUMCHAR10ALPHAMBS_SINUMSIN
SJAHRCalendar year of the inventory sampling MBS_SJAHRNUMC4GJAHRGJAHRMJA
WAERSCurrency key for inventory sampling MBS_WAERSCUKY5TCURCWAERS
DATUMDate of inventory sampling MBS_DATUMDATS8DATUM
GSDATPlanned count date of inventory sampling MBS_GSDATDATS8DATUM
SISTADescription of the inventory sampling status MBS_SISTACHAR2MBS_SISTA
BDSTIID for area of inventory sampling MBS_BDSTICHAR1MBS_BDSTI
XLOEBInclude deletion flag MBS_XLOEBCHAR1XFELD
XNULBConsider zero stock balances MBS_XNULBCHAR1XFELD
XABCBConsider ABC indicator MBS_XABCBCHAR1MBS_XABCB
XISAPSAP Inventory Sampling MBS_XISAPCHAR1MBS_XISAP
ZPSTIInventory sampling method MBS_ZPSTICHAR1MBS_ZPSTI
HOCHRExtrapolation procedure MBS_HOCHRCHAR1MBS_HOCHR
PREIOUpper price limit for sampling area MBS_PREIOCURR11(2) WERT11
KWEITClass interval uniform for all classes MBS_KWEITCURR11(2) WERT11
WERTOUpper value limit for sampling area MBS_WERTOCURR13(2) WERT13
SANZVLower number of strata for variation MBS_SANZVNUMC2NUM02
SANZBUpper number of strata for variation MBS_SANZBNUMC2NUM02
NGMINMinimum sample size per stratum MBS_NGMINNUMC5NUM05
SWAHRProbable degree of confidence (percentage) MBS_SWAHRDEC4(2) PRZ22
RELSFRelative statistical error MBS_RELSFDEC4(2) PRZ22
ABWBIMax. relat. deviation betw. book value and actual value MBS_ABWBIDEC4(2) PRZ22
DSBSEStock management levels allocated MBS_DSBSEDATS8DATUM
NSBSEUser Name UNAMECHAR12UNAME
DSLGHStock population generated MBS_DSLGHDATS8DATUM
NSLGHUser Name UNAMECHAR12UNAME
DSSCHStratification carried out MBS_DSSCHDATS8DATUM
NSSCHUser Name UNAMECHAR12UNAME
DZUFARandom selection carried out MBS_DZUFADATS8DATUM
NZUFAUser Name UNAMECHAR12UNAME
DAKTUUpdate carried out MBS_DAKTUDATS8DATUM
NAKTUUser Name UNAMECHAR12UNAME
DHOCHExtrapolation Carried Out MBS_DHOCHDATS8DATUM
NHOCHUser Name UNAMECHAR12UNAME
STEXTText for inventory sampling MBS_STEXTCHAR40TEXT40
PWERTPercentage upper value limit MBS_PWERTNUMC3PROZENT
DLOESDeleted MBS_DLOESDATS8DATUM
LOESHUser Name UNAMECHAR12UNAME
XFBEZRelation of error variance MBS_XFBEZCHAR1MBS_XFBEZ
XAKTUUpdate counted and posted stock management units MBS_XAKTUCHAR1MBS_XAKTU
XNULAExclude Zero Stocks MBS_XNULACHAR1MBS_XNULA
XSERNExclude Serial Numbers MBS_XSERNCHAR1MBS_XSERN

Key field Non-key field



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

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

SELECT SINGLE *
FROM SKPF
INTO CORRESPONDING FIELDS OF WA_SKPF
WHERE...

How to access SAP table SKPF

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