SAP TRCIN_EXPOSURE_NOTIFICATION Treasury Exposure Notification Table data and field list

TRCIN_EXPOSURE_NOTIFICATION 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 Exposure Notification" 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_TRCIN_EXPOSURE_NOTIFICATION TYPE TRCIN_EXPOSURE_NOTIFICATION.

The TRCIN_EXPOSURE_NOTIFICATION table consists of various fields, each holding specific information or linking keys about Treasury Exposure Notification data available in SAP. These include LOG_SYSTEM (Logical system), TIME_STAMP (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), ORIGIN (View of EA_FINSERV Data Element FTR_EXPOSURE_ORIGIN), COUNTRY (Country Key)... 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. .

TRCIN_EXPOSURE_NOTIFICATION structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TRCIN_EXPOSURE_NOTIFICATION structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the TRCIN_EXPOSURE_NOTIFICATION table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
EXTERNAL_IDView of SAP_FINSERV data el. FTR_EXTERNAL_DOC_NUMBER_LONG TRCIN_EXTERNAL_ID_LCHAR75TRCIN_EXTERNAL_ID_L
LOG_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
TIME_STAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
ORIGINView of EA_FINSERV Data Element FTR_EXPOSURE_ORIGIN TRCIN_ORIGINCHAR5TRCIN_ORIGIN
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ROOT_DOCUMENT_IDRoot Document TRCIN_ROOT_DOCUMENT_IDCHAR75TRCIN_ROOT_DOCUMENT_ID
REFERENCE_IDReference ID TRCIN_REFERENCE_IDCHAR75TRCIN_REFERENCE_ID
REVERSE_INDICATORReverse Indicator TRCIN_REVERSE_INDICATORCHAR1TRCIN_REVERSE_INDICATOR
DELIVERY_STATUSDelivery Status TRCIN_DELIVERY_STATUSCHAR1TRCIN_DELIVERY_STATUS
INVOICING_STATUSInvoicing-Status TRCIN_INVOICING_STATUSCHAR1TRCIN_INVOICING_STATUS
ATTRIBUTE_SHORT_1View of EA_FINSERV Data Element FTR_ATTRIBUTE_SHORT TRCIN_ATTRIBUTE_SHORTCHAR4TRCIN_ATTRIBUTE_SHORT
ATTRIBUTE_SHORT_2View of EA_FINSERV Data Element FTR_ATTRIBUTE_SHORT TRCIN_ATTRIBUTE_SHORTCHAR4TRCIN_ATTRIBUTE_SHORT
ATTRIBUTE_LONGView of EA_FINSERV Data Element FTR_ATTRIBUTE_LONG TRCIN_ATTRIBUTE_LONGCHAR20TRCIN_ATTRIBUTE_LONG
ATTRIBUTE_DATEView of EA_FINSERV Data Element FTR_ATTRIBUTE_DATE TRCIN_ATTRIBUTE_DATEDATS8TRCIN_ATTRIBUTE_DATE
VALID_FROMView of EA_FINSERV Data Element FTR_VALID_FROM TRCIN_VALID_FROMDATS8TRCIN_VALID_FROM
UPDATE_MODEView of EA-FINSERV Date Element FTR_UPD_MODE TRCIN_UPD_MODECHAR1TRCIN_UPD_MODE
ITEMS 0

Key field Non-key field



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

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

How to access SAP table TRCIN_EXPOSURE_NOTIFICATION

Within an ECC or HANA version of SAP you can also view further information about TRCIN_EXPOSURE_NOTIFICATION and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).