SAP REPAY_ACTIVITY Activity List for Payoff Table data and field list

REPAY_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 for Payoff" 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_REPAY_ACTIVITY TYPE REPAY_ACTIVITY.

The REPAY_ACTIVITY table consists of various fields, each holding specific information or linking keys about Activity List for Payoff data available in SAP. These include REP_TRANSACTION_SIMPLE (Single-Character Indicator), REP_TRANSACTION_COMPLEX (Single-Character Indicator), REP_CONDITION_INS (Single-Character Indicator), REP_CONDITION_DEL (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. .

REPAY_ACTIVITY structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP REPAY_ACTIVITY structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the REPAY_ACTIVITY table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
REP_AMOUNTSingle-Character Indicator CHAR1CHAR1CHAR1
REP_TRANSACTION_SIMPLESingle-Character Indicator CHAR1CHAR1CHAR1
REP_TRANSACTION_COMPLEXSingle-Character Indicator CHAR1CHAR1CHAR1
REP_CONDITION_INSSingle-Character Indicator CHAR1CHAR1CHAR1
REP_CONDITION_DELSingle-Character Indicator CHAR1CHAR1CHAR1
RED_AMOUNTSingle-Character Indicator CHAR1CHAR1CHAR1
RED_CONDITIONSingle-Character Indicator CHAR1CHAR1CHAR1
FELD1_TRANSACTIONSingle-Character Indicator CHAR1CHAR1CHAR1
FELD2_TRANSACTIONSingle-Character Indicator CHAR1CHAR1CHAR1
PAYMENT_TRANSACTIONSingle-Character Indicator CHAR1CHAR1CHAR1
PARTNER_CHANGEDSingle-Character Indicator CHAR1CHAR1CHAR1
GENERAL_TRANSACTIONSingle-Character Indicator CHAR1CHAR1CHAR1
CASHFLOWSingle-Character Indicator CHAR1CHAR1CHAR1
DATE_CHANGEDSingle-Character Indicator CHAR1CHAR1CHAR1
ADD_TRANS_GENERALSingle-Character Indicator CHAR1CHAR1CHAR1
DFAELLNODDISPOSingle-Character Indicator CHAR1CHAR1CHAR1
OPEN_ITEMSSingle-Character Indicator CHAR1CHAR1CHAR1
PAYMENT_CONDITION_DATASingle-Character Indicator CHAR1CHAR1CHAR1
NOREGSETTLEMENTSingle-Character Indicator CHAR1CHAR1CHAR1
COM_STATUSSingle-Character Indicator CHAR1CHAR1CHAR1
MREQUESTORSingle-Character Indicator CHAR1CHAR1CHAR1
MREMITCODESingle-Character Indicator CHAR1CHAR1CHAR1
MSTOPCODESingle-Character Indicator CHAR1CHAR1CHAR1
RREPAY_REASONSingle-Character Indicator CHAR1CHAR1CHAR1
SKUENDSingle-Character Indicator CHAR1CHAR1CHAR1
RREJECT_REASONSingle-Character Indicator CHAR1CHAR1CHAR1
MCHRPSingle-Character Indicator CHAR1CHAR1CHAR1
.INCLU--AP 0
ENFORCM_PAYMSingle-Character Indicator CHAR1CHAR1CHAR1
CLR_CATEGORYSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table REPAY_ACTIVITY

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