CKMLAVR_EXPLANATION_TOOL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter CKMLAVR_EXPLANATION_TOOL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CKMLAVREXP - AVR Erklärungstool
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_CV = Cost Components
Selection Text: P_PS = Price Determination Structure
Selection Text: P_APPL = D .
Selection Text: P_BWKEY = D .
Selection Text: P_BWTAR = D .
Selection Text: P_LAUF = D .
Selection Text: P_LGJA = D .
Selection Text: P_LPOP = D .
Selection Text: P_MATNR = D .
Selection Text: P_POSNR = D .
Selection Text: P_PSPNR = D .
Selection Text: P_VBELN = D .
Title: Analysis of the Data Cumulation
Text Symbol: O04 = Actual Value
Text Symbol: O03 = Prov.Valuation
Text Symbol: O02 = SP AVR
Text Symbol: O01 = Std Price
Text Symbol: 050 = Debit/Credit
Text Symbol: 040 = Multilevel Exchange Rate Differences
Text Symbol: 039 = Multilevel Price Differences
Text Symbol: 038 = Multilevel Differences
Text Symbol: 037 = Single-Level Exchange Rate Differences
Text Symbol: 036 = Single-Level Price Differences
Text Symbol: 001 = AVR Explanation Tool
Text Symbol: 002 = @9T@Costing Run
Text Symbol: 003 = @9T@Period
Text Symbol: 004 = Display Materials
Text Symbol: 005 = Value Flow Monitor
Text Symbol: 006 = Threshold Values In Comp. Code Currency
Text Symbol: 007 = Period
Text Symbol: 008 = /
Text Symbol: 009 = View
Text Symbol: 010 = Alternative Valuation Run
Text Symbol: 011 = Period/Year
Text Symbol: 012 = /
Text Symbol: 015 = Category
Text Symbol: 017 = @K1@
Text Symbol: 018 = @K2@
INCLUDE CKMLAVR_EXPLANATION_TOOL_TOP. " GLOBAL DATA
INCLUDE CKMLAVR_EXPLANATION_TOOL_PARA. " PARAMETERS
INCLUDE CKMLAVR_EXPLANATION_TOOL_O01. " PBO-MODULES
INCLUDE CKMLAVR_EXPLANATION_TOOL_I01. " PAI-MODULES
INCLUDE CKMLAVR_EXPLANATION_TOOL_F01. " FORM-ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
CKML_RUN_PERIOD_GET CALL FUNCTION 'CKML_RUN_PERIOD_GET' EXPORTING * I_RUN_ID = i_run_type = p_lauf * I_LAST_DAY = p_lday i_langu = sy-langu i_poper = p_lpop i_gjahr = p_lgja i_appl = p_appl IMPORTING es_runperiod = s_runperiod EXCEPTIONS run_not_existent = 1 OTHERS = 2.
DD_DD07V_GET CALL FUNCTION 'DD_DD07V_GET' EXPORTING domain_name = 'CKML_RUN_APPL' * LANGU = SY-LANGU * WITHTEXT = 'X' TABLES dd07v_tab = t_dd07v EXCEPTIONS access_failure = 1 OTHERS = 2.
CKML_RUN_PLANTS_GET CALL FUNCTION 'CKML_RUN_PLANTS_GET' EXPORTING i_run_id = s_runperiod-run_id * I_RUN_TYPE = * I_LAST_DAY = * I_POPER = * I_GJAHR = * I_APPL = CKRU0_CO_APPL_ACT IMPORTING et_plants = t_plants EXCEPTIONS run_not_existent = 1 no_plants = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CKMLAVR_EXPLANATION_TOOL - Analysis of the Data Cumulation CKMLAVR_EXPLANATION_TOOL - Analysis of the Data Cumulation CKMLAVR_DISTRIBUTION - CKMLAVRDISTRIBUTION CKMLAVR_DATA_BUILD_TOP - CKMLAVRDATABUILDTOP CKMLAVR_COMPARE_MLCD - Program CKMLAVR_COMPARE_MLCD CKMLAVR_COMPARE_MLCD - Program CKMLAVR_COMPARE_MLCD