EABPL SAP (Sample Lines for Budget Billing Plan) Table details

Dictionary Type: Table
Description: Sample Lines for Budget Billing Plan




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




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

EABPL is a standard SAP Table which is used to store Sample Lines for Budget Billing Plan data and is available within R/3 SAP systems depending on the version and release level.

The EABPL table consists of various fields, each holding specific information or linking keys about Sample Lines for Budget Billing Plan data available in SAP. These include OPBEL (Budget billing plan), COUNTER (Consecutive Number of Sample Lines), BEGDAT (Start of Sample Line), ENDDAT (End Date of Sample Line).. 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: Can be enhanced (character-type or numeric)


SAP EABPL 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
OPBELBudget billing plan ABPLANNRCHAR12Assigned to domainALPHAOPBEL_KKOP1EABP
COUNTERConsecutive Number of Sample Lines E_COUNTNUMC10NUM10
BEGDATStart of Sample Line E_BEGDATDATS8DATUM
ENDDATEnd Date of Sample Line E_ENDDATDATS8DATUM
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
HVORGMain Transaction for Line Item HVORG_KKCHAR4Assigned to domainHVORG_KK8HV
TVORGSubtransaction for Document Item TVORG_KKCHAR4Assigned to domainTVORG_KK
WAERSTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
BETRWFinal Amount from Extrapolation E_BETRWCURR13(2) WRTV7
BETRWBILLBill Portion of Payment Scheme Amount E_BETRWBILLCURR13(2) WRTV7
BETRWBILLTOTTotal Items Included in Payment Scheme E_BETRWBILLTOTCURR13(2) WRTV7
BETRWBILLACTCurrent Remaining Bill Amount E_BETRWBILLACTCURR13(2) WRTV7
BETRWBILLPROPFinal Bill Amount Due for Current Line E_BETRWBILLPROPCURR13(2) WRTV7
BETRWEXTFinal Amount from Extrapolation E_BETRWEXTCURR13(2) WRTV7
GRBBPBudget Billing: Grouping Key for Tax Determination Code GRBBPCHAR2CHAR02
PAYFREQPayment Frequency E_PAYFREQCHAR1E_PAYFREQ
PAYDATEFirst Due Date of Sample Line E_PAYDATEDATS8DATUM
PAYDATEALTAlternative Payment Date E_PAYDATEALTDATS8DATUM
PSLSTATUSStatus of Payment Scheme Sample Line E_PSLSTATUSCHAR2E_PSLSTATUS
DEACTIVSTATReason for Deactivating Sample Line E_DEACTIVSTATCHAR1E_DEACTIVSTAT
CHGSTATUSChange Status of Payment Scheme E_CHGSTATUSCHAR2E_CHGSTATUS
PREDECESSORNumber of Previous Sample Line E_PREDECNUMC10NUM10
LASTDUEDATEDue Date of Last Request (Without Factory Calender) E_LASTDUEDATEDATS8DATUM
LASTBELNRNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
PSTYPEPayment Scheme Category E_PSTYPECHAR3TE638E_PSTYPEE_PSTYPE
ERCHZBELNRNumber of billing document for budget billing basis E_ABRBELNRACHAR12ALPHAE_BELNR
INVOPBELPayment Scheme Adjusted During Creation of Print Document E_INVOPBELCHAR12Assigned to domainALPHAOPBEL_KK
FICAOPBELDocument that Clears Payment Scheme Requests E_FICAOPBELCHAR12Assigned to domainALPHAOPBEL_KK
FICACRTREASONReason for Creation of FICA Document from FICAOPBEL E_FICACRTREASONCHAR1E_FICACRTREASON
DEAKTOPBELLine in Int./Per. Bill Deactivated by Print Document E_DEAKTOPBELCHAR12Assigned to domainALPHAOPBEL_KK
CHGRSNReason for Change to Budget Billing Amount ECHGRSNCHAR2Assigned to domainECHGRSN

Key field Non-key field



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

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

SELECT SINGLE *
FROM EABPL
INTO CORRESPONDING FIELDS OF WA_EABPL
WHERE...

How to access SAP table EABPL

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