/OTEB/SWF_TSVAL SAP (Temporary storage of selection data for documents) Table details

Dictionary Type: Table
Description: Temporary storage of selection data for documents




ABAP Code to SELECT data from /OTEB/SWF_TSVAL
Related tables to /OTEB/SWF_TSVAL
Access table /OTEB/SWF_TSVAL




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

/OTEB/SWF_TSVAL is a standard SAP Table which is used to store Temporary storage of selection data for documents data and is available within R/3 SAP systems depending on the version and release level.

The /OTEB/SWF_TSVAL table consists of various fields, each holding specific information or linking keys about Temporary storage of selection data for documents data available in SAP. These include GUID (GUID in 'CHAR' Format in Uppercase), RECNUM (Serial Number for Treeentries), SELFIELD (Selection field), SELNUM (Limitation of Selection fields on Node types (Counter)).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /OTEB/SWF_TSVAL 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 MANDTCLNT3Assigned to domainMANDT
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
RECNUMSerial Number for Treeentries /IXOS/DC_EC_RECNUMNUMC10NUM10
SELFIELDSelection field /IXOS/DC_EC_SELECTIONFIELDCHAR20Assigned to domain/IXOS/DC_DC_SELECTIONFIELD
SELNUMLimitation of Selection fields on Node types (Counter) /IXOS/DC_EC_SELNUMINT410/IXOS/DC_DC_SELNUM
VALUE_LOWValue of selection field J_8AGE10 /IXOS/DC_EC_VALUECHAR132/IXOS/DC_DC_VALUE
VALUE_HIGHValue of selection field J_8AGE10 /IXOS/DC_EC_VALUECHAR132/IXOS/DC_DC_VALUE
SELOPTIONOPTION field in structure of SELECT-OPTIONS tables RALDB_OPTICHAR2RALDB_OPTI
SELSIGNSIGN field in creation of SELECT-OPTIONS tables RALDB_SIGNCHAR1RALDB_SIGN
CUTFLAGCut flag /IXOS/DC_EC_CUTFLAGCHAR1/IXOS/DC_D_FLAG
MASKFLAGFlag for output mask /IXOS/DC_EC_MASK_FLAGCHAR1/IXOS/DC_D_FLAG
TMP_DATEDate DATUMDATS8DATUM
TMP_TIMETime UZEITTIMS6UZEIT

Key field Non-key field



How do I retrieve data from SAP table /OTEB/SWF_TSVAL using ABAP code

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

SELECT SINGLE *
FROM /OTEB/SWF_TSVAL
INTO CORRESPONDING FIELDS OF WA_/OTEB/SWF_TSVAL
WHERE...

How to access SAP table /OTEB/SWF_TSVAL

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