J_7LV1A SAP (REA Document: Consecutive Document Types for Main Doc. Type) Table details

Dictionary Type: Table
Description: REA Document: Consecutive Document Types for Main Doc. Type




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




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

J_7LV1A is a standard SAP Table which is used to store REA Document: Consecutive Document Types for Main Doc. Type data and is available within R/3 SAP systems depending on the version and release level.

The J_7LV1A table consists of various fields, each holding specific information or linking keys about REA Document: Consecutive Document Types for Main Doc. Type data available in SAP. These include VBELN (REA Declaration: Document Number), BLART (Document Type for Recycling Partner), BLTYP (REA Document Category), FMGBA (Form 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP J_7LV1A 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
VBELNREA Declaration: Document Number J_7LVNR_ACHAR10Assigned to domainALPHAVBELNVF
BLARTDocument Type for Recycling Partner J_7LBLARTCHAR4Assigned to domainJ_7LBLARTJ6P
BLTYPREA Document Category J_7LVBTYPCHAR1J_7LRVBTYP
FMGBAForm Group J_7LFMGRPCHAR6Assigned to domainJ_7LFMGRP
EXPORTKZIndicator: Show Exports in Quantity Flow of Rec.Declaration J_7LKZEXPCHAR1XFELD
IMPORTKZIndicator: Show Imports in Quantity Flow of Recyc. Declarat. J_7LKZIMPCHAR1XFELD
INLANDKZIndicator: Filter Out Domestic Purchases in Declaration J_7LKZINLCHAR1XFELD
KUMSTKZCumulation Mode for Number of Pieces in Declaration Item J_7LKUMSTKZCHAR1J_7LKUMSTKZ
PGNAMProgram name NA_PGNAMCHAR40PROGNAME
RONAMName of routine to be called up in the processing program NA_RONAMCHAR30NA_RONAM
DTANAMName of routine to be called up in the processing program NA_RONAMCHAR30NA_RONAM
FONAMREA Declaration system: Name of MDF file for Jetform J_7LMSMDFCHAR20CHAR020
SMARTFONAMSmart Forms: Form Name TDSFNAMECHAR30Assigned to domainTDSFNAMESSFNAME
.INCLU-ADM 0
DATABADMValid-From Date DATABDATS8DATUM
DATBIADMValid To Date DATBIDATS8DATUM
ERSDAADMCreated On ERSDADATS8DATUM
ERZETADMTime Created J_7LERZETTIMS6UZEIT
ERNAMADMName of Person who Created the Object ERNAMCHAR12USNAM
LAEDAADMDate of Last Change LAEDADATS8DATUM
AEZETADMTime Last Change Was Made J_7LAEZETTIMS6UZEIT
AENAMADMName of Person Who Changed Object AENAMCHAR12USNAM
LVORMADMDeletion Indicator LVORMCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_7LV1A
INTO CORRESPONDING FIELDS OF WA_J_7LV1A
WHERE...

How to access SAP table J_7LV1A

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