J_1IKONV SAP (Excise recalculated conditions) Table details

Dictionary Type: Table
Description: Excise recalculated conditions




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




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

J_1IKONV is a standard SAP Table which is used to store Excise recalculated conditions data and is available within R/3 SAP systems depending on the version and release level.

The J_1IKONV table consists of various fields, each holding specific information or linking keys about Excise recalculated conditions data available in SAP. These include KNUMV (Number of the document condition), KPOSN (Condition item number), STUNR (Step number), ZAEHK (Condition counter).. 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 J_1IKONV 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
KNUMVNumber of the document condition KNUMVCHAR10KNUMV
KPOSNCondition item number KPOSNNUMC6NUM6
STUNRStep number STUNRNUMC3Assigned to domainSTUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
EXNUMOfficial Excise Document Number J_1IEXCNUMCHAR10J_1IEXCNUMJ2F
EXDATExcise Document Date J_1IEXCDATDATS8J_1IEXCDAT
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
ZEILELine Number DZEILENUMC3ZEILEPOS
EXYEARExcise Year J_1IEXYEARNUMC4GJAHRGJAHRGJR
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
KDATUCondition pricing date KDATUDATS8DATUM
KAWRTCondition base value KAWRTCURR15(2) WERTV8
KBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
KWERTCondition value KWERTCURR13(2) WERTV7
USNAMCreated By J_1IUSNAMCHAR12CHAR12
CPUDTExcise Document Entry Date J_1ICPUDTDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1IKONV
INTO CORRESPONDING FIELDS OF WA_J_1IKONV
WHERE...

How to access SAP table J_1IKONV

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