JDVVOPA_COPY_VA SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

JDVVOPA_COPY_VA 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 JDVVOPA_COPY_VA table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include DRKEI (Plant), VAUSGB (Issue), BEILGAUSST (Insert Mix for Carrying Issue in Delivery), ANZEIGENAUSST (Ad Mix in Carrying Issue for a Delivery).. 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 JDVVOPA_COPY_VA 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
DRKEIPlant JWERKCHAR4WERKSWRK
VAUSGBIssue VAUSGBCHAR10JDTVAUSGBALPHAVAUSGBJD8MJD4
BEILGAUSSTInsert Mix for Carrying Issue in Delivery BEILGAUSSTNUMC3JDTVASPLITBEILGAUSST
ANZEIGENAUSSTAd Mix in Carrying Issue for a Delivery ANZEIGENAUSSTNUMC3JDTVASPLITANZEIGENAUSST
LIEFERARTDelivery Type LIEFERARTCHAR2TJV01LIEFERARTJLA
GUELTBISValid-To Date GUELTIGBISDATS8DATUMJSB
PKTTEILERBundle Divider in Units PKTTEILERDEC4PKTTEILER
PKTMINMNGEIS-M: Minimum no. of units in bundle (not common odd bundle) PKT_MINMNGDEC4PKTTEILER
SPMAXMNGEIS-M: Maximum quantity for odd bundle SPMAXMNGEDEC4PKTTEILER
SPPKGRPOdd Bundle Group PVASPPKGRPCHAR6TJD43ALPHAPVASPPKGRP
XMANSPITZEIS-M: Form odd bundle manually XMANSPITZECHAR1XFELD
XBUNDMVBIS-M: Create postal pack for customer XBUNDMVBCHAR1XFELD
PKTFERTARTIS-M: Bundling type PKTFERTARTCHAR2TJD55PKTFERTART
STDOPPELTIS-M: Indicator - even number in bundle STDOPPELTCHAR1XFELD
PKTMINTECHIS-M: Minimum quantity in bundle PKTMINTECHDEC4PKTTEILER
XPKTKUNDEFind bundling rules for customer XPKTKUNDECHAR1XFELD
XPKTBEZIRKFind bundling rule for carrier route XPKTBEZIRKCHAR1XFELD
XPKTLAIS-M: Find bundling rule for delivery type XPKTLACHAR1XFELD
XPKTPVAFind bundling rule for current edition XPKTPVACHAR1XFELD
XPKTPVAGRPIS-M: Search using edition bundling group XPKTPVAGRPCHAR1XFELD
XPKTBTIS-M: Rule contains mix type XPKTBTCHAR1XFELD
XPKTDIVARFind bundling rule for circulation planning variant XPKTDIVARCHAR1XFELD
XPKTNETZIS-M: Bundling rule for network XPKTNETZCHAR1XFELD
ERFUSERCreated By ERFUSERCHAR12USNAM
ERFDATECreated On ERFDATEDATS8DATUM
ERFTIMETime Created ERFTIMETIMS6UZEIT
AENUSERLast Changed By AENUSERCHAR12USNAM
AENDATEDate of Last Change AENDATEDATS8DATUM
AENTIMETime of Last Change AENTIMETIMS6UZEIT
SPLITIS-M: Issue mix JVASPLITNUMC6ALPHAJVASPLIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM JDVVOPA_COPY_VA
INTO CORRESPONDING FIELDS OF WA_JDVVOPA_COPY_VA
WHERE...

How to access SAP table JDVVOPA_COPY_VA

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