RJVAUFZEBU SAP (IS-PSD: Schedule Line Data Including ZEBU Record) Structure details

Dictionary Type: Structure
Description: IS-PSD: Schedule Line Data Including ZEBU Record




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




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

RJVAUFZEBU 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: Schedule Line Data Including ZEBU Record" 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_RJVAUFZEBU TYPE RJVAUFZEBU.

The RJVAUFZEBU table consists of various fields, each holding specific information or linking keys about IS-PSD: Schedule Line Data Including ZEBU Record data available in SAP. These include BUNDNR (Bundle), VBELN (IS-M/SD: Publishing Sales Order), POSNR (Sales Order Item), ETENR (Sales Order Schedule Line).. 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 RJVAUFZEBU 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
ABLGNRIS-M: Internal Number of Drop-Off ABLGNRNUMC16JRTABLGABLGNR
BUNDNRBundle BUNDCHAR12Assigned to domainBUND
VBELNIS-M/SD: Publishing Sales Order AVNRCHAR10Assigned to domainALPHAAVNRJK1MJK1
POSNRSales Order Item APNRNUMC6Assigned to domainAPNR
ETENRSales Order Schedule Line JAENRNUMC4Assigned to domainAENR
ADRESSVARIS-M: Address Variant ADRESSVARCHAR1ERSTADR
ADRNRIS-M: Address Number JADRNRCHAR10Assigned to domainALPHAJADRNR
GPNRIS-M: Business Partner Key GPNRCHAR10Assigned to domainALPHAGPNRJGPMJG0
ETMENGEIS-M: Sales Order Schedule Line Quantity ETMENGEQUAN10MENGGPOS
ETMEINSIS-M: Sales Unit for Sales Order ETMEINSUNIT3Assigned to domainCUNITMEINS
ETGEWICHTIS-M: Weight of Postal Pack or Issue ETGEWICHTQUAN9(3) ISPMNG9
ETMEINSGEWIS-M: Unit of Measure for Weight ETMEINSGEWUNIT3Assigned to domainCUNITMEINS
LAND1Country Key LAND1CHAR3T005LAND1LND
PLZIS-M: Postal code for ZEBU PLZ_ZEBUCHAR10Assigned to domainPLZ_ZEBU
BFSZEBU Postal Packing Level BFS_STUFENUMC2Assigned to domainBFS_STUFE
FROM_PLZIS-M: Postal code for ZEBU PLZ_ZEBUCHAR10Assigned to domainPLZ_ZEBU
FROM_STUFEZEBU Postal Packing Level BFS_STUFENUMC2Assigned to domainBFS_STUFE
ORIGINIS-M: Source of delivery JV_ORIGINCHAR1JV_ORIGIN
SHIPORDNBRAddress-Based Shipping Order Number SHIPORDNBRCHAR10Assigned to domainALPHASHIPORDNBRJVSONMJVSOA
SHIPORDPOSNBRAddress-Based Shipping Order Item Number SHIPORDPOSNBRNUMC8Assigned to domainALPHASHIPORDPOSNBRJVSOPN

Key field Non-key field



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

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

How to access SAP table RJVAUFZEBU

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