EBF_SEL SAP (EBF Screen - Selection Lines) Structure details

Dictionary Type: Structure
Description: EBF Screen - Selection Lines




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




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

EBF_SEL 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 "EBF Screen - Selection Lines" 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_EBF_SEL TYPE EBF_SEL.

The EBF_SEL table consists of various fields, each holding specific information or linking keys about EBF Screen - Selection Lines data available in SAP. These include MANDT (Client), BELNR (Number of a billing document), BELZEILE (Billing line item for billing documents), BELZART (Line Item Type).. 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 (Deep)


SAP EBF_SEL 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
MARKEDLine Selected CK_MARKEDCHAR1XFELD
MANDTClient MANDTCLNT3T000MANDT
BELNRNumber of a billing document E_BELNRCHAR12ERCHALPHAE_BELNRBELERCH
BELZEILEBilling line item for billing documents BELZEILENUMC6LFDNR6
BELZARTLine Item Type BELZARTCHAR6Assigned to domainBELZARTISU_BELZART
BUCHRELBilling Line Item Relevant to Posting BUCHRELCHAR1KENNZX
PRINTRELBilling Line Is Print-Relevant PRINTRELCHAR1KENNZX
AKLASSEBilling class AKLASSECHAR4Assigned to domainAKLASSEAKL
TVORGSubtransaction for Document Item TVORG_KKCHAR4Assigned to domainTVORG_KK
GEGEN_TVORGOffsetting trans. for sub-transaction of billing line item GEGEN_TVORGCHAR4TFKTVOTVORG_KK
LINESORTPresorting of billing line items in billing schema LINESORTCHAR4TE530LINESORT
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
TIMTYPZATime category (days or months) for billing line item TIMTYPZACHAR1TIMTYP
SNOSequence number of schema step in billing schema SNONUMC4LFDNR4
MASSBILLUnit of measurement for billing E_MASSBILLUNIT3Assigned to domainCUNITMEINS
TIMBASISTime Basis TIMBASISCHAR3TIMBASIS
TIMTYPTime category (days or months) TIMTYPCHAR1TIMTYP
TARIFTYPRate category TARIFTYPCHAR10Assigned to domainTARIFTYPTTYETTAA
TARIFNRRate key TARIFNRCHAR10Assigned to domainTARIFNRTRFISU_F4_TARIF
KONDIGRRate fact group KONDIGRCHAR10Assigned to domainKONDIGR
EIN01Input operand EINOPERANDCHAR10Assigned to domainE_OPERAND
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
ERMWSKZIndicator: Tax Determination Code ERMWSKZCHAR2Assigned to domainERMWSKZ
NETTOBTRNet amount of billing line item NETTOBTRCURR13(2) WRTV7
TWAERSTransaction Currency TWAERSCUKY5Assigned to domainWAERSPCU
PREISTUFPrice level PREISTUFCHAR10TE471PREISTUFPRZ
PREISTYPPrice category PREISTYPCHAR1PREISTYPPRY
PREISPrice E_PREISCHAR10Assigned to domainALPHAE_PREISPRXISU_F4_PREIS
VONZONEFrom-block VONZONENUMC10E_ZONE
BISZONETo-block BISZONENUMC10E_ZONE
ZONENNRNumber of price block or price scale E_ZONENNRNUMC3E_ZONENNR
PREISBTRPrice amount PRSBTRDEC17(8) PRSBTR
MNGBASISLong quantity base for amount MENGENBASDEC9(2) MENGENBAS
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
I_ZWSTANDMeter reading recorded I_ZWSTANDDEC31(14) I_ZWSTAND
I_ZWSTNDABBilled meter reading I_ZWSTNDABDEC31(14) I_ZWSTAND
I_ABRMENGEBilling quantity for internal billing format I_ABRMENGEDEC31(14) I_ABRMENGE
ZEITANTTime portion, billing period in days or months E_ZEITANT_LDEC31(14) E_ZEITANT_L

Key field Non-key field



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

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

How to access SAP table EBF_SEL

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