IMREP_KONS SAP (Structure for reporting vendor consignment / IM) Structure details

Dictionary Type: Structure
Description: Structure for reporting vendor consignment / IM




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




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

IMREP_KONS 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 "Structure for reporting vendor consignment / IM" 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_IMREP_KONS TYPE IMREP_KONS.

The IMREP_KONS table consists of various fields, each holding specific information or linking keys about Structure for reporting vendor consignment / IM data available in SAP. These include MATNR (Material Number), WERKS (Plant), LGORT (Storage Location), CHARG (Batch 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: Not classified


SAP IMREP_KONS 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 MANDTCLNT3Assigned to domainMANDT
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LVORMDeletion Flag for All Data on a Consignment Stock LVOKLCHAR1XFELD
ERSDACreated On ERSDADATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
LAEDADate of Last Change LAEDADATS8DATUM
LFGJAFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
LFMONCurrent period (posting period) LFMONNUMC2MONAT
SPERSPhysical Inventory Blocking Indicator SPERRCHAR1SPERR
SLABSUnrestricted-Use Consignment Stock KLABSQUAN13(3) MENG13V
SINSMConsignment Stock in Quality Inspection KINSMQUAN13(3) MENG13V
SEINMRestricted-Use Consignment Stock KEINMQUAN13(3) MENG13V
SSPEMBlocked Consignment Stock KSPEMQUAN13(3) MENG13V
SVMLAUnrestricted-use consignment stock, previous period KVLABQUAN13(3) MENG13V
SVMINConsignment stock in quality inspection, previous period KVINSQUAN13(3) MENG13V
SVMEIRestricted-use consignment stock in the previous period KVEINQUAN13(3) MENG13V
SVMSPBlocked consignment stock, previous period KVSPEQUAN13(3) MENG13V
KZISLPhysical inventory indicator for whse stock in current year KZILLCHAR3INVKZ
KZISQPhys. inventory ind. f. stock in qual. insp. in current year KZILQCHAR3INVKZ
KZISEPhysical inventory indicator for restricted-use stock KZILECHAR3INVKZ
KZISSPhysical inventory indicator for blocked stock KZILSCHAR3INVKZ
KZVSLPhysical inventory indicator for stock in previous year KZVLLCHAR3INVKZ
KZVSQPhys. inventory ind. f. stock in qual. insp. in prev. period KZVLQCHAR3INVKZ
KZVSEPhysical inventory ind. for restricted-use stock, prev.pd KZVLECHAR3INVKZ
KZVSSPhys. inventory indicator for blocked stock in prev. period KZVLSCHAR3INVKZ
MMENGMinimum order quantity MMENGQUAN13(3) MENG13
AMENGReplenishment quantity AMENGQUAN13(3) MENG13
KODLLDate of Last Posted Count for Unrestricted-Use Stock DLINLDATS8DATS
KONPRConsignment price KONPRCURR11(2) WERT11
KOPEIPrice unit for consignment price KOPEIDEC5DEC5
ZKPRSFuture price for vendor consignment material PRZLKCURR11(2) WERT11
ZKDATDate as of which the price is valid DZKDATDATS8DATUM

Key field Non-key field



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

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

How to access SAP table IMREP_KONS

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