SAP Reports / Programs

ONE_MAT_MBEW_ML_COMPARISON SAP ABAP Report - Comparison of Matl Valuation Record with ML Data and Their Display







ONE_MAT_MBEW_ML_COMPARISON 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 ONE_MAT_MBEW_ML_COMPARISON into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ONE_MAT_MBEW_ML_COMPARISON. "Basic submit
SUBMIT ONE_MAT_MBEW_ML_COMPARISON AND RETURN. "Return to original report after report execution complete
SUBMIT ONE_MAT_MBEW_ML_COMPARISON VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: BWKEY = D Valuation area
Selection Text: BWTAR = D Valuation type
Selection Text: MATNR = D Material
Title: Comparison of Matl Valuation Record with ML Data and Their Display
Text Symbol: 001 = Data comparison: material valuation - material ledger
Text Symbol: 002 = Material
Text Symbol: 003 = Valuation type
Text Symbol: 004 = Current period
Text Symbol: 005 = Previous period
Text Symbol: 006 = Previous year
Text Symbol: 007 = Material master
Text Symbol: 008 = Material management
Text Symbol: 009 = Material ledger
Text Symbol: 010 = Material ledger header record
Text Symbol: 011 = Header record not available
Text Symbol: 012 = Valuation data for period
Text Symbol: 013 = Period record not available
Text Symbol: 014 = Currency record not available
Text Symbol: 015 = Material ledger price record
Text Symbol: 016 = Price record not available
Text Symbol: 017 = Valuation area


INCLUDES used within this REPORT ONE_MAT_MBEW_ML_COMPARISON

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CKML_F_SET_BWKEY CALL FUNCTION 'CKML_F_SET_BWKEY' EXPORTING bwkey = bwkey * EXCEPTIONS * bwkey_not_found = 1 * internal_error = 2 * aschema_not_found = 3 * OTHERS = 4 .

CKML_F_GET_WWO CALL FUNCTION 'CKML_F_GET_WWO' IMPORTING wwo = f_wwo_ml.

CKML_F_CHECK_PRODUCTIVE_FLAG CALL FUNCTION 'CKML_F_CHECK_PRODUCTIVE_FLAG' "P40K027961 EXPORTING "P40K027961 bwkey = bwkey. "P40K027961

EBEW_EXTEND CALL FUNCTION 'EBEW_EXTEND' * EXPORTING * KZRFB = ' ' * MAXTZ = ' ' * XVPER = 'X' * XVJAH = 'X' IMPORTING rebewh = lh_rmbewh TABLES ebew_tab = t_ebew.

QBEW_EXTEND CALL FUNCTION 'QBEW_EXTEND' * EXPORTING * KZRFB = ' ' * MAXTZ = ' ' * XVPER = 'X' * XVJAH = 'X' IMPORTING rqbewh = lh_rmbewh TABLES qbew_tab = t_qbew.

OBEW_EXTEND CALL FUNCTION 'OBEW_EXTEND' * EXPORTING * KZRFB = ' ' * MAXTZ = ' ' * XVPER = 'X' * XVJAH = 'X' IMPORTING robewh = lh_rmbewh TABLES obew_tab = t_obew.

MBEW_EXTEND CALL FUNCTION 'MBEW_EXTEND' * EXPORTING * KZRFB = ' ' * MAXTZ = ' ' * XVPER = 'X' * XVVPR = 'X' * XVJAH = 'X' * XVVJA = 'X' IMPORTING rmbewh = lh_rmbewh TABLES mbew_tab = t_mbew.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = tab_ddic_name fieldname = field_ddic_name langu = sy-langu * IMPORTING * X030L_WA = TABLES dfies_tab = t_dfies * exceptions * not_found = 1 * internal_error = 2 * OTHERS = 3 .

TCURM_SINGLE_READ CALL FUNCTION 'TCURM_SINGLE_READ' * EXPORTING * KZRFB = ' ' IMPORTING wtcurm = l_tcurm EXCEPTIONS not_found = 1 valuation_level_initial = 2 valuation_level_wrong = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name ONE_MAT_MBEW_ML_COMPARISON or its description.