S060 SAP (Model Structure for Info Structures with Initial VAKEY) Table details

Dictionary Type: Table
Description: Model Structure for Info Structures with Initial VAKEY




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




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

S060 is a standard SAP Table which is used to store Model Structure for Info Structures with Initial VAKEY data and is available within R/3 SAP systems depending on the version and release level.

The S060 table consists of various fields, each holding specific information or linking keys about Model Structure for Info Structures with Initial VAKEY data available in SAP. These include SSOUR (Statistic(s) origin), VRSIO (Version number in the information structure), KNUMH (Condition record number), KOPOS (Sequential number of the condition).. 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 S060 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
SSOURStatistic(s) origin SSOURCHAR4SSOUR
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
KNUMHCondition record number KNUMHCHAR10KNUMB
KOPOSSequential number of the condition KOPOSNUMC2NUM02
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
SPTAGPeriod to analyze - current date SPTAGDATS8DATUM
SPWOCPeriod to analyze - week SPWOCNUMC6PERIMCPERIOD
SPBUPPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
PERIVFiscal Year Variant PERIVCHAR2T009PERIV
VWDATPointer to administrative data VWDATNUMC10VWDAT
STWAELocal Currency HWAERCUKY5Assigned to domainWAERS
KMEINCondition unit in the document KVMEIUNIT3T006CUNITMEINS
AUWRTRebate: Rebate payments in local currency MC_AUWRTCURR19(2) WERTV10
RUWRTRebate: Accrued value in local currency MC_RUWRTCURR19(2) WERTV10
RRWRTRebate: Accruals reversed on the basis of local currency MC_RRWRTCURR19(2) WERTV10
KWERT_KCumulative condition value (Cond.curr.) MC_KWERT_KCURR19(2) WERTV10
KAWRT_KCumulative condition base value (cond.curr.) MC_KAWRT_KCURR19(2) WERTV10
KSTBSCumulative scale base value MC_KSTBSCURR19(2) WERTV10
KWAEHCondition currency (for cumulation fields) KWAEHCUKY5Assigned to domainWAERSFWS
KZBZGScale basis indicator KZBZGCHAR1KZBZG
KONMSCondition scale unit of measure KONMSUNIT3T006CUNITMEINS
KONWSScale currency KONWSCUKY5TCURCWAERSFWS
KRECHCalculation type for condition KRECHCHAR1KRECH
AUWRT_KRebate: Value of payments in condition currency MC_AUWRT_KCURR19(2) WERTV10
RUWRT_KRebate: Accruals value in condition currency MC_RUWRT_KCURR19(2) WERTV10
RRWRT_KRebate: Accruals reversed in condition currency MC_RRWRT_KCURR19(2) WERTV10

Key field Non-key field



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

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

SELECT SINGLE *
FROM S060
INTO CORRESPONDING FIELDS OF WA_S060
WHERE...

How to access SAP table S060

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