KONDHVB SAP (Conditions: Batch Strategy - Posting Data Division) Structure details

Dictionary Type: Structure
Description: Conditions: Batch Strategy - Posting Data Division




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




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

KONDHVB 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 "Conditions: Batch Strategy - Posting Data Division" 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_KONDHVB TYPE KONDHVB.

The KONDHVB table consists of various fields, each holding specific information or linking keys about Conditions: Batch Strategy - Posting Data Division data available in SAP. These include MANDT (Client), KNUMH (Condition record number), CHSPL (Number of batch splits can be changed), CHANZ (Batches: Maximum number of batches to be read).. 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: Not classified


SAP KONDHVB 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
MANDTClient MANDTCLNT3T000MANDT
KNUMHCondition record number KNUMHCHAR10KNUMB
CHSPLNumber of batch splits can be changed ACHSPCHAR1XFELD
CHANZBatches: Maximum number of batches to be read CHANZNUMC4NUM4
CHASPBatches: No. of batch splits allowed CHASPNUMC3NUM3
CHMDGBatches: Dialog batch determination CHMDGCHAR1XFELD
CHMVSBatches: Exit to quantity proposal CHMVSNUMC3NUM3
CHMANManual batch determination CHMANCHAR1XFELD
KZAMEID for display of UoM in batch determination KZAMECHAR1KZAME
CHDYNNumber of the following screen DYNNRCHAR4DYNNR
CHCUAGUI status CUA_STATUSCHAR20GUI_STATUSCUA
CUOBJ_CHInternal object number of the batch classification CUOBJ_CHNUMC18CUOBJ
CLINTInternal Class Number CLINTNUMC10KLAHCLINT
LOEVM_KODeletion Indicator for Condition Item LOEVM_KOCHAR1XFELD
CHVSKSelection type at start of batch determination CHVSKCHAR1CHVSK
CHVLLOverdelivery allowed in batch determination CHVLLCHAR1XFELD
.INCLU--AP 0
MILL_UCDETBatch Determination for Original Batches MILL_UCDETCHAR1MILL_UCDET
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ

Key field Non-key field



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

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

How to access SAP table KONDHVB

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