BAPI_FKKPREPACC SAP (BAPI Structure: Prepaid Account Data) Structure details

Dictionary Type: Structure
Description: BAPI Structure: Prepaid Account Data




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




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

BAPI_FKKPREPACC 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 "BAPI Structure: Prepaid Account Data" 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_BAPI_FKKPREPACC TYPE BAPI_FKKPREPACC.

The BAPI_FKKPREPACC table consists of various fields, each holding specific information or linking keys about BAPI Structure: Prepaid Account Data data available in SAP. These include CONT_ACCT (Contract Account Number), CURRENCY (Currency Key), CURRENCY_ISO (ISO currency code), PLANNED_CLOSE_DATE (Prepaid Account Preliminarily Closed As Of).. 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: Cannot Be Enhanced


SAP BAPI_FKKPREPACC 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
BUSPARTNERBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
CONT_ACCTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
PLANNED_CLOSE_DATEPrepaid Account Preliminarily Closed As Of PCLDT_KKDATS8
CLOSE_DATEPrepaid Account: Closing Date CLODT_KKDATS8
MIN_AMOUNTOverdraw To MINAM_BAPI_KKDEC23(4) BAPICURR
USE_LIMIT1_AMOUNTUse First Notification LIM1X_KKCHAR1XFELD
LIMIT1_AMOUNTFirst Notification At LIM1A_BAPI_KKDEC23(4) BAPICURR
USE_LIMIT2_AMOUNTUse Second Notification LIM2X_KKCHAR1XFELD
LIMIT2_AMOUNTSecond Notification At LIM2A_BAPI_KKDEC23(4) BAPICURR
USE_LIMIT3_AMOUNTUse Third Notification LIM3X_KKCHAR1XFELD
LIMIT3_AMOUNTThird Notification At LIM3A_BAPI_KKDEC23(4) BAPICURR
ALTER_PAYERAlternative Payer in Prepaid Account ABWRE_PPAC_KKCHAR10Assigned to domainALPHABU_PARTNERBUPA
PAYMENT_BYPayment By for Prepaid Accounts PPPTB_KKCHAR1PPPTB_KK
BANK_INCBank Details ID in Prepaid Account EBVTY_PPAC_KKCHAR4CHAR4
CCARD_INCPayment Card ID for Incoming Payments CCID_IN_KKCHAR6CHAR6
CC_TYPEPayment card type CC_INSTITUTECHAR4Assigned to domainCC_INSTITUTE
CC_NUMBERPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
CC_NAMEPayment cards: Name of cardholder CCNAMECHAR40TEXT40
CC_VALID_FPayment cards: Valid from CC_DATABDATS8DATUM
CC_VALID_TPayment Cards: Valid To CC_DATBIDATS8DATUM
SEPA_MANDATE_IDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035

Key field Non-key field



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

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

How to access SAP table BAPI_FKKPREPACC

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