EABPJVL_CORR SAP (Correspondence Print: Bud. Bill. Plan Header and YAP Info.) Table details

Dictionary Type: Table
Description: Correspondence Print: Bud. Bill. Plan Header and YAP Info.




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




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

EABPJVL_CORR is a standard SAP Table which is used to store Correspondence Print: Bud. Bill. Plan Header and YAP Info. data and is available within R/3 SAP systems depending on the version and release level.

The EABPJVL_CORR table consists of various fields, each holding specific information or linking keys about Correspondence Print: Bud. Bill. Plan Header and YAP Info. data available in SAP. These include COKEY (Correspondence key), CH_HEAD (Budget Billing Plan Header and YAP Info After BB Plan Change), OPBEL (Number of Contract Accts Rec. & Payable Doc.), VERTRAG (Contract).. 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 EABPJVL_CORR 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
COKEYCorrespondence key COKEY_KKCHAR36COKEY_KK
CH_HEADBudget Billing Plan Header and YAP Info After BB Plan Change CH_HEADCHAR1CHAR1
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
ABSTOPDATStop date of budget billing payment ABSTOPDATDATS8DATS
ABSPERDATBlock date of budget billing payment ABSPERDATDATS8DATS
ABSZYKBudget billing cycle ABSZYKNUMC2ABSZYK
TAGBETRBudget billing amount per day TAGBETRCURR13(2) WRTV7
D_BETRAGStanding Budget Billing Amount D_BETRAGCURR13(2) WRTV7
COUNT_KZCounter for Active Standing Budget Billing Amount COUNT_BBP_KZCHAR1KENNZX
COUNTERCounter for Standing Budget Billing Amount COUNTER_BBPNUMC2COUNTER_BBP
KZABSVERActivate Budget Billing Procedure KZABSVERCHAR1KZABSVERISU_TFK033D_R301
JVLBASISBase amount of yearly advance payment JVLBASISCURR13(2) WRTV7
JVLBETRYearly advance payment amount JVLBETRCURR13(2) WRTV7
JVLBETRTAXTax amount of the YAP amount JVLBETRTAXCURR13(2) WRTV7
JVLBONUSYearly advance payment bonus JVLBONUSCURR13(2) WRTV7
JVLBONUSTAXTax amount of the YAP bonus JVLBONUSTAXCURR13(2) WRTV7
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
FAEDNYAP Due Date FAEDN_JVLDATS8DATUM
ZINSZInterest Calculation Rule IRULECHAR10ALPHARRGL
JVLSTATUSYearly advance payment status JVLSTATUSCHAR1JVLSTATUS
JVLTEParticipation in yearly advance payment procedure JVLTENUMC1JVLTE
AKTIVYearly advance payment active JVL_AKTIVCHAR1JVL_AKTIV
FDATELock valid from FDATE_KKDATS8DATUM
TDATELock valid to TDATE_KKDATS8DATUM
EP_PERIODABP Extrapolation: Processing Type EP_PERIODCHAR1EP_PERIOD
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM EABPJVL_CORR
INTO CORRESPONDING FIELDS OF WA_EABPJVL_CORR
WHERE...

How to access SAP table EABPJVL_CORR

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