ALV_TREE_CHVW SAP (Field Catalog for Display of Batch Where-Used List) Structure details

Dictionary Type: Structure
Description: Field Catalog for Display of Batch Where-Used List




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




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

ALV_TREE_CHVW 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 "Field Catalog for Display of Batch Where-Used List" 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_ALV_TREE_CHVW TYPE ALV_TREE_CHVW.

The ALV_TREE_CHVW table consists of various fields, each holding specific information or linking keys about Field Catalog for Display of Batch Where-Used List data available in SAP. These include ID (Internal: Node ID), LEVEL (Node level), TYPE (Node type), 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 ALV_TREE_CHVW 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
IDInternal: Node ID SEU_IDNUMC6SEU_ID
LEVELNode level SEU_LEVELNUMC2SEU_LEVEL
TYPENode type SEU_TYPECHAR4SEU_TYPE
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
ZUSTDBatch in Restricted-Use Stock DZUSTDCHAR1XFELD
LICHAVendor Batch Number LICHNCHAR15LICHN
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFPSOrder Item Number CO_POSNRNUMC4CO_POSNR
AUTYPOrder category AUFTYPNUMC2AUFTYP
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
KUNNR_WESold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
UMMATReceiving/Issuing Material UMMATCHAR18Assigned to domainMATN1MATNR
UMWRKReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
UMCHAReceiving/Issuing Batch UMCHACHAR10Assigned to domainCHARG
KZBEWMovement Indicator KZBEWCHAR1KZBEW
LOTALBWUL: Ind. whether at least one insp. lot is assgnd to batch LOTALCHAR1CHAR1_X
REDUNBWUL: Object is redundant REDUNCHAR1CHAR1_X
REKURBWUL: Further expansion terminated due to recursiveness REKURCHAR1CHAR1_X
STORNOCheckbox XFELDCHAR1XFELD
INDSingle-Character Indicator CHAR1CHAR1CHAR1
ORIGINSingle-Character Indicator CHAR1CHAR1CHAR1
SORT_ALVRow Index of Internal Tables SYTABIXINT410SYST_LONG
ACT_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
SYS_LINKLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
SYS_WERKSSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
UCHKZIndicator for Original Batch Management UCHKZCHAR1UCHKZ
AJAHRYear in Which Original Batch was Created VBOB_MM_OB_AJAHRNUMC4GJAHRGJAHR
UCWRKPlant from Original Batch UCWRKCHAR4Assigned to domainWERKS
UCMATMaterial from Original Batch UCMATCHAR18Assigned to domainMATN1MATNRMAT1
UCCHAOriginal Batch UCCHACHAR10Assigned to domainCHARGMCH1
WIPB_EXISTCheckbox XFELDCHAR1XFELD
EXT_LEVELExternal Level in External Batch Where-Used List EXT_LEVELNUMC4EXT_LEVEL
VERSIONVersion Number for External Batch Usages EXT_VERSNUMC4EXT_VERS
.INCLU--AP 0
CHVW_DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
.INCLU--AP 0
MILL_OC_AUFNR_ONumber of Combined Order MILL_OC_AUFNR_MOCHAR12Assigned to domainALPHAAUFNR
MILL_UA_AUFNROrder Number of Segmentation Order MILL_UA_AUFNRCHAR12Assigned to domainALPHAAUFNR
.INCLU--AP 0
TRIALIDTrial Number RMXTE_TRIALIDCHAR12ALPHARMXTD_TRIALIDRMXTE_TRIALID
TRIALNAMETrial Name RMXTE_TRIALNAMECHAR60TEXT60
SHIP2PARTYShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
STORNO_ICONCancellation ICON_STORNOCHAR30CHAR30
UML_ICONStock transfer ICON_UMLCHAR30CHAR30
ZUSTD_ICONStatus of batch ICON_ZUSTDCHAR30CHAR30
LOTAL_ICONInspection lot(s) exist(s) ICON_LOTALCHAR30CHAR30
UC_ICONIcons for Original Batch ICON_UCCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table ALV_TREE_CHVW

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