J_1AINFMBW SAP (Material Master - Inflation) Table details

Dictionary Type: Table
Description: Material Master - Inflation




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




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

J_1AINFMBW is a standard SAP Table which is used to store Material Master - Inflation data and is available within R/3 SAP systems depending on the version and release level.

The J_1AINFMBW table consists of various fields, each holding specific information or linking keys about Material Master - Inflation data available in SAP. These include MATNR (Material Number), BWKEY (Valuation Area), BWTAR (Valuation Type), J_1AMINFCL (Material Inflation Class).. 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: Can be enhanced (character-type or numeric)


SAP J_1AINFMBW 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
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
J_1AMINFCLMaterial Inflation Class J_1AMINFCCHAR3J_1AMINFCLCHAR03
J_1AMPMETHRevaluation Method J_1AMPMETHCHAR1J_1AMPMETH
J_1AINDXPInflation Index J_1AINDXPCHAR5J_1AINFT20J_1AINDXP
J_1ATBEDEPTBE Variant J_1ATBEDEPCHAR2J_1AINFT04J_1ATBEDEP
J_1APRTOLPrice Tolerance J_1APRTOLDEC5(2) PRZ32
J_1ARPLCPCReplacement Cost - Current Period J_1ARPLCPCCURR11(2) WERT11
J_1ACURRCOriginal Currency - Current Period J_1ACURRCCUKY5TCURCWAERS
J_1AREVDTCLast Revaluation Date - Current Period J_1AREVDTCDATS8DATUM
J_1APRODTCLast Processing Date - Current Period J_1APRODTCDATS8DATUM
J_1APROVXCLast processing date inflation index reval. (curr./prov.) J_1APROVXCDATS8DATS
J_1APRODXCLast processing date inflation index reval. (curr./def.) J_1APRODXCDATS8DATS
J_1AMPMANCMarket price set manually for current period J_1AMPMANCCHAR1XFELD
J_1ARPLCPPReplacement Cost - Previous Period J_1ARPLCPPCURR11(2) WERT11
J_1ACURRPOriginal Currency - Previous Period J_1ACURRPCUKY5TCURCWAERS
J_1AREVDTPLast Revaluation Date - Previous Period J_1AREVDTPDATS8DATUM
J_1APRODTPLast Processing Date for Market Price - Previous Period J_1APRODTPDATS8DATUM
J_1APROVXPLast Processing Date for Provisional Index Adjustment J_1APROVXPDATS8DATS
J_1APRODXPLast Processing Date for Definitive Index Adjustment J_1APRODXPDATS8DATS
J_1AMPMANPMarket price set manually for previous period J_1AMPMANPCHAR1XFELD
J_1AMPPUMarket price previous period updated J_1AMPPUCHAR1XFELD
J_1AREVPFDReplacement Cost Determined for Valuation Period J_1AREVPFDCHAR1XFELD
J_1AREVPFEReplacement Cost Determined for Valuation Period J_1AREVPFDCHAR1XFELD
J_1AREVPFFReplacement Cost Determined for Valuation Period J_1AREVPFDCHAR1XFELD
J_1ARPLCPTReplacement Cost Total Value J_1ARPLCPTCURR13(2) WERT7
J_1ALREDTPLast Revaluation Date J_1ALREDTPDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1AINFMBW
INTO CORRESPONDING FIELDS OF WA_J_1AINFMBW
WHERE...

How to access SAP table J_1AINFMBW

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