KLEVC SAP (Determination-Procedure-Specific Settings) Table details

Dictionary Type: Table
Description: Determination-Procedure-Specific Settings




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




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

KLEVC is a standard SAP Table which is used to store Determination-Procedure-Specific Settings data and is available within R/3 SAP systems depending on the version and release level.

The KLEVC table consists of various fields, each holding specific information or linking keys about Determination-Procedure-Specific Settings data available in SAP. These include ERMVERF (Determination Procedure), ARR (Default Risk Rule), FORMID (Number for Formula Identification), VARREGID (Identifier for Variable Assignment Rule).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = KLEVCT


SAP KLEVC 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 MANDTCLNT3T000MANDT
ERMVERFDetermination Procedure KL_DETPROCNUMC2KLEVDEFKL_DETPROC
ARRDefault Risk Rule KL_DEFRIRECHAR10KLARRCKL_DEFRIRE
FORMIDNumber for Formula Identification KL_FORM_IDNUMC3KLFORMIDKL_FORM_ID
VARREGIDIdentifier for Variable Assignment Rule KL_REGIDNUMC3KLREGDEFKL_REGID
ZPVTime Advance Payment Made KL_ZPVDEC3KL_ZPVGERB
ZPGTime Return Payment Made KL_ZPGDEC3KL_ZPVGERB
BBASCalculation Base KL_BBASNUMC3KLBBASIDKL_BBAS
KLMAXLIMITCheck of Limit for Product Type and Transaction Type KLMAXLIMITFLAGCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM KLEVC
INTO CORRESPONDING FIELDS OF WA_KLEVC
WHERE...

How to access SAP table KLEVC

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