FKK_PREP_ERR_DYNP SAP (Screen Structure for Failed Prepaid Balance Change SAP-CC) Structure details

Dictionary Type: Structure
Description: Screen Structure for Failed Prepaid Balance Change SAP-CC




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




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

FKK_PREP_ERR_DYNP 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 "Screen Structure for Failed Prepaid Balance Change SAP-CC" 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_ERR_DYNP TYPE FKK_PREP_ERR_DYNP.

The FKK_PREP_ERR_DYNP table consists of various fields, each holding specific information or linking keys about Screen Structure for Failed Prepaid Balance Change SAP-CC data available in SAP. These include VKONT (Contract Account Number), CREATE_FROM_D_SEL (Field of type DATS), CREATE_FROM_T_SEL (Field of type TIMS), CREATE_TO_D_SEL (Field of type DATS).. 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_ERR_DYNP 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
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_KKCHAR2TFK003BLART_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

Key field Non-key field



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

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

How to access SAP table FKK_PREP_ERR_DYNP

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