FEBKOIN_BF SAP (Statement/lockbox header - internal information) Structure details

Dictionary Type: Structure
Description: Statement/lockbox header - internal information




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




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

FEBKOIN_BF 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 "Statement/lockbox header - internal information" 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_FEBKOIN_BF TYPE FEBKOIN_BF.

The FEBKOIN_BF table consists of various fields, each holding specific information or linking keys about Statement/lockbox header - internal information data available in SAP. These include BUKRS (Company Code), KTOPL (Chart of Accounts), ANWND (Application using bank data storage), KUKEY (Short key (surrogate)).. 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 FEBKOIN_BF 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KTOPLChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
ANWNDApplication using bank data storage BF_ANWNDEBCHAR4BF_ANWNDEB
KUKEYShort key (surrogate) BF_KUKEYEBNUMC8BF_KUKEYEB
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
XBENRReference Key AWKEYCHAR20AWKEY
XBTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
ASTATStatement status BF_ASTATEBCHAR1CHAR1
DSTATPrint status BF_DSTATEBCHAR1CHAR1
VGTYPTransaction type BF_VGTYPEBCHAR8BF_VGTYPEB
DSARTPlanning Type BF_DSARTEBCHAR2BF_DSARTEB
XVERDSummarize bank statement items BF_XVERDEBCHAR1XFELD
XFDISX - cash management payment advice notes were created BF_XFDISEBCHAR1XFELD
GRP01Session name for bank postings BF_GRP01EBCHAR12CHAR12
XKEP1Keep session 1 after processing BF_XKEP1EBCHAR1CHAR1
GRP02Session name for subledger accounting BF_GRP02EBCHAR12CHAR12
XKEP2Keep session 2 after processing BF_XKEP2EBCHAR1CHAR1
VFDATData expiry date BF_VFDATEBDATS8DATUM
WVDATFurther processing date BF_WVDATEBDATS8DATUM
WVTIMFurther processing time BF_WVTIMEBTIMS6TIMES
WVARTFurther processing type BF_WVARTEBCHAR1CHAR1
BNKKOG/L Account/Internal Cash Mgmt Account BF_BNKKOEBCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table FEBKOIN_BF

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