TRSET SAP (Reset Data Before Production Start-up) Table details

Dictionary Type: Table
Description: Reset Data Before Production Start-up




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




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

TRSET is a standard SAP Table which is used to store Reset Data Before Production Start-up data and is available within R/3 SAP systems depending on the version and release level.

The TRSET table consists of various fields, each holding specific information or linking keys about Reset Data Before Production Start-up data available in SAP. These include LFDNR (Sequence in which table is processed), TAB (Table Name), TAB2 (Dependent table), ITAB (ITAB field).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TRSET 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
APPLIReset object OBJEKTPROTCHAR10TRSE1OBJEKTPROT
LFDNRSequence in which table is processed LFDNR_RSETNUMC6NUM06
TABTable Name TABNAMECHAR30AS4TABDTB
TAB2Dependent table UNTTABCHAR30TABNAME
ITABITAB field FNAMEITABCHAR20CHAR20
FNAMEDelete field FNAMEDELECHAR20CHAR20
FORMDelete form routine FORMDELECHAR20CHAR20
USIN1Using parameter 1 for delete form routine USING1CHAR20CHAR20
USIN2Using parameter 2 for delete form routine USING2CHAR20CHAR20
WHEREBEDWHERE Condition for SELECT WHEREBEDCHAR40CHAR40
ITAB2ITAB field 2 FNAMEITAB2CHAR20CHAR20
ITAB3ITAB field 3 FNAMEITAB3CHAR20CHAR20

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRSET
INTO CORRESPONDING FIELDS OF WA_TRSET
WHERE...

How to access SAP table TRSET

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