/SAPAPO/OMTSTSET SAP (Test Cockpit Text Combinations) Table details

Dictionary Type: Table
Description: Test Cockpit Text Combinations




ABAP Code to SELECT data from /SAPAPO/OMTSTSET
Related tables to /SAPAPO/OMTSTSET
Access table /SAPAPO/OMTSTSET




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

/SAPAPO/OMTSTSET is a standard SAP Table which is used to store Test Cockpit Text Combinations data and is available within R/3 SAP systems depending on the version and release level.

The /SAPAPO/OMTSTSET table consists of various fields, each holding specific information or linking keys about Test Cockpit Text Combinations data available in SAP. These include REPORT (ABAP: Program Name in Variant Key), VARNAME (ABAP: Name of variant (without program name)), TESTTYPE (Test Type (Performance, Logical, Masses, Catt, Prep, Flw-Up)), TEST_SEQUENCE (Test Set).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPAPO/OMTSTSET 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
TEST_SETTest Combinations /SAPAPO/OM_TEST_SETCHAR10CHAR10/SAPAPO/OM_TEST_SET_HLP
REPORTABAP: Program Name in Variant Key VARI_REPRTCHAR40Assigned to domainPROGRAMM
VARNAMEABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
TESTTYPETest Type (Performance, Logical, Masses, Catt, Prep, Flw-Up) /SAPAPO/OM_TESTTYPECHAR1/SAPAPO/OM_TESTTYPE
TEST_SEQUENCETest Set /SAPAPO/OM_TEST_SEQUENCECHAR1/SAPAPO/OM_TEST_SEQUENCE

Key field Non-key field



How do I retrieve data from SAP table /SAPAPO/OMTSTSET using ABAP code

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

SELECT SINGLE *
FROM /SAPAPO/OMTSTSET
INTO CORRESPONDING FIELDS OF WA_/SAPAPO/OMTSTSET
WHERE...

How to access SAP table /SAPAPO/OMTSTSET

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