ICURM SAP (Valuation control) Structure details

Dictionary Type: Structure
Description: Valuation control




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




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

ICURM 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 "Valuation control" 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_ICURM TYPE ICURM.

The ICURM table consists of various fields, each holding specific information or linking keys about Valuation control data available in SAP. These include BMWERK (Valuation level: grouping of several plants), BBUKRS (Valuation level is company code), GBEWERTA (Split material valuation active), GBEWERTN (Split material valuation not active).. 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 ICURM 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
BWERKValuation level is a plant IBWERKCHAR1CHAR1
BMWERKValuation level: grouping of several plants IBMWERKCHAR1CHAR1
BBUKRSValuation level is company code IBBUKRSCHAR1CHAR1
GBEWERTASplit material valuation active GBEWERTACHAR1CHAR1
GBEWERTNSplit material valuation not active GBEWERTCHAR1CHAR1
BMODKAValuation grouping code active IBMODKACHAR1CHAR1
BMODKNValuation grouping code not active IBMODKNCHAR1CHAR1
LIFOBWALIFO valuation active ILIFOBWACHAR1CHAR1
LIFOBWNLIFO valuation not active ILIFOBWNCHAR1CHAR1
LIFOBWKLIFO valuation at valuation level 'valuation area' ILIFOBWKCHAR1CHAR1
LIFOBUKRLIFO Valuation at Valuation Level 'Company Code' ILIFOBUKRCHAR1CHAR1
IMBEQUExclusive block during goods movements IMBEQUCHAR1XFELD
IMBEQU1Late block for goods movements IMBEQU1CHAR1XFELD
KONSIValuation of consignment stock via consignment info record KONSI_AKTCHAR1CHAR1
KONSI1Valuation of consignment stock via consignment price segment KONSI_NACHAR1CHAR1
FIFOBWAFIFO valuation active IFIFOBWACHAR1CHAR1
FIFOBWNFIFO valuation not active IFIFOBWNCHAR1CHAR1
FIFOBWKFIFO valuation at valuation area level IFIFOBWKCHAR1CHAR1
FIFOBUKRFIFO valuation at company code valuation level IFIFOBUKRCHAR1CHAR1
LEERGABW_AKTEmpties processing active ILEERG_AKTIVCHAR1XFELD
LEERGABW_INAKTEmpties processing inactive ILEERG_INAKTIVCHAR1XFELD
MMKON1Show ordered qty. in contract release order documentation MMKON_CUS1CHAR1XFELD
MMKON2Show delivered qty. in contract release order documentation MMKON_CUS2CHAR1XFELD
MBLOCKWAITWaiting time for late block MB_LOCK_WAITNUMC3MB_LOCK_WAIT
CHARGValuation of Chargeable Stock via Chargeable Info Record CHARG_AKTCHAR1CHAR1
CHARG1Valuation of Chargeable Stock via Chargeable Price Segment CHARG_NACHAR1CHAR1
ARPBWKMean Receipt Price at Valuation Area Level IARPBWKCHAR1CHAR1
ARPBUKMean Receipt Price at Company Code Level IARPBUKCHAR1CHAR1
MBSVBLate DB Update for Goods Movements MBSVBCHAR1MBSVB

Key field Non-key field



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

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

How to access SAP table ICURM

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