TXI_TWD01 SAP (Treasury: Securities Account Master Data) Structure details

Dictionary Type: Structure
Description: Treasury: Securities Account Master Data




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




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

TXI_TWD01 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 "Treasury: Securities Account Master 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_TXI_TWD01 TYPE TXI_TWD01.

The TXI_TWD01 table consists of various fields, each holding specific information or linking keys about Treasury: Securities Account Master Data data available in SAP. These include MANDT (Client), BUKRS (Company Code), RLDEPO (Securities Account), VERKONTO (No. of bank giro acct, security acct no. in US secur.accts).. 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 TXI_TWD01 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 MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RLDEPOSecurities Account VRLDEPOCHAR10Assigned to domainRLDEPODEP
VERKONTONo. of bank giro acct, security acct no. in US secur.accts VERKONTOCHAR15ABNKR
RDEPOTNRSecurities account no. ABNKRCHAR15ABNKR
XLDEPOSecurities account ID XLDEPOCHAR30XLDEPO
RERTRKInternal bank account RERTRKCHAR10SKB1ALPHASAKNR
RDPBANKDepository Bank RDEPOTBANKCHAR10Assigned to domainALPHABU_PARTNER
RBGUEBeneficiary RBGUENSTCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SSPERRV 0
DSPERRBlock flag until DSPERRDATS8DATUM
RGSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
SSKZBBAV stock indicator SSKZBNUMC1TZ11SSKZB
JVERMSTNet worth tax indicator JVERMSTCHAR1JANEI
SUDECInsurance Line of Business Indicator SUDECNUMC2TW05SUDEC
DEDECDate of entry in premium reserve fund DEDECDATS8DATUM
RFGEBReleaser of master record (person) RFGEB_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
DFREIDate of release DFREIDATS8DATUM
TFREITime of release TFREITIMS6TIMES
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
RPORTBPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
SOBJEKTInternal key for object VVKEYOBJCHAR10VVKEY
SROLEXTDEPDummy function DUMMY_3CHAR3CHAR3
SROLEXTBEGDummy function DUMMY_3CHAR3CHAR3
VVSLOEKZDeletion indicator VVSLOEKZNUMC1VVSLOEKZ
SSPERRBlock type for restraint on disposal SSPERRCHAR3TW17SSPERR
RAHABKIShort key for own house bank TB_RHABKICHAR5T012HBKID
RAHKTIDShort key for house bank account TB_RHKTIDCHAR5T012KHKTID
SEC_ACC_GRPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10TRGT_SECACCGRPTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
STATUSStatus of a Security Account TPM_SEC_ACC_STATUSNUMC1TPM_SEC_ACC_STATUS
STATUS_RBEAREmployee ID RBEARCHAR12SYCHAR12
STATUS_DBEARLast Edited on DBEARDATS8DATUM
STATUS_TBEARLast Edited at TBEARTIMS6TIMES
SECACC_TYPESecurities Account Type TPM_SECACC_TYPECHAR3TRSC_SECACC_TYPETPM_SECACC_TYPE
EXT_SEC_ACC_NOExternal Securities Account ID TPM_RECON_SWIFT_SEC_ACC_NOCHAR35TPM_RECON_SWIFT_SEC_ACC_NO
FLG_NO_TAX_MAPRefifotage: No Mapping toTax Security Account TPM_FLG_NO_TAX_MAPPINGCHAR1XFELD
.INCLU--AP 0
BUDAT ISSR_BUDATDATS8DATUM
COUNTRY_VAR ISSR_REP_COUNTRYCHAR4TISSR_MARECOISSR_REP_COUNTRYREP_COUNTRY
SPARTEInsurance Line of Business Indicator ISSR_VERS_SPARTECHAR2TISSR_SPARTEISSR_VERS_SPARTE
STOCKBAVBAV Stock Indicator ISSR_STOCKBAVCHAR1TISSR_STOCKBAVISSR_STOCKBAV

Key field Non-key field



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

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

How to access SAP table TXI_TWD01

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