ISX_PPACC_EI_DATA SAP (Ext. Interface Prepaid Data of a BA (FI-CA)) Structure details

Dictionary Type: Structure
Description: Ext. Interface Prepaid Data of a BA (FI-CA)




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




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

ISX_PPACC_EI_DATA 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 "Ext. Interface Prepaid Data of a BA (FI-CA)" 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_ISX_PPACC_EI_DATA TYPE ISX_PPACC_EI_DATA.

The ISX_PPACC_EI_DATA table consists of various fields, each holding specific information or linking keys about Ext. Interface Prepaid Data of a BA (FI-CA) data available in SAP. These include CURRENCY (Ext. Interface: Prepaid Account: Currency), CURRENCY_ISO (BusAgr - Prepaid Account: Currency (ISO Format)), MIN_BALANCE (Ext. Interface: Prepaid Account: Min. Balance), PAYER_ALTERNAT (BusAgr - Prepaid Account: Alternative Payer).. 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)


SAP ISX_PPACC_EI_DATA 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
PPACC_ID Prepaid Account ID0
CURRENCY Ext. Interface: Prepaid Account: Currency0
CURRENCY_ISO BusAgr - Prepaid Account: Currency (ISO Format)0
MIN_BALANCE Ext. Interface: Prepaid Account: Min. Balance0
PAYER_ALTERNAT BusAgr - Prepaid Account: Alternative Payer0
PAYMENT_BY Incoming Payment Method0
BDID_IN Bank Details ID for Incoming Payments0
CCARD_IN Payment Card ID for Incoming Payments0
NOTIF_LIMIT1 Ext. Interface: Prepaid Account: Notification Limit0
LIMIT_ACTIVE1 Identifier to sign active limit0
NOTIF_LIMIT2 Ext. Interface: Prepaid Account: Notification Limit0
LIMIT_ACTIVE2 Identifier to sign active limit0
NOTIF_LIMIT3 Ext. Interface: Prepaid Account: Notification Limit0
LIMIT_ACTIVE3 Identifier to sign active limit0
PROV_CLOSE_DATE Prov. date when a prepaid account get closed w/o action0
CLOSED_DATE Closing date of a prepaid account0
SEPA_MNDID Reference to SEPA Mandate0

Key field Non-key field



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

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

How to access SAP table ISX_PPACC_EI_DATA

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