TCACS_TRISYS SAP (Settlement Target System) Table details

Dictionary Type: Table
Description: Settlement Target System




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




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

TCACS_TRISYS is a standard SAP Table which is used to store Settlement Target System data and is available within R/3 SAP systems depending on the version and release level.

The TCACS_TRISYS table consists of various fields, each holding specific information or linking keys about Settlement Target System data available in SAP. These include APPL (Commission Application (ICM)), TRIGID (Identification of Logical Target System of Settlement), COMPONENT (Application Component), TRIGGER_SYSTEM (Logical Operational System).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TCACS_TRISYS 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
MANDTClient MANDTCLNT3T000MANDT
APPLCommission Application (ICM) CACSAPPLCHAR6Assigned to domainCACSAPPLCACSAPPLCACS_APPLCL
TRIGIDIdentification of Logical Target System of Settlement CACSTRIGIDCHAR4CACSTRIGID
COMPONENTApplication Component UFFCTRCHAR20DF14LUFFCTRBMFR
TRIGGER_SYSTEMLogical Operational System CACSLOGSYSTEMCHAR10TBDLSALPHALOGSYS
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESRFCDESTRFCF4_RFCDESTYPEALL
PAYEE_IDTarget System CACS_PAYEE_IDCHAR4CACS_PAYEE_ID
PAY_SERVICEIndicator: Service Modules in Payment System CACS_PAY_SERVICECHAR4TCACS_PAYSERVCACS_PAY_SERVICE
CHECK_DATARun Check Program CACS_CHECKCHAR1CMPFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCACS_TRISYS
INTO CORRESPONDING FIELDS OF WA_TCACS_TRISYS
WHERE...

How to access SAP table TCACS_TRISYS

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