RSSO71 SAP (Test Workbench - Fields) Structure details

Dictionary Type: Structure
Description: Test Workbench - Fields




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




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

RSSO71 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 "Test Workbench - Fields" 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_RSSO71 TYPE RSSO71.

The RSSO71 table consists of various fields, each holding specific information or linking keys about Test Workbench - Fields data available in SAP. These include I_NODE (Create Branch Node), I_NODE_TXT (Module Title), I_OBJ (Insert Object), I_OBJ_TXT (Module Title).. 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 RSSO71 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
TWB_ACTIVEMemory ID 'Test Workbench active' ('X', ' ') TWB_ACTIVECHAR1CHAR1
I_NODECreate Branch Node TKI_NODECHAR1CHAR1
I_NODE_TXTModule Title DOKU_TITLECHAR60TEXT60DTI
I_OBJInsert Object TKI_OBJCHAR1CHAR1
I_OBJ_TXTModule Title DOKU_TITLECHAR60TEXT60DTI
T_OBJObject type/doc. class TKT_OBJCHAR4CHAR4
C_CATCCreate Test Case TKC_CATECHAR1CHAR1
C_CATFCreate Test Case TKC_CATECHAR1CHAR1
C_CATMCreate Test Case TKC_CATECHAR1CHAR1
C_CATXCreate Test Case TKC_CATECHAR1CHAR1
C_CATE_NCATT procedure number TKCATNRCHAR16CHAR16
C_CHAPCreate Document TKC_CHAPCHAR1CHAR1
C_CHAP_NDoc. class CHAP TKD_CHAPCHAR20CHAR20
I_BIBLReference to Test Catalog TKI_BIBLCHAR1CHAR1
D_BIBLDoc. class BIBL, Test catalog TKD_BIBLCHAR12Assigned to domainOUTLINE
I_BIBLILink to IMG structure TKI_BIBLICHAR1CHAR1
D_BIBLIDoc. class BIBL, IMG structure TKD_BIBLICHAR12CHAR12
I_CATELink to Test Case TKI_CATECHAR1CHAR1
D_CATECATT procedure number TKCATNRCHAR16CHAR16
D_CATEVCATT variant TKCATVARNTCHAR3CHAR3
I_CHAPLink to Documentation TKI_CHAPCHAR1CHAR1
D_CHAPDoc. class CHAP TKD_CHAPCHAR20CHAR20
I_NOTELink to note TKI_NOTECHAR1CHAR1
D_NOTEDoc. class NOTE TKD_NOTECHAR20CHAR20
I_SIMGReference to IMG Activity TKI_SIMGCHAR1CHAR1
D_SIMGDoc. class SIMG TKD_SIMGCHAR20CHAR20
I_RELNLink to Release Note TKI_RELNCHAR1CHAR1
D_RELNDoc. class RELN TKD_RELNCHAR20CHAR20
STATUSTake over CATT status TKSTATUSCHAR1CHAR1
ARCHIVEArchive CATT log TKARCHIVECHAR1CHAR1
OBJ_TYPEObject type (catalog, plan, package) TKOBJ_TYPECHAR1CHAR1
SUP_DIALOGSuppress FB 'TWB_CATT_START' dialog TKSUP_DIALCHAR1CHAR1
TESTCASETest TKTESTCASECHAR40CHAR40
CATNRCATT - Test case CATNRCHAR30CATNRCAT
CATVARNTCATT - Test case variant CATVARNTCHAR8CHAR8

Key field Non-key field



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

As RSSO71 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 RSSO71 as there is no data to select.

How to access SAP table RSSO71

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