MLAVRSCALE SAP (Re-scaling Amounts AVR) Table details

Dictionary Type: Table
Description: Re-scaling Amounts AVR




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




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

MLAVRSCALE is a standard SAP Table which is used to store Re-scaling Amounts AVR data and is available within R/3 SAP systems depending on the version and release level.

The MLAVRSCALE table consists of various fields, each holding specific information or linking keys about Re-scaling Amounts AVR data available in SAP. These include RUN_ID (Number of Costing Runs for Material Ledger), KALNR_OUT (Cost Estimate Number - Product Costing), KALNR_IN (Cost Estimate Number - Product Costing), KALNR_BA (Cost Estimate Number for Procurement Alt./Consumption Alt.).. 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 (Deep)


SAP MLAVRSCALE 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
RUN_IDNumber of Costing Runs for Material Ledger CKML_RUN_IDNUMC12Assigned to domainCKML_RUN_ID
KALNR_OUTCost Estimate Number - Product Costing CK_KALNR1NUMC12Assigned to domainCK_KALNRKNE
KALNR_INCost Estimate Number - Product Costing CK_KALNR1NUMC12Assigned to domainCK_KALNRKNE
KALNR_BACost Estimate Number for Procurement Alt./Consumption Alt. CK_KALNR_BVALTNUMC12Assigned to domainCK_KALNR
KALNR_VACost Estimate Number for Procurement Alt./Consumption Alt. CK_KALNR_BVALTNUMC12Assigned to domainCK_KALNR
CURTP_OUTCurrency Type and Valuation View CURTPCHAR2CURTP
CURTP_INCurrency Type and Valuation View CURTPCHAR2CURTP
GJAHR_OUTFiscal Year CKML_RUN_GJAHRNUMC4GJAHRGJAHRMLB
POPER_OUTPosting period CKML_RUN_POPERNUMC3POPERMLP
CATEGCategory in Material Ledger Data Display CKML_CATEGCHAR2CKML_CATEG
PTYPProcess category for procurement alt. or consuption alt. CK_PTYP_BVALTCHAR4Assigned to domainCKML_PROZESS_TYP
XCUMREC Cumulated Record0
BTYP_OUTProcess Category CKML_BTYPCHAR4Assigned to domainCKML_PROZESS_TYP
GJAHR_INFiscal Year CKML_RUN_GJAHRNUMC4GJAHRGJAHRMLB
POPER_INPosting period CKML_RUN_POPERNUMC3POPERMLP
DIFF_OUTRe-scaling Differences in the AVR CKML_RESCALE_DIFFCURR15(2) WERTV8
WAERS_OUTCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DIFF_INRe-scaling Differences in the AVR CKML_RESCALE_DIFFCURR15(2) WERTV8
WAERS_INCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
RATIO Apportionment Factor for Joint Production0
SCALETYP Scaling Type (Reflexive/Single-Level/Multilevel)0
OTYP_INObject Type CKML_OTYPCHAR2CKML_OTYP
XCUM Record Cumulated0
XCLS Record Posted with Closing Entry0

Key field Non-key field



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

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

SELECT SINGLE *
FROM MLAVRSCALE
INTO CORRESPONDING FIELDS OF WA_MLAVRSCALE
WHERE...

How to access SAP table MLAVRSCALE

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