TRSS_SECACC_LIST_ALV SAP (Securities Account List) Structure details

Dictionary Type: Structure
Description: Securities Account List




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




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

TRSS_SECACC_LIST_ALV 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 "Securities Account List" 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_TRSS_SECACC_LIST_ALV TYPE TRSS_SECACC_LIST_ALV.

The TRSS_SECACC_LIST_ALV table consists of various fields, each holding specific information or linking keys about Securities Account List data available in SAP. These include BUKRS (Company Code), XBUKRS (Name of Company Code or Company), RLDEPO (Securities Account), XLDEPO (Securities account ID).. 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: Can be enhanced (character-type)


SAP TRSS_SECACC_LIST_ALV 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
XBUKRSName of Company Code or Company BUTXTCHAR25TEXT25
RLDEPOSecurities Account VRLDEPOCHAR10Assigned to domainRLDEPODEP
XLDEPOSecurities account ID XLDEPOCHAR30XLDEPO
SECACC_TYPESecurities Account Type TPM_SECACC_TYPECHAR3Assigned to domainTPM_SECACC_TYPE
XSECACC_TYPEText for Fund Type TPM_SA_TYPE_TEXTCHAR30Assigned to domainTPM_SA_TYPE_TEXT
SECACC_CATSecurities Account Category TPM_SECACC_CATCHAR1TPM_SECACC_CAT
XSECACC_CATText Securities Account Category TPM_SECACC_CAT_TXTCHAR20CHAR20
STATUSStatus of a Security Account TPM_SEC_ACC_STATUSNUMC1TPM_SEC_ACC_STATUS
RDPBANKDepository Bank RDEPOTBANKCHAR10Assigned to domainALPHABU_PARTNER
XRDPBANKName of Depository Bank XRDEPOTBANKCHAR80CHAR80
RDEPOTNRSecurities account no. ABNKRCHAR15ABNKR
EXT_SEC_ACC_NOExternal Securities Account ID TPM_RECON_SWIFT_SEC_ACC_NOCHAR35TPM_RECON_SWIFT_SEC_ACC_NO
VERKONTONo. of bank giro acct, security acct no. in US secur.accts VERKONTOCHAR15ABNKR
XJVERMSTNet Worth Tax XJVERMSTCHAR10CHAR10
RERTRKInternal bank account RERTRKCHAR10SKB1ALPHASAKNR
XRERTRKG/L Account Long Text TXT50_SKATCHAR50TEXT50
RBGUEBeneficiary RBGUENSTCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
XRBGUEName of Beneficiary XRBGUECHAR80TEXT80
SSPERRBlock type for restraint on disposal SSPERRCHAR3TW17SSPERR
XSSPERRName of Block Indicator XSSPERRCHAR60CHAR60
DSPERRBlock flag until DSPERRDATS8DATUM
RPORTBPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
XRPORTBPortfolio name VVXPORTBCHAR30TEXT30
RGSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
XRGSBERBusiness area description GTEXTCHAR30TEXT30
SEC_ACC_GRPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10TRGT_SECACCGRPTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
XSEC_ACC_GRPName of Securities Account Group TPM_SEC_ACCT_GRP_NAMECHAR60TPM_DESCRIPTION
SSKZBBAV stock indicator SSKZBNUMC1Assigned to domainSSKZB
SUDECInsurance Line of Business Indicator SUDECNUMC2TW05SUDEC
DEDECDate of entry in premium reserve fund DEDECDATS8DATUM
BUDATEffective From Date for Regulatory Reporting - Master TPM_ISSR_BUDATDATS8DATUM
COUNTRY_VARRegulatory Reporting Variant TPM_ISSR_REP_COUNTRYCHAR4CHAR4
SPARTEInsurance Branch Indicator TPM_ISSR_VERS_SPARTECHAR2CHAR2
XSPARTEName of Insurance Branch XSPARTECHAR60CHAR60
STOCKBAVStock Indicator TPM_ISSR_STOCKBAVCHAR1CHAR1
XSTOCKBAVName of Stock Indicator XSTOCKBAVCHAR60CHAR60
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table TRSS_SECACC_LIST_ALV

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