JJVTBERD SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

JJVTBERD is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The JJVTBERD table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include BELEINH (IS-M/AM: Booking Unit), REF_DRERZ (IS-M: Reference publication for a basic BU), REF_PVA (IS-M: Reference edition for basic booking unit), KTGRB (IS-M: Booking Unit Account Assignment Group).. 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: Not classified


SAP JJVTBERD table view 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 MANDTCLNT3T000MANDT
BELEINHIS-M/AM: Booking Unit BELEGEINHCHAR10ALPHABELEINHJBEMJJ1
REF_DRERZIS-M: Reference publication for a basic BU REF_DRERZCHAR8JDTDRERALPHADRERZMJD1
REF_PVAIS-M: Reference edition for basic booking unit REF_PVACHAR8JDTPVAALPHAPVAMJD2
KTGRBIS-M: Booking Unit Account Assignment Group KTGRBCHAR2TJJ39KTGRB
XEPVAIS-M: Revenue Distribution at Edition Level Indicator JHXEBEPVACHAR1XFELD
CO_AUFNRIS-M: Order No.of Internal CO Order for Account Assignment JHCO_AUFNRCHAR12AUFKALPHAAUFNRANRORDE
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
RK_AUFNROrder Number of RK Order for Account Assignment J_RK_AUFNRCHAR8ALPHAJ_RK_AUFNR
RK_POSNRItem Number of RK Order for Account Assignment J_RK_POSNRNUMC2ALPHAJ_RK_POSNR
KOSTL_R2Cost center in R/2 KOSTL_R2CHAR8ALPHAKOSTL_R2
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
DRERZIS-M: AI Publication Elements for a Basic BU ISM_SI_DRERZCHAR8ALPHADRERZ
PVAIS-M: AI edition elements for basic BU ISM_SI_PVACHAR8ALPHAPVA

Key field Non-key field



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

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

SELECT SINGLE *
FROM JJVTBERD
INTO CORRESPONDING FIELDS OF WA_JJVTBERD
WHERE...

How to access SAP table JJVTBERD

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