KONH_CONV_TRG SAP (Trigger table for KONH) Table details

Dictionary Type: Table
Description: Trigger table for KONH




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




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

KONH_CONV_TRG is a standard SAP Table which is used to store Trigger table for KONH data and is available within R/3 SAP systems depending on the version and release level.

The KONH_CONV_TRG table consists of various fields, each holding specific information or linking keys about Trigger table for KONH data available in SAP. These include CONV_AREA (Cluster Conversion Area for Parallel Processing), KNUMH (Condition record number), MWSKZ_OFFSET (Dummy for B20 int1 (Local Everywhere)), VAKEY_OLD (Variable key 100 bytes).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP KONH_CONV_TRG table 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 MANDTCLNT3Assigned to domainMANDT
CONV_AREACluster Conversion Area for Parallel Processing CLUSTER_CONV_AREANUMC3NUMC3
KNUMHCondition record number KNUMHCHAR10KNUMB
MWSKZ_OFFSETDummy for B20 int1 (Local Everywhere) INT1INT13INT1
VAKEY_OLDVariable key 100 bytes VAKEYCHAR100VAKEY
VAKEY_NEWVariable key 100 bytes VAKEYCHAR100VAKEY
PROCESSEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM KONH_CONV_TRG
INTO CORRESPONDING FIELDS OF WA_KONH_CONV_TRG
WHERE...

How to access SAP table KONH_CONV_TRG

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