TRGS_SELSTAT SAP (Control Data for the Selection of Securities Data) Structure details

Dictionary Type: Structure
Description: Control Data for the Selection of Securities Data




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




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

TRGS_SELSTAT 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 "Control Data for the Selection of Securities Data" 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_TRGS_SELSTAT TYPE TRGS_SELSTAT.

The TRGS_SELSTAT table consists of various fields, each holding specific information or linking keys about Control Data for the Selection of Securities Data data available in SAP. These include TR_ACC_CODE (Accounting Code), RNG_SVORGANG (), RNG_SBEWZITI (), RNG_SBEWZITI_DRV ().. 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: Cannot Be Enhanced


SAP TRGS_SELSTAT 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
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
TR_ACC_CODEAccounting Code TPM_ACC_CODECHAR4Assigned to domainTPM_ACC_CODETPM_TACTRG_ACC_CODE
RNG_SVORGANG 0
RNG_SBEWZITI 0
RNG_SBEWZITI_DRV 0
RNG_SBEWZITI_REV 0
RNG_SBEWZITI_ACR 0
RNG_SBEWZITI_BAL 0
RNG_SBEWZITI_ORG 0
RNG_SBEWZITI_SPA 0
RNG_SBEWZITI_CON 0
RNG_SBEWZITI_MAN_ORG 0
FLG_REVERSALCheckbox XFELDCHAR1XFELD
FLG_TESTRUNNatural Number INT4INT410INT4
TABIXNatural Number INT4INT410INT4
COUNT_1Natural Number INT4INT410INT4
COUNT_2Natural Number INT4INT410INT4
TAB_TOTAL 0
TAB_TODO 0
TAB_SEMPA 0
TAB_KMNR 0
TAB_ERNR 0
FLG_ERROR_OCCURREDCheckbox XFELDCHAR1XFELD
TAB_GROUP_ASSIGN 0
TAB_TRANS_FLOW 0
KEY_DATEMigration: Key Date of Data Transfer TPM_TRG_MIGR_DATEDATS8DATUM
TCODETransaction Code SYTCODECHAR20Assigned to domainTCODE
FREE_PBT_WPSNatural Number INT4INT410INT4
FLG_RFCCheckbox XFELDCHAR1XFELD
MIGR_CATMigration Type TPM_MIGRATION_CATCHAR3TPM_MIGRATION_CAT
KEY_DATE_AMORTMigration: Date of Last Key Date Amortization TPM_TRG_MIGR_DATE_AMORTDATS8DATUM
FLG_SEVERE_WARNINGCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table TRGS_SELSTAT

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