UKSD SAP (User Control Totals (Online)) Table details

Dictionary Type: Table
Description: User Control Totals (Online)




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




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

UKSD is a standard SAP Table which is used to store User Control Totals (Online) data and is available within R/3 SAP systems depending on the version and release level.

The UKSD table consists of various fields, each holding specific information or linking keys about User Control Totals (Online) data available in SAP. These include USNAM (User name), DATUM (Date of Last Initialization of the Control Totals), UZEIT (Time of Last Initializing of Control Totals), ANZBL (Number of Documents Entered Online (Control Total)).. 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 UKSD 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
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
DATUMDate of Last Initialization of the Control Totals DATUM_UKSDDATS8DATUM
UZEITTime of Last Initializing of Control Totals UZEIT_UKSDTIMS6UZEIT
ANZBLNumber of Documents Entered Online (Control Total) ANZBL_UKSDDEC5PACK3
AZDEZNumber of Decimal Places for Displaying Amounts AZDEZ_F05KCHAR1AZDEZ
XBZVBIndicator: Use document counter in update task ? XBZVBCHAR1XFELD
VSALDControl totals: Customer balance requirements VSALD_UKSDCURR15(2) WRTV8
SALDDCustomer Balance Control Totals SALDD_UKSDCURR15(2) WRTV8
WAERDCurrency Key WAERSCUKY5TCURCWAERSFWS
VSALKControl totals: Vendor balance requirements VSALK_UKSDCURR15(2) WRTV8
SALDKVendor Balance Control Totals SALDK_UKSDCURR15(2) WRTV8
WAERKCurrency Key WAERSCUKY5TCURCWAERSFWS
KOAR1Account Type KOARTCHAR1KOART
VONK1From account number (interval lower limit) VONKN_UKSDCHAR10ALPHAMAXKN
BISK1To Account Number (Interval Upper Limit) BISKN_UKSDCHAR10ALPHAMAXKN
SOLV1Control Totals: Debit Requirements SOLV1_UKSDCURR15(2) WERT8
HABV1Control Totals: Credit Requirements HABV1_UKSDCURR15(2) WERT8
SOLL1Debit Amount Control Totals SOLL1_UKSDCURR15(2) WERT8
HABN1Control Totals Credit Amount HABN1_UKSDCURR15(2) WERT8
WAER1Currency Key WAERSCUKY5TCURCWAERSFWS
KOAR2Account Type KOARTCHAR1KOART
VONK2From account number (interval lower limit) VONKN_UKSDCHAR10ALPHAMAXKN
BISK2To Account Number (Interval Upper Limit) BISKN_UKSDCHAR10ALPHAMAXKN
SOLV2Control Totals: Debit Requirements SOLV1_UKSDCURR15(2) WERT8
HABV2Control Totals: Credit Requirements HABV1_UKSDCURR15(2) WERT8
SOLL2Debit Amount Control Totals SOLL1_UKSDCURR15(2) WERT8
HABN2Control Totals Credit Amount HABN1_UKSDCURR15(2) WERT8
WAER2Currency Key WAERSCUKY5TCURCWAERSFWS
KOAR3Account Type KOARTCHAR1KOART
VONK3From account number (interval lower limit) VONKN_UKSDCHAR10ALPHAMAXKN
BISK3To Account Number (Interval Upper Limit) BISKN_UKSDCHAR10ALPHAMAXKN
SOLV3Control Totals: Debit Requirements SOLV1_UKSDCURR15(2) WERT8
HABV3Control Totals: Credit Requirements HABV1_UKSDCURR15(2) WERT8
SOLL3Debit Amount Control Totals SOLL1_UKSDCURR15(2) WERT8
HABN3Control Totals Credit Amount HABN1_UKSDCURR15(2) WERT8
WAER3Currency Key WAERSCUKY5TCURCWAERSFWS
KOAR4Account Type KOARTCHAR1KOART
VONK4From account number (interval lower limit) VONKN_UKSDCHAR10ALPHAMAXKN
BISK4To Account Number (Interval Upper Limit) BISKN_UKSDCHAR10ALPHAMAXKN
SOLV4Control Totals: Debit Requirements SOLV1_UKSDCURR15(2) WERT8
HABV4Control Totals: Credit Requirements HABV1_UKSDCURR15(2) WERT8
SOLL4Debit Amount Control Totals SOLL1_UKSDCURR15(2) WERT8
HABN4Control Totals Credit Amount HABN1_UKSDCURR15(2) WERT8
WAER4Currency Key WAERSCUKY5TCURCWAERSFWS
KOAR5Account Type KOARTCHAR1KOART
VONK5From account number (interval lower limit) VONKN_UKSDCHAR10ALPHAMAXKN
BISK5To Account Number (Interval Upper Limit) BISKN_UKSDCHAR10ALPHAMAXKN
SOLV5Control Totals: Debit Requirements SOLV1_UKSDCURR15(2) WERT8
HABV5Control Totals: Credit Requirements HABV1_UKSDCURR15(2) WERT8
SOLL5Debit Amount Control Totals SOLL1_UKSDCURR15(2) WERT8
HABN5Control Totals Credit Amount HABN1_UKSDCURR15(2) WERT8
WAER5Currency Key WAERSCUKY5TCURCWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM UKSD
INTO CORRESPONDING FIELDS OF WA_UKSD
WHERE...

How to access SAP table UKSD

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