FEBPI SAP (Polling Statement Line Item Information) Table details

Dictionary Type: Table
Description: Polling Statement Line Item Information




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




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

FEBPI is a standard SAP Table which is used to store Polling Statement Line Item Information data and is available within R/3 SAP systems depending on the version and release level.

The FEBPI table consists of various fields, each holding specific information or linking keys about Polling Statement Line Item Information data available in SAP. These include KUKEY (Short key (surrogate)), ESNUM (Memo record number (line item number in bank statement)), BANKL (Bank number), BANKN (Bank account number).. 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: 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 FEBPI table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
KUKEYShort key (surrogate) KUKEY_EBNUMC8KUKEY_EB
ESNUMMemo record number (line item number in bank statement) ESNUM_EBNUMC5NUM5
BANKLBank number BANKLCHAR15BANKLBLZ
BANKNBank account number BANKNCHAR18BANKN
BNKKOG/L account/internal Cash Mgmt account SKPSKCHAR10Assigned to domainALPHASKPSKFFB
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
IDENRID number for cash management and forecast IDENRNUMC10IDENRFFI
DSARTPlanning type DSARTCHAR2Assigned to domainDSARTFFA
DATM1Planning date FDTAGDATS8DATUMFDT
TIME1Planning Time FTIME_EBTIMS6UZEIT
VGEXTExternal business transaction VGEXT_EBCHAR27Assigned to domainVGEXT_EB
PRES1Amount of the 1st Presentment for Polling Statement PRES1CURR13(2) WERT7
PRES2Amount of the 2nd Presentment for Polling Statement PRES2CURR13(2) WERT7
ADJ01Amount in the Adjustments for Electronic Polling Statement ADJ01CURR13(2) WERT7
TOTALTotal Amount of Presentment TOT01CURR13(2) WERT7
OTH01Other Planning Amount OTH01CURR13(2) WERT7
MANSPSet Dunning Block MANSP_EBCHAR1Assigned to domainMANSP
DATD1 Date dunning block was set0
TIMD1 Time dunning block was set0
ANZTGDays after which Dunning Block Is Deleted ANZTG_EBNUMC2NUM02
DATD2 Date dunning block was removed0
TIMD2 Time dunning block was removed0

Key field Non-key field



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

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

SELECT SINGLE *
FROM FEBPI
INTO CORRESPONDING FIELDS OF WA_FEBPI
WHERE...

How to access SAP table FEBPI

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