RJJELE_VDB SAP (Package Elements: Distribution) Structure details

Dictionary Type: Structure
Description: Package Elements: Distribution




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




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

RJJELE_VDB is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Package Elements: Distribution" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RJJELE_VDB TYPE RJJELE_VDB.

The RJJELE_VDB table consists of various fields, each holding specific information or linking keys about Package Elements: Distribution data available in SAP. These include MANDT (Client), PACKAGE_ID (Package), PK_ELEMENT_ID (Package Element ID), PSTYV (IS-M: Item Category for Sales Document).. 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: Can be enhanced (character-type or numeric)


SAP RJJELE_VDB structure 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
PACKAGE_IDPackage ISM_PACKAGE_IDCHAR10JJTPCALPHAISM_PACKAGE_ID
PK_ELEMENT_IDPackage Element ID ISM_PK_ELEMENT_IDNUMC3JJTPCEISM_PK_ELEMENT_ID
PSTYVIS-M: Item Category for Sales Document PSTYV_PAMCHAR4TJHAPPSTYV_PAM
BOOKING_UNITIS-M/AM: Booking Unit BELEGEINHCHAR10JJVBE_VTALPHABELEINHJBEMJJ1
BUS_CONT_COMPIS-M: Content Component INHALTSKOMCHAR8JJTIKOALPHAINHALTSKOMJJ1
AD_INSERT_CATEGIS-M: Ad Insert Type SITYPCHAR2TJH29SI_TYPJJ7
PLANNED_QTY_TYPEIS-M/AM: Distribution Planned Quantity Types JVTBEPMARTCHAR4TJJBEVTPAJVTBEPMARTVRTMNGART
CALC_QUANIS-M: Calculation Quantity (Ad Insert) BERMENGEDEC9STMENGE
NUM_OF_PAGESNumber of Pages in Issue ANZSEITENNUMC8NUM8
AD_INS_WGHTIS-M: Ad Insert Weight ISM_SI_GEWICHTQUAN9(3) ISPMNG9
AD_INS_WGHT_UOMIS-M: Unit of Weight for Ad Insert MEINHGEWBLUNIT3T006CUNITMEINS
DBCODEIS-M/AM: Code for Data Changes ISM_PK_DBCODECHAR1ISM_PK_DBCODE

Key field Non-key field



How do I retrieve data from SAP structure RJJELE_VDB using ABAP code?

As RJJELE_VDB is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RJJELE_VDB as there is no data to select.

How to access SAP table RJJELE_VDB

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