SAP DIMAPARPPLAN_REV Payment Plan: Reversal Table for Whole Payment Plan Table data and field list

DIMAPARPPLAN_REV is a standard SAP Table which is used to store Payment Plan: Reversal Table for Whole Payment Plan data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The DIMAPARPPLAN_REV table consists of various fields, each holding specific information or linking keys about Payment Plan: Reversal Table for Whole Payment Plan data available in SAP. These include INSOBJECT (Identification for an Insurance Object), PARTNER (Business Partner Number), VONDATE (Reversal from Date), BISDATE (Reversal To-Date)... 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. .

DIMAPARPPLAN_REV table Technical Details:

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DIMAPARPPLAN_REV table 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 DIMAPARPPLAN_REV 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
INSOBJECTIdentification for an Insurance Object INSOBJECT_MDCHAR20Assigned to domainALPHAINSOBJECT_MDINSOBJECTSHLP_INSOBJECT_COLL
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VONDATEReversal from Date STORNOVONDATE_SCDATS8DATUM
BISDATEReversal To-Date STORNOBISDATE_SCDATS8DATUM
STORNOTOMake Reversal for XX.XX.XXXX STORNOTO_SCDATS8DATUM
BEENDENIndicator: Scheduling Item Finished, Deletes Pmend Amt-Need XBEENDET_SCCHAR1XFELD
ARCHIPayment item can be written to archive ARCHI_SCCHAR1XFELD
STORNODATEReversal Date STORNODATE_SCDATS8DATUM
STMETReversal Method STMET_VKCHAR1STMET_VKSHLP_STMET_VK
ORIGINSource of Data ORIGIN_DICHAR30CHAR30
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK

Key field Non-key field



How do I retrieve data from SAP table DIMAPARPPLAN_REV using ABAP code

The following ABAP code Example will allow you to do a basic selection on DIMAPARPPLAN_REV to SELECT all data from the table
DATA: WA_DIMAPARPPLAN_REV TYPE DIMAPARPPLAN_REV.

SELECT SINGLE *
FROM DIMAPARPPLAN_REV
INTO CORRESPONDING FIELDS OF WA_DIMAPARPPLAN_REV
WHERE...

How to access SAP table DIMAPARPPLAN_REV

Within an ECC or HANA version of SAP you can also view further information about DIMAPARPPLAN_REV and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).