SWU_TEST SAP (SWU: Verification of container) Structure details

Dictionary Type: Structure
Description: SWU: Verification of container




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




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

SWU_TEST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "SWU: Verification of container" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SWU_TEST TYPE SWU_TEST.

The SWU_TEST table consists of various fields, each holding specific information or linking keys about SWU: Verification of container data available in SAP. These include INT2 (2-byte integer), INT4 (4-byte integer), DEC (Counter/amount field), FLOATPOINT (Floating point no. 8 bytes).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SWU_TEST structure 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
INT1 1-byte integer0
INT2 2-byte integer0
INT4 4-byte integer0
DEC Counter/amount field0
FLOATPOINT Floating point no. 8 bytes0
STR1 Character0
STR3 Character string (6 char.)0
STR8 Character string (8 char.)0
STR2 Character string0
NUMC Numerical character string0
DATS Date YYYYMMDD0
ACCP Posting period0
TIMS Time HHMMSS0
UNIT Field with units of measure0
PREC Accuracy of quan field0
LANGUAGE Language key0
RAW Character string cannot be interpreted0
VORFELD Preceding length field for LCHR0
LCHR Long character field0

Key field Non-key field



How do I retrieve data from SAP structure SWU_TEST using ABAP code?

As SWU_TEST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SWU_TEST as there is no data to select.

How to access SAP table SWU_TEST

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