RM06LBEW 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 RM06LBEW into the relevant SAP transactions such as SE38 or SE80
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: MATNR = ?...(MATNR)
Selection Text: LIFNR = Vendor
Selection Text: KLASS = ?...(KLASS)
Selection Text: INFNR = ?...(INFNR)
Selection Text: EKORG = Purchasing organization
Selection Text: DATU1 = Not evaluated since
Title: Scores for Semi-Automatic and Automatic Subcriteria
Text Symbol: 140 = Vend.
Text Symbol: 130 = Pu
Text Symbol: 110 = Purchasing organization
Text Symbol: 101 = Maintain
Text Symbol: 100 = Evaluation record
Text Symbol: 025 = Main criteria
Text Symbol: 024 = Info record
Text Symbol: 023 = Material group
Text Symbol: 022 = Material
Text Symbol: 021 = Indiv. scores
Text Symbol: 020 = Overall scores
Text Symbol: 019 = New scores
Text Symbol: 018 = Old scores
Text Symbol: 017 = Comparison
Text Symbol: 016 = Points
Text Symbol: 015 = Evaluation comparison
Text Symbol: 014 = ------------------------ Gen. evaluation -------- Mat. group
Text Symbol: 013 = ------------------------ Gen. evaluation -------- Info rec.
Text Symbol: 012 = ------------------------ Gen. evaluation -------- Material
Text Symbol: 011 = Automatic evaluation
Text Symbol: 010 = evaluation?
Text Symbol: 009 = Do you want to save the new
Text Symbol: 008 = Overall evaluations:
Text Symbol: 007 = ------------------------ Old scores -------------- New scores ----------------
Text Symbol: 005 = On :
Text Symbol: 004 = Eval. by
Text Symbol: 003 = Vendor......:
Text Symbol: 002 = Vend. class :
Text Symbol: 001 = Purch. org. :
002 Subcriteria
001 Main criteria Old scores New scores
INCLUDE FM06LCDT.
INCLUDE MM06LCOM.
INCLUDE MM06LTO1.
No SAP DATABASE tables are accessed within this REPORT code!
EVAL_SEMIAUTOMATIC_CRITERIA CALL FUNCTION 'EVAL_SEMIAUTOMATIC_CRITERIA' EXPORTING * CRITERIA = partner = elbk-lifnr organization = elbk-ekorg date = v_datum mode = const_mode TABLES main_crit = hkr sub_crit = tkr part_infos = t_infos semi_crit = t_elbm EXCEPTIONS OTHERS = 1.
EVAL_AUTOMATIC_CRITERIA_S013 CALL FUNCTION 'EVAL_AUTOMATIC_CRITERIA_S013' EXPORTING * CRITERIA = partner = elbk-lifnr organization = elbk-ekorg identnumber = matnr date = v_datum mode = const_mode TABLES main_crit = hkr sub_crit = tkr s013_protokoll = t_last_s013 part_infos = t_infos EXCEPTIONS OTHERS = 1.
EVAL_AUTO_INVOICE_VERIFICATION CALL FUNCTION 'EVAL_AUTO_INVOICE_VERIFICATION' EXPORTING partner = elbk-lifnr organization = elbk-ekorg material = matnr date = v_datum mode = const_mode MaxNumber = T147-maxbw TABLES sub_crit = tkr EXCEPTIONS OTHERS = 1.
EVAL_PRICELEVEL_CRITERIA CALL FUNCTION 'EVAL_PRICELEVEL_CRITERIA' EXPORTING * CRITERIA = organization = elbk-ekorg partner = elbk-lifnr identnumber = matnr date = v_datum single = t147-bsing mode = const_mode TABLES sub_crit = tkr part_infos = t_infos prot_infos = linfo EXCEPTIONS OTHERS = 1.
EVAL_PRICEHISTORY_CRITERIA CALL FUNCTION 'EVAL_PRICEHISTORY_CRITERIA' EXPORTING * CRITERIA = organization = elbk-ekorg partner = elbk-lifnr identnumber = matnr date = v_datum single = t147-bsing mode = const_mode TABLES sub_crit = tkr part_infos = t_infos price_hist = pw EXCEPTIONS OTHERS = 1.
EVAL_AUTO_SUST_VENDOR CALL FUNCTION 'EVAL_AUTO_SUST_VENDOR' EXPORTING ORGANIZATION = elbk-ekorg PARTNER = elbk-lifnr TABLES SUB_CRIT = tkr .
VENDOR_MASTER_DATA_SELECT_00 CALL FUNCTION 'VENDOR_MASTER_DATA_SELECT_00' "148869 EXPORTING "148869 i_lfa1_lifnr = elbk-lifnr "148869 i_lfm1_ekorg = elbk-ekorg "148869 i_data = 'X' "148869 IMPORTING "148869 a_lfa1 = lfa1 "148869 a_lfm1 = lfm1. "148869
EVAL_PROTOCOLS CALL FUNCTION 'EVAL_PROTOCOLS' EXPORTING organization = elbk-ekorg partner = elbk-lifnr partner_name = lfa1-name1 ekorg_name = t024e-ekotx main_criteria = rm06l-hkr03 sub_criteria = rm06l-tkr01 ferekl = qm_ferekl TABLES semi_automatic_crit = t_elbm tab_main_crit = hkr tab_sub_crit = tkr tab_s013 = t_last_s013 tab_infos = linfo tab_price_history = pw tab_qm_we = qm_we tab_qm_au = qm_au EXCEPTIONS OTHERS = 1.
EVAL_PROTOCOLS CALL FUNCTION 'EVAL_PROTOCOLS' EXPORTING organization = elbk-ekorg partner = elbk-lifnr partner_name = lfa1-name1 ekorg_name = t024e-ekotx * main_criteria = * sub_criteria = ferekl = qm_ferekl TABLES semi_automatic_crit = t_elbm tab_main_crit = hkr tab_sub_crit = tkr tab_s013 = t_last_s013 tab_infos = linfo tab_price_history = pw tab_qm_we = qm_we tab_qm_au = qm_au EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-011 textline1 = text-009 textline2 = text-010 IMPORTING answer = save_aw.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-011 textline1 = text-009 textline2 = text-010 IMPORTING answer = save_aw.
GRAPH_MATRIX CALL FUNCTION 'GRAPH_MATRIX' EXPORTING titl = text1 valt = text-016 "'Punkte' dim1 = text-017 "'Vergleich' dim2 = text_dim2 TABLES data = data tdim1 = tdim1 tdim2 = tdim2 tdim3 = tdim3 opts = opts.
ML_CREATE_DOCUMENT CALL FUNCTION 'ML_CREATE_DOCUMENT' IN UPDATE TASK EXPORTING xbk = xbk TABLES xkr = xkr.
ML_UPDATE_DOCUMENT CALL FUNCTION 'ML_UPDATE_DOCUMENT' IN UPDATE TASK * CALL FUNCTION 'ML_UPDATE_DOCUMENT' EXPORTING xbk = xbk TABLES xkr = xkr.
MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = mtcom IMPORTING matdaten = mt06a TABLES seqmat01 = tdummy EXCEPTIONS "HW 110023 OTHERS = 1. "HW 110023
ENQUEUE_EMELBKE CALL FUNCTION 'ENQUEUE_EMELBKE' EXPORTING ekorg = elbk-ekorg lifnr = elbk-lifnr * X_EKORG = ELBK-EKORG * X_LIFNR = ELBK-LIFNR * _SCOPE = E05 * _WAIT = E06 EXCEPTIONS foreign_lock = 01 system_failure = 02.
CALL FUNCTION 'DEQUEUE_EMELBKE' EXPORTING ekorg = elbk-ekorg lifnr = elbk-lifnr.MCE_SELECT_S013 CALL FUNCTION 'MCE_SELECT_S013' EXPORTING i_date_from = v_datum i_date_to = sy-datlo i_ekorg = elbk-ekorg i_lifnr = elbk-lifnr * I_ESOKZ LIKE S013-ESOKZ DEFAULT SPACE * I_INFNR LIKE S013-INFNR DEFAULT SPACE * I_MATNR LIKE S013-MATNR DEFAULT SPACE * I_WERKS LIKE S013-WERKS DEFAULT SPACE IMPORTING e_period = periode TABLES t_entries = t_stat EXCEPTIONS ekorg_not_defined ekorg_not_provided period_not_defined.
MATERIAL_READ_CLASSIFIC_RT CALL FUNCTION 'MATERIAL_READ_CLASSIFIC_RT' "H95766/PH EXPORTING "H95766/PH p_matnr = kmat-matnr "H95766/PH * KZ_MARA_READ = 'X' "H95766/PH * P_MARA = "H95766/PH * KZ_MAKT_READ = ' ' "H95766/PH * P_LANGU = SY-LANGU "H95766/PH kz_vari_read = 'X' "H95766/PH * KZ_KLTYP_READ = ' ' "H95766/PH * KZ_VALU_ALLOWED = 'X' "H95766/PH * KZ_VALU_ASSIGNED = 'X' "H95766/PH * KZ_CHAR_VARI_EXT = 'X' "H95766/PH * KZ_INT_ART = ' ' "H95766/PH * KZRFB = ' ' "H95766/PH * MAXTZ = 0 "H95766/PH * SPERRMODUS = ' ' "H95766/PH * IMPORTING "H95766/PH * P_CLASS = "H95766/PH * P_KLTYP = "H95766/PH * P_MARA = "H95766/PH * P_MAKT = "H95766/PH TABLES "H95766/PH exp_var_tab = variants "H95766/PH * EXP_CHAR = "H95766/PH * EXP_VALU = "H95766/PH * EXP_CHAR_VARI = "H95766/PH * EXP_VALU_VARI = "H95766/PH * EXP_VALU_ASSIGNED = "H95766/PH * EXP_CHAR_VARI_EXT = "H95766/PH EXCEPTIONS "H95766/PH wrong_call = 1 "H95766/PH mara_not_exist = 2 "H95766/PH no_class = 3 "H95766/PH no_char = 4 "H95766/PH no_valu_vari = 5 "H95766/PH OTHERS = 6. "H95766/PH
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 RM06LBEW or its description.
RM06LBEW - Scores for Semi-Automatic and Automatic Subcriteria RM06LBEW - Scores for Semi-Automatic and Automatic Subcriteria RM06LBEU - Ranking List of Vendors RM06LBEU - Ranking List of Vendors RM06LBAT - Evaluation of Automatic Subcriteria per Vendor RM06LBAT - Evaluation of Automatic Subcriteria per Vendor