CACS_TGTRNJO SAP (Obsolete (Target Agreements: Log for Mass Run)) Table details

Dictionary Type: Table
Description: Obsolete (Target Agreements: Log for Mass Run)




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




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

CACS_TGTRNJO is a standard SAP Table which is used to store Obsolete (Target Agreements: Log for Mass Run) data and is available within R/3 SAP systems depending on the version and release level.

The CACS_TGTRNJO table consists of various fields, each holding specific information or linking keys about Obsolete (Target Agreements: Log for Mass Run) data available in SAP. These include APPL (Commission Application (ICM)), RUNID (Target Agreement: Run Number), RUNTYPE (Run Category for Closing and Settlement), RUN_START (Technically Valid From).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CACS_TGTRNJO 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 MANDTCLNT3Assigned to domainMANDT
APPLCommission Application (ICM) CACSAPPLCHAR6Assigned to domainCACSAPPLCACSAPPLCACS_APPLCL
RUNIDTarget Agreement: Run Number CACS_TGTRUNIDCHAR10ALPHACACS_TGTRUNIDCACS_TGTRUNID
RUNTYPERun Category for Closing and Settlement CACSRUNTYPECHAR2CACSRUNTYPE
RUN_STARTTechnically Valid From CACS_TECHTIME_BNUMC14TSTPSCACSTIMESTAMP
RUN_ENDTechnically Valid To (Time Stamp: JJJJ.MM.TT hh:mm:ss) CACS_TECHTIME_ENUMC14TSTPSCACSTIMESTAMP
RUN_USERUser Who Triggered the Run (User ID) CACS_USERCHAR12USNAM
RUN_KEYDATEKey Date for Closing and Settlement Run CACSPARDATEDATS8DATS
TRI_METH_TYPETriggering Method CACSTRIMETHTYPCHAR1CACSOPTYPE
TESTRUNIndicator: Test Run CACSTESTRUNCHAR1XFELD
LOGHANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22

Key field Non-key field



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

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

SELECT SINGLE *
FROM CACS_TGTRNJO
INTO CORRESPONDING FIELDS OF WA_CACS_TGTRNJO
WHERE...

How to access SAP table CACS_TGTRNJO

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