CACS_TGT_S_TARGET_EVALUATION SAP (Target Agreements: Target Evaluation Structure) Structure details

Dictionary Type: Structure
Description: Target Agreements: Target Evaluation Structure




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




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

CACS_TGT_S_TARGET_EVALUATION 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 "Target Agreements: Target Evaluation Structure" 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_CACS_TGT_S_TARGET_EVALUATION TYPE CACS_TGT_S_TARGET_EVALUATION.

The CACS_TGT_S_TARGET_EVALUATION table consists of various fields, each holding specific information or linking keys about Target Agreements: Target Evaluation Structure data available in SAP. These include STGTTYPE (Target Agreements: Elementary Target Types), PERIODRULE (Period Rule), PERIODNUMBER (Period Number), TA_UOM (Target Agreement: Unit of Measurement).. 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: Cannot Be Enhanced


SAP CACS_TGT_S_TARGET_EVALUATION 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
CTGTTYPETarget Agreements: Complex Target Type CACS_TGTTYPECHAR4Assigned to domainALPHACACS_TGTTYPECACS_CTGTTYPE
STGTTYPETarget Agreements: Elementary Target Types CACS_TGTSIMPLETYPECHAR4Assigned to domainALPHACACS_TGTSIMPLETYPECACS_STGTTYPE
PERIODRULEPeriod Rule CACSPRDRULECHAR7CACSPRDRULE
PERIODNUMBERPeriod Number CACSPERIODNUMC6NUMC6
TA_UOMTarget Agreement: Unit of Measurement CACS_TGTUOMUNIT3Assigned to domainCUNITMEINS
TA_CURRTarget Agreement: Currency CACS_TGTCURRENCYCUKY5Assigned to domainWAERS
TA_ACT_QTYTarget Agreements: Actual Value (Quantity) CACS_TGTACTVALQTYQUAN13(3) CACS_TGTQUANTITY
TA_TAR_QTYTarget Agreements: Target Value (Quantity) CACS_TGTTARVALQTYQUAN13(3) CACS_TGTQUANTITY
TA_ACT_AMTTarget Agreements: Actual Value (Amount) CACS_TGTACTVALAMTCURR15(2) CACS_TGTAMOUNT
TA_TAR_AMTTarget Agreements: Target Value (Amount) CACS_TGTTARVALAMTCURR15(2) CACS_TGTAMOUNT
TA_COR_QTYTarget Agreements: Correction Value (Quantity) CACS_TGTCORVALQTYQUAN13(3) CACS_TGTQUANTITY
TA_COR_AMTTarget Agreements: Correction Value (Amount) CACS_TGTCORVALAMTCURR15(2) CACS_TGTAMOUNT
TA_COR_QTY_PRPRTarget Agreements: Correction Value (Quantity) CACS_TGTCORVALQTYQUAN13(3) CACS_TGTQUANTITY
TA_COR_AMT_PRPRTarget Agreements: Correction Value (Amount) CACS_TGTCORVALAMTCURR15(2) CACS_TGTAMOUNT
SOURCE_ACTTarget Agreements: Value Source CACS_TGTVALUESOURCECHAR1CACS_TGTVALUESOURCE
SOURCE_TARTarget Agreements: Value Source CACS_TGTVALUESOURCECHAR1CACS_TGTVALUESOURCE
RULEGUID_ACTTarget Agreements: Classification GUID CACS_TGTCLASSGUIDCHAR22SYSUUID_22CACS_TGRULE
RULEGUID_TARTarget Agreements: Classification GUID CACS_TGTCLASSGUIDCHAR22SYSUUID_22CACS_TGRULE

Key field Non-key field



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

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

How to access SAP table CACS_TGT_S_TARGET_EVALUATION

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