S469 SAP () Table details

Dictionary Type: Table
Description:




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




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

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

The S469 table consists of various fields, each holding specific information or linking keys about 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: Cannot Be Enhanced


SAP S469 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
VAKEYVariable key 100 bytes VAKEYCHAR100VAKEY
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
VWDATPointer to administrative data VWDATNUMC10VWDAT
STWAEStatistics currency STWAECUKY5TCURCWAERS
KMEINCondition unit in the document KVMEIUNIT3Assigned to domainCUNITMEINS
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 KONMSUNIT3Assigned to domainCUNITMEINS
KONWSScale currency KONWSCUKY5Assigned to domainWAERSFWS
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
BOSTAStatus of the agreement BOSTACHAR1BOSTA

Key field Non-key field



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

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

SELECT SINGLE *
FROM S469
INTO CORRESPONDING FIELDS OF WA_S469
WHERE...

How to access SAP table S469

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