TRSS_RECON_POSITION SAP (Treasury: External Position) Structure details

Dictionary Type: Structure
Description: Treasury: External Position




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




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

TRSS_RECON_POSITION 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: External Position" 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_RECON_POSITION TYPE TRSS_RECON_POSITION.

The TRSS_RECON_POSITION table consists of various fields, each holding specific information or linking keys about Treasury: External Position data available in SAP. These include MANDT (Client), POSITION_KEY (System Key for External Position), NUMBERID (Number of External Securities Account Statement), SECURITY_ID (Security ID Number).. 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 or numeric)


SAP TRSS_RECON_POSITION 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
POSITION_KEYSystem Key for External Position TPM_RECON_SYSTEM_KEYINT410
NUMBERIDNumber of External Securities Account Statement TPM_RECON_NUMBERNUMC10TRST_RECON_RCETPM_RECON_NUMBER
SECURITY_IDSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
INDEX_NAMEShort name for ATAB tables XKURZBEZCHAR15XKBEZ
INDEX_VALUESecondary index class data VVRANLWXSCHAR20CHAR20S
POS_UNITSExternal Units TPM_RECON_UNITSDEC22(6) TPM_UNITS
POS_NOMINALExternal Nominal Amount TPM_RECON_NOMINAL_AMTCURR21(2) TPM_AMOUNT
POS_NOMINAL_DRWNExternal Nominal Amount Drawn TPM_RECON_NOMINAL_DRAWN_AMTCURR21(2) TPM_AMOUNT
POS_CURRENCYNominal Currency TPM_NOMINAL_CURRCUKY5TCURCWAERS
STOCK_EXCHANGEExchange VVRHANDPLCHAR10TWH01VVRHANDPLWHP
POS_TEXTExternal Class Name TPM_RECON_SEC_TEXTCHAR50TPM_RECON_SEC_TEXT
POS_RECORD_NAMEExternal Position Name TPM_RECON_RECORD_NAMECHAR15TRSC_RECON_RDTPM_RECON_RECORD_NAMETRSF4_RECON_RECORD_DESCRIPTION
POS_RECORD_TYPEExternal Position Classification TPM_RECON_RECORD_TYPECHAR6TRSC_RECON_PRTTPM_RECON_RECORD_TYPETRSF4_RECON_RECORD_TYPE
NOTE_IDNote Id TPM_NOTE_IDRAW16
POS_CURRENCY2Nominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
SECURITY_ID_TEXTShort name XALKZCHAR15XKBEZ
SECURITY_ID_TEXT_LONGLong name XALLBCHAR60XLBEZ
RECORD_TEXTLong text for External Position Name TPM_RECON_RECORD_TEXTCHAR40TPM_RECON_RECORD_TEXT
POS_REC_TYPE_TXTLong Name of the External Position Classification TPM_RECON_RECORD_TYPE_TEXTCHAR40TPM_RECON_RECORD_TYPE_TEXT
QUOTATIONQuotation Indicator SNOTINUMC1SNOTI
SEC_ACC_UNITSUnits TPM_UNITSDEC22(6) TPM_UNITS
SEC_ACC_NOMINALNominal/Org Nominal amount TPM_RECON_SEC_NOMAMTCURR21(2) TPM_AMOUNT
SEC_ACC_NOMINAL_CURRNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
SEC_ACC_NOMINAL_DRWNNominal Amount Drawn TPM_NOMINAL_AMT_DRAWNCURR21(2) TPM_AMOUNT
SEC_ACC_NOMINAL_DRWN_CURRNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
SECURITY_ID_DRAWNSecurity ID Number Drawn TPM_RECON_SEC_ID_DRAWNCHAR13Assigned to domainALPHAWP_RANL
POS_UNIT_DIFFDifference Between Internal and External Units TPM_RECON_UNIT_DIFFDEC22(6) TPM_UNITS
POS_NOMINAL_DIFFDifference Between Internal and External Nominal Amounts TPM_RECON_NOMINAL_DIFFCURR21(2) TPM_AMOUNT
POS_NOMINAL_DIFF_CURRNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
POS_NOMINAL_DRWN_DIFFDifference Between Internal and External Nominal Amts Drawn TPM_RECON_NOMINAL_DRWN_DIFFCURR21(2) TPM_AMOUNT
POS_NOMINAL_DRWN_DIFF_CURRNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
POS_NUM_ERRORSNumber of Error Messages TPM_RECON_NUMBER_OF_MESSAGESINT410
POS_ERROR_MESSAGEError Message TPM_RECON_ERROR_MESSAGECHAR110TPM_RECON_ERROR_MESSAGE
POS_STATUS_ICON_TEXTStatus Description TPM_RECON_STATUS_ICON_TEXTCHAR132SYCHAR132
POS_MARKET_VALUE_DIFF_LCMarket Value in Local Currency TPM_RECON_MARKET_VALUE_LCCURR21(2) TPM_AMOUNT
POS_LOCAL_CURRLocal Currency TPM_RECON_LOCAL_CURRCUKY5Assigned to domainWAERS
POS_NOTE_INDICATORNote indicator TPM_POS_NOTE_INDICATORCHAR132SYCHAR132

Key field Non-key field



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

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

How to access SAP table TRSS_RECON_POSITION

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