CACS_TMP_FILTER0 is an SAP View so does not store data like a database table does but can be used to process "Generated Table for View" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this View. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_CACS_TMP_FILTER0 TYPE CACS_TMP_FILTER0 .
Below is the documentation avaialable and full details of the fields which make up this View.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
MANDT | MANDT | CLNT | 3 | T000 | Client | |
APPL | CACSAPPL | CHAR | 6 | TCACS_APPLDEF | Commission Application (ICM) | |
FILTERID | CACSFILTERID | CHAR | 8 | Filter Identification | ALPHA | |
VERSION | CACSVERSION | NUMC | 6 | Version of Master Data or Customizing Object | ||
FILTERTYP | CACSFILTERTYP | CHAR | 1 | Filter Type | ||
BUSI_BEGIN | CACS_BUSITIME_B | NUMC | 14 | Effective from | TSTPS | |
BUSI_END | CACS_BUSITIME_E | NUMC | 14 | Effective Until (Time Stamp: YYYY.MM.DD hh:mm:ss) | TSTPS | |
TECH_BEGIN | CACS_TECHTIME_B | NUMC | 14 | Technically Valid From | TSTPS | |
TECH_END | CACS_TECHTIME_E | NUMC | 14 | Technically Valid To (Time Stamp: JJJJ.MM.TT hh:mm:ss) | TSTPS | |
FLG_CANCEL_OBJ | CACSCANCOBJ | CHAR | 1 | Indicator: Object is Invalid | ||
FLG_CANCEL_VERS | CACSCANCVERS | CHAR | 1 | Indicator: Version is Invalid | ||
CHG_TCODE | CACSCDTC | CHAR | 20 | Transaction in Which the Change Was Made | ||
CHG_USR | CACSCHUSR | CHAR | 12 | Last user to change object | ||
TRI_METH_TYP | CACSTRIMETHTYP | CHAR | 1 | Triggering Method | ||
TRI_METH_TARGET | CACSTRIMETHTAR | CHAR | 1 | Processing Target of Triggering Method | ||
STATUS_VERSION | CACSSTATUSVERS | CHAR | 1 | TCACS_VALSTAT1 | Object Version Status | |
STATUS_WORK | CACSSTATUSWORK | CHAR | 1 | TCACS_VALSTAT1 | Object Version Processing Status | |
NAME | CACSFILTERTXT | CHAR | 80 | Filter Description | ||
SPRAS | SPRAS | LANG | 1 | T002 | Language Key | ISOLA |
Key field | |
Non-key field |
CACS_TMP_FILTER0 - Generated Table for View CACS_TIME_SLOT_T - Time Slot (Hours): Text CACS_TIME_SLOT - Time Slot (Hours) CACS_TGT_S_TGR_MAINT_LOCK - Tgt Agrmts: Lock Structure for Target Rule Maintenance CACS_TGT_S_TEMS_BADI_SELECT - Tgt Agrmts: Filter Structure for Tgt Eval.Metastructure BAdI CACS_TGT_S_TARGET_EVALUATION - Target Agreements: Target Evaluation Structure