RCAPTR_ACTIVITY SAP (Activity List Capital Transfer) Structure details

Dictionary Type: Structure
Description: Activity List Capital Transfer




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




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

RCAPTR_ACTIVITY 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 "Activity List Capital Transfer" 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_RCAPTR_ACTIVITY TYPE RCAPTR_ACTIVITY.

The RCAPTR_ACTIVITY table consists of various fields, each holding specific information or linking keys about Activity List Capital Transfer data available in SAP. These include CHG_INDICATE_T (Single-Character Indicator), CHG_PAYMENT_INFO (Single-Character Indicator), CHG_EXCHANGE_RATE (Single-Character Indicator), CHG_RECA_S (Single-Character Indicator).. 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)


SAP RCAPTR_ACTIVITY 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
CHG_TARGETSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_INDICATE_TSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_PAYMENT_INFOSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_EXCHANGE_RATESingle-Character Indicator CHAR1CHAR1CHAR1
CHG_RECA_SSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_RECA_TSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_DISBSingle-Character Indicator CHAR1CHAR1CHAR1
CALC_REDISSingle-Character Indicator CHAR1CHAR1CHAR1
CALC_PREDISSingle-Character Indicator CHAR1CHAR1CHAR1
CALC_NREPSingle-Character Indicator CHAR1CHAR1CHAR1
CALC_PRATESingle-Character Indicator CHAR1CHAR1CHAR1
CHG_PRATE_SSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_PRATE_TSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_FLOW_RECASingle-Character Indicator CHAR1CHAR1CHAR1
CHG_FLOW_PREDISSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_FLOW_REDISSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_COND_DISBSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_COND_NREPSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_REPAYMENT_SSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_REPAYMENT_TSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_CONFIRMATIONSingle-Character Indicator CHAR1CHAR1CHAR1
CALC_CASHFLOWSingle-Character Indicator CHAR1CHAR1CHAR1
CALC_ACCRUALSingle-Character Indicator CHAR1CHAR1CHAR1
CALC_EFFECT_RATESingle-Character Indicator CHAR1CHAR1CHAR1
CALC_EOT_TSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_ADDFLOWSSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_OPEN_ITEMSSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_DVALUTTFSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_ADAPTIONCAPTR: Indicator for Automatic Adjustment TB_ADAPTION_CHANGECHAR1XFELD
SAVE_EOT_TSave New Term End Date of Target Loan in VZZKOKO TB_SAVE_EOT_TCHAR1XFELD
CHG_VALCA_SSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_VALCA_TSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_FLOW_VALCASingle-Character Indicator CHAR1CHAR1CHAR1
CHG_SCHEDREP_SSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_SCHEDREP_TSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_FLOW_SCHRSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_UNSCHEDREP_SSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_UNSCHEDREP_TSingle-Character Indicator CHAR1CHAR1CHAR1
CHG_FLOW_UNSCHRSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RCAPTR_ACTIVITY

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