CACS_S_ELTPARAMS SAP (ELT: Transfer Parameters) Structure details

Dictionary Type: Structure
Description: ELT: Transfer Parameters




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




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

CACS_S_ELTPARAMS 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 "ELT: Transfer Parameters" 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_S_ELTPARAMS TYPE CACS_S_ELTPARAMS.

The CACS_S_ELTPARAMS table consists of various fields, each holding specific information or linking keys about ELT: Transfer Parameters data available in SAP. These include TRFRESP_BASE (ELT: Basis for Liability Transfer Percentage Rate), NEWREMCALC (Indicator: ELT - Entitlement Recalculation Before Transfer), SCHEDTYPE (ELT: Type of Remun.Scheduling for Received Entitlements), SCHEDTYPE_REMAIN (ELT: Type of Remunerat.Scheduling for Remaining Entitlements).. 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: Can be enhanced (character-type or numeric)


SAP CACS_S_ELTPARAMS 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
TRFPRCNTELT: Transfer Percentage Rate CACSELTTRFPRCNTDEC5(2) CACSELTPERCENT
TRFRESP_BASEELT: Basis for Liability Transfer Percentage Rate CACSELTTRFRESPBASECHAR1CACSELTTRFRESPBASE
NEWREMCALCIndicator: ELT - Entitlement Recalculation Before Transfer CACSELTNEWREMCALCCHAR1BOOLEAN_FLG
SCHEDTYPEELT: Type of Remun.Scheduling for Received Entitlements CACSELTREMSCHEDTYPECHAR1CACSELTREMSCHEDTYPE
SCHEDTYPE_REMAINELT: Type of Remunerat.Scheduling for Remaining Entitlements CACSELTREMSCHEDTYPEREMAINCHAR1CACSELTREMSCHEDTYPE
REMFLGELT: Entitlements Are Subject of Transfer CACSELTREMFLGCHAR1BOOLEAN_FLG
RESPFLGELT: Liability is Subject of Transfer CACSELTRESPFLGCHAR1BOOLEAN_FLG
CTRTCMPELT: Enterprise Commission Contract for Document Clearing CACSELTCTRTCMPCHAR20ALPHAISIS_CONTRACT_IDCACS
DUETYPEELT: Type of Payout CACSELTDUETYPECHAR1CACSELTDUETYPE
PAYOFFELT: Negotiated Payoff Amount for Free Entitlement CACSELTPAYOFFDEC7(2) CACSELTPAYOFF
DCRATEELT: Discount Interest to Calculate Entitlement Net Pres.Val CACSELTDISCRATEDEC5(2) CACSELTPERCENT
DETRESPFLGELT: Redetermine Liability After Transfer CACSELTDETRESPCHAR1BOOLEAN_FLG

Key field Non-key field



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

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

How to access SAP table CACS_S_ELTPARAMS

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