S108 SAP (Additionals) Table details

Dictionary Type: Table
Description: Additionals




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




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

S108 is a standard SAP Table which is used to store Additionals data and is available within R/3 SAP systems depending on the version and release level.

The S108 table consists of various fields, each holding specific information or linking keys about Additionals data available in SAP. These include VRSIO (Version number in the information structure), SPMON (Period to analyze - month), WERKS (Plant), BTRKZ (Plant category).. 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: Cannot Be Enhanced


SAP S108 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
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BTRKZPlant category VLFKZCHAR1VLFKZ
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
KUNAGSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
SATNRCross-Plant Configurable Material SATNRCHAR18MARAMATN1MATNR
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
ADDIAPPLApplication for triggering follow-up actions for additionals ADDI_APPLCHAR2ADDI_APPL
SPTAGPeriod to analyze - current date SPTAGDATS8DATUM
SPWOCPeriod to analyze - week SPWOCNUMC6PERIMCPERIOD
SPBUPPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
SSOURStatistic(s) origin SSOURCHAR4SSOUR
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
VWDATPointer to administrative data VWDATNUMC10VWDAT
BASMEBase Unit of Measure MEINSUNIT3T006CUNITMEINS
HWAERLocal Currency HWAERCUKY5TCURCWAERS
ADDMNGQuantity of materials with additionals in base unit of meas. MCW_ADDMNGQUAN15(3) MENGV15_3
ADDGEOValue of materials at cost with additionals MCW_ADDGEOCURR19(2) WERTV10
ADDGVOValue of material at retail with additionals MCW_ADDGVOCURR19(2) WERTV10
ADDANZNumber of affixed additionals MCW_ADDANZINT410MCZAEHLINT
ADDTIMProcessing time to affix the additionals MCW_ADDTIMDEC17(5) DEC17_5
ADDKMWMaterial costs of additionals MCW_ADDKMWCURR19(2) WERTV10
ADDKALHandling costs for additionals MCW_ADDKALCURR19(2) WERTV10
ADDI1Additional 1 MCW_ADDI1CHAR18MARAMATN1MATNR
ADDI2Additional 2 MCW_ADDI2CHAR18MARAMATN1MATNR
ADDI3Additional 3 MCW_ADDI3CHAR18MARAMATN1MATNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM S108
INTO CORRESPONDING FIELDS OF WA_S108
WHERE...

How to access SAP table S108

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