V03RB SAP (Work Area for Updating Backorders in SD) Structure details

Dictionary Type: Structure
Description: Work Area for Updating Backorders in SD




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




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

V03RB 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 "Work Area for Updating Backorders in SD" 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_V03RB TYPE V03RB.

The V03RB table consists of various fields, each holding specific information or linking keys about Work Area for Updating Backorders in SD data available in SAP. These include POSNR (Sales Document Item), ETENR (Delivery Schedule Line Number), VBTYP (SD document category), MATNR (Material Number).. 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 V03RB 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
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
ETENRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
VBTYPSD document category VBTYPCHAR1VBTYP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
ABGRUReason for rejection of quotations and sales orders ABGRUCHAR2ABGRU
KDMATMaterial belonging to the customer KDMATCHAR35IDNEX
GRKORDelivery group (items are delivered together) GRKORNUMC3GRKOR
NETWRNet Value in Document Currency NETWRCURR15(2) WERTV8
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
AWAERCurrency AWAERCHAR6TEXT6FWS
KWMENGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
KBMENGCumulative confirmed quantity in sales unit KBMENGQUAN15(3) MENG15
OLFMNGOpen quantity to be delivered (in sales unit) OLFMNGQUAN13(3) MENG13
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
LFDAT_11st delivery date of sales document item LFDAT_1DATS8DATUM
ANTLFMaximum Number of Partial Deliveries Allowed Per Item ANTLFDEC1ANTLF
KZTLFPartial delivery at item level KZTLFCHAR1KZTLF
AUTLFComplete delivery defined for each sales order? AUTLFCHAR1XFELD
LPRIODelivery Priority LPRIONUMC2Assigned to domainLPRIO
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
NAME1Name NAME1CHAR30TEXT30
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
BEDAERequirements type BEDAECHAR4Assigned to domainBEDAEBDA
BSTNKCustomer purchase order number BSTNKCHAR20BSTNK
LIFSKDelivery block (document header) LIFSKCHAR2Assigned to domainLIFSP
SELKZSelection flag SELKZCHAR1SELKZ
ZAEHLCounter with 7 Digits DZAEHL7NUMC7NUM7
ACTIVList Level in which the Line Item is Active ACTIVNUMC2NUM02
FIXMGDelivery date and quantity fixed FIXMGCHAR1XFELD
VLINEVertical Line SYVLINECHAR1SYCHAR01
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID

Key field Non-key field



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

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

How to access SAP table V03RB

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