TRST_SEC_ACC_FLD SAP (Field Status for Securities Account Master Data) Table details

Dictionary Type: Table
Description: Field Status for Securities Account Master Data




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




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

TRST_SEC_ACC_FLD is a standard SAP Table which is used to store Field Status for Securities Account Master Data data and is available within R/3 SAP systems depending on the version and release level.

The TRST_SEC_ACC_FLD table consists of various fields, each holding specific information or linking keys about Field Status for Securities Account Master Data data available in SAP. These include SOURCE (Field Name), SOURCE_TYPE (Origin Type of Field Content), STRING_POSITION (), STATUS (Field Selection Control: Field Status).. 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 TRST_SEC_ACC_FLD 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
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
SOURCEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
SOURCE_TYPEOrigin Type of Field Content UAP_SOURCE_TYPECHAR2UAP_SOURCE_TYPE
STRING_POSITION 0
STATUSField Selection Control: Field Status UAP_FIELD_STATUSCHAR1UAP_FIELD_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRST_SEC_ACC_FLD
INTO CORRESPONDING FIELDS OF WA_TRST_SEC_ACC_FLD
WHERE...

How to access SAP table TRST_SEC_ACC_FLD

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