RJV2401 SAP (IS-PSD: Selection Parameters for Shipping Schedule Variants) Structure details

Dictionary Type: Structure
Description: IS-PSD: Selection Parameters for Shipping Schedule Variants




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




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

RJV2401 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 "IS-PSD: Selection Parameters for Shipping Schedule Variants" 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_RJV2401 TYPE RJV2401.

The RJV2401 table consists of various fields, each holding specific information or linking keys about IS-PSD: Selection Parameters for Shipping Schedule Variants data available in SAP. These include VRSNDVARI (IS-M: Shipping schedule variant), WERK (Plant), DRERZ (Publication), PVA (Edition).. 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)


SAP RJV2401 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
VRSNDPLANIS-M: Internal Number of Shipping Schedule VRSNDPLANCHAR10JVTVERPLANVRSNDPLANJVP
VRSNDVARIIS-M: Shipping schedule variant VSRNDVARICHAR5JVTVERVARIVRSNDVARIJJV
WERKPlant JWERKCHAR4T001WWERKSWRK
DRERZPublication DRERZCHAR8JDTDRERALPHADRERZJD1MJD1
PVAEdition PVACHAR8JDTPVAALPHAPVAJD2
LIEFERARTDelivery Type LIEFERARTCHAR2TJV01LIEFERARTJLA
GUELTIGVONValid-From Date GUELTIGVONDATS8DATUMJSA
GUELTIGBISValid-To Date GUELTIGBISDATS8DATUMJSB
LANDGRP_VPCountry grouping for shipping schedule LANDGRP_VPCHAR2Assigned to domainLANDGRP_VP
LANDCountry of company LANDCHAR3Assigned to domainLAND1
WT_VONIS-M: Weekday from (shipping schedule) JVTAGVONNUMC1Assigned to domainJTAGVPLAN
WT_BISIS-M: Weekday to (shipping schedule) JVTAGBISNUMC1Assigned to domainJTAGVPLAN
EINSTIEGIS-M: Identifier for Trigger Processing Location EINSTIEGCHAR1CHAR1
EINTRAGCurrent Entry in First Line of Screen (Proc.in Table Form) AKT_EINTRNUMC4NUM4
EINTRAEGETotal Entries in Table to be Edited GES_EINTRNUMC4NUM4
PVA_AEINTRCurrent Entry in First Line of Screen (Proc.in Table Form) AKT_EINTRNUMC4NUM4
PVA_GEINTRTotal Entries in Table to be Edited GES_EINTRNUMC4NUM4
LFAR_AEINTCurrent Entry in First Line of Screen (Proc.in Table Form) AKT_EINTRNUMC4NUM4
LFAR_GEINTTotal Entries in Table to be Edited GES_EINTRNUMC4NUM4
TIME_AEINTCurrent Entry in First Line of Screen (Proc.in Table Form) AKT_EINTRNUMC4NUM4
TIME_GEINTTotal Entries in Table to be Edited GES_EINTRNUMC4NUM4
PLZ_VONIS-M: From postal code PLZVONCHAR10Assigned to domainNPSTLZ
PLZ_BISIS-M: Postal code to PLZBISCHAR10Assigned to domainNPSTLZ
BFS_STUFEZEBU Postal Packing Level BFS_STUFENUMC2Assigned to domainBFS_STUFE
S_VRSNDVARIS-M: Shipping schedule variant VSRNDVARICHAR5Assigned to domainVRSNDVARIJJV
T_VRSNDVARIS-M: Shipping schedule variant VSRNDVARICHAR5Assigned to domainVRSNDVARIJJV

Key field Non-key field



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

As RJV2401 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 RJV2401 as there is no data to select.

How to access SAP table RJV2401

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