CASC_FRAUD_SPECIAL_REM_OUTPUT SAP (Output Table for CACS_FRAUD_SPECIAL_REM) Structure details

Dictionary Type: Structure
Description: Output Table for CACS_FRAUD_SPECIAL_REM




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




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

CASC_FRAUD_SPECIAL_REM_OUTPUT 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 "Output Table for CACS_FRAUD_SPECIAL_REM" 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_CASC_FRAUD_SPECIAL_REM_OUTPUT TYPE CASC_FRAUD_SPECIAL_REM_OUTPUT.

The CASC_FRAUD_SPECIAL_REM_OUTPUT table consists of various fields, each holding specific information or linking keys about Output Table for CACS_FRAUD_SPECIAL_REM data available in SAP. These include CONTRACT (Commission Contract Number), PARTNER_NAME (Short name of business partner), PARTNER_ADR (Description of a Business Partner), PERCENTAGE (Text for Percentage Ratio of Special Com.vs. Total Com.).. 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 CASC_FRAUD_SPECIAL_REM_OUTPUT 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
APPLCommission Application (ICM) CACSAPPLCHAR6Assigned to domainCACSAPPLCACSAPPLCACS_APPLCL
CONTRACTCommission Contract Number CACS_CTRTBU_IDCHAR20ALPHAISIS_CONTRACT_IDCACSCTBUCACS
PARTNER_NAMEShort name of business partner BU_DESCRIPCHAR50BU_TEXT50
PARTNER_ADRDescription of a Business Partner BU_DESCRIP_LONGCHAR80CHAR80
PERCENTAGEText for Percentage Ratio of Special Com.vs. Total Com. CACS_PERC_SPECIAL_TXTSTRG0
MESSAGETYPESingle-Character Indicator CHAR1CHAR1CHAR1
ERRORSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table CASC_FRAUD_SPECIAL_REM_OUTPUT

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