FKK_PREP_REV_ERR_DISP SAP (Display Structure Prepaid Failed Reversal) Structure details

Dictionary Type: Structure
Description: Display Structure Prepaid Failed Reversal




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




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

FKK_PREP_REV_ERR_DISP 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 "Display Structure Prepaid Failed Reversal" 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_FKK_PREP_REV_ERR_DISP TYPE FKK_PREP_REV_ERR_DISP.

The FKK_PREP_REV_ERR_DISP table consists of various fields, each holding specific information or linking keys about Display Structure Prepaid Failed Reversal data available in SAP. These include STATUS_ICON (Carrier Field for Icons), MANDT (Client), PPRTS (Status for Reversal of Top-Up of Prepaid Account), PPDOC (Posting Document for Prepaid Account in FI-CA).. 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 FKK_PREP_REV_ERR_DISP 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
TOUCHEDAction Performed ACTION_DONE_KKCHAR1XFELD
STATUS_ICONCarrier Field for Icons ICON_TEXT_KKCHAR132SYCHAR132
MANDTClient MANDTCLNT3Assigned to domainMANDT
PPRTSStatus for Reversal of Top-Up of Prepaid Account PPRTS_KKCHAR1PPRTS_KK
PPDOCPosting Document for Prepaid Account in FI-CA PPDOC_KKCHAR12Assigned to domainALPHAOPBEL_KK
PPRTTTrigger for Reversal of Top-Up PPRTT_KKCHAR1PPRTT_KK
PPRTOKey of Triggering Object PPRTO_KKCHAR20CHAR20
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
AEDATChanged On AEDATDATS8DATUM
AETIMTime of Last Attempt to Execute LUPDT_KKTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
UPDCTNumber of Attempts to Perform Action UPDCT_KKINT410INT4
MSGIDMessage identification MSGIDCHAR20Assigned to domainARBGB
MSGNOSystem Message Number MSGNOCHAR3Assigned to domainMSGNR
MSGVXMessage variables (concatenated) MSGVX_KKCHAR80TXT80
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
CREATE_FROM_D_SELField of type DATS DATSDATS8DATS
CREATE_FROM_T_SELField of type TIMS TIMSTIMS6TIME
CREATE_TO_D_SELField of type DATS DATSDATS8DATS
CREATE_TO_T_SELField of type TIMS TIMSTIMS6TIME
LASTTRY_FROM_D_SELField of type DATS DATSDATS8DATS
LASTTRY_FROM_T_SELField of type TIMS TIMSTIMS6TIME
LASTTRY_TO_D_SELField of type DATS DATSDATS8DATS
LASTTRY_TO_T_SELField of type TIMS TIMSTIMS6TIME
PREP_ERR_COUNTPrepaid: Error During Balance Change with SAP CC PREPERR_KKINT410INT4
PREP_ERR_PROCCheckbox XFELDCHAR1XFELD
PREP_REV_COUNTPrepaid: Reversal Error (for Balance Refill SAP CC) PREPREV_KKINT410INT4
PREP_REV_PROCCheckbox XFELDCHAR1XFELD
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
AUGRDClearing Reason AUGRD_KKCHAR2Assigned to domainAUGRD_KK
AUGRD_TXTText, 40 Characters Long TEXT40CHAR40TEXT40
BLARTDocument Type BLART_KKCHAR2Assigned to domainBLART_KK
BLART_TXTText, 40 Characters Long TEXT40CHAR40TEXT40
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
ERROR_TXTError Description ERR_DESCCHAR200CHAR200
DISPLAY_LIMITNatural Number INT4INT410INT4
DISPLAY_LIMIT_XCheckbox XFELDCHAR1XFELD
DISPLAY_ALLCheckbox XFELDCHAR1XFELD
APPLKApplication area APPLK_KKCHAR1APPLK_KK
PPACCPrepaid Account PPACC_KKCHAR12ALPHAPPACC_KK8PPACCFKKPREPACC_F4
LUPDDDate of Last Attempt to Execute LUPDD_KKDATS8DATUM
LUPDTTime of Last Attempt to Execute LUPDT_KKTIMS6UZEIT

Key field Non-key field



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

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

How to access SAP table FKK_PREP_REV_ERR_DISP

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