REORGVIEW SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

REORGVIEW 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 REORGVIEW table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include SPRAS (Language Key), WERKS (Plant), EKORG (Purchasing Organization), EKGRP (Purchasing Group).. 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 REORGVIEW 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
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
WERKSPlant EWERKCHAR4T001WWERKSWRK
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
EKGRPPurchasing Group BKGRPCHAR3T024EKGRPEKG
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
KANBAKanban Indicator KBNKZCHAR1KBNKZ
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
BSTYPPurchasing Document Category EBSTYPCHAR1EBSTYP
BSARTPurchasing Document Type ESARTCHAR4T161BSARTBSA
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
ETENRDelivery Schedule Line Counter EETENNUMC4EETEN
EINDTItem Delivery Date EINDTDATS8DATUM
SLFDTStatistics-Relevant Delivery Date SLFDTDATS8DATUM
LPEINCategory of Delivery Date LPEINCHAR1PRGBZ
MENGEScheduled Quantity ETMENQUAN13(3) MENGE
AMENGPrevious Quantity (Delivery Schedule Lines) VOMNGQUAN13(3) MENG13V
WEMNGQuantity of Goods Received WEEMGQUAN13(3) MENG13
WAMNGIssued Quantity WAMNGQUAN13(3) MENG13
UZEITDelivery Date Time-Spot LZEITTIMS6UZEIT
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
BNFPOItem Number of Purchase Requisition BNFPONUMC5EBANBNFPOBAP
ESTKZCreation Indicator (Purchase Requisition/Schedule Lines) ESTKZCHAR1ESTKZ
QUNUMNumber of Quota Arrangement QUNUMCHAR10ALPHAQUNUM
QUPOSQuota Arrangement Item QUPOSNUMC3NUM03
MAHNZNo. of Reminders/Expediters for Schedule Line MAHNZEDEC3PACK2
BEDATOrder date of schedule line ETBDTDATS8DATUM
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10RSNUMRES
SERNRBOM explosion number SERNRCHAR8SERNR
FIXKZSchedule Line is 'Fixed' ETFIXCHAR1XFELD
GLMNGQuantity Delivered (Stock Transfer) GLMNGQUAN13(3) MENG13
DABMGQuantity Reduced (MRP) DABMGQUAN13(3) MENGE
CHARGBatch Number CHARG_DCHAR10CHARGCHA
LICHAVendor Batch Number LICHNCHAR15LICHN
CHKOMComponents CHKOMCHAR1XFELD
VERIDProduction Version VERIDCHAR4VERIDVER
ABARTScheduling agreement release type MEABARTCHAR1ABARTSAGA
MNG02Committed Quantity MNG06QUAN13(3) MENGV13
DAT01Committed Date DAT05DATS8DATUM
APOMSAPO as Planning System APOMSCHAR1APOMS

Key field Non-key field



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

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

SELECT SINGLE *
FROM REORGVIEW
INTO CORRESPONDING FIELDS OF WA_REORGVIEW
WHERE...

How to access SAP table REORGVIEW

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