RM06LB00 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 RM06LB00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ME6B - Display Vendor Evaln. for Material
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: SEL_CLAS = Mat. With/Without Master Rec.
Selection Text: P_MATNR = Material
Selection Text: P_MATKL = Material Group
Selection Text: P_LISUM = Scope of List
Selection Text: P_EKORG = Purchasing Organization
Selection Text: LIEFNR = Vendor
Title: Ranking List of Vendor Evaluations Based on Material/Material Group
Text Symbol: 111 = General Data
Text Symbol: 110 = Purchasing Organization
Text Symbol: 101 = Maintain
Text Symbol: 100 = Evaluation Record
Text Symbol: 014 = Matl Group:
Text Symbol: 013 = Material:
Text Symbol: 012 = Scope of List
Text Symbol: 011 = Material Group Level
Text Symbol: 010 = Comparison Level
Text Symbol: 009 = Name
Text Symbol: 008 = Average Values
Text Symbol: 007 = Purchasing Organization
Text Symbol: 006 = Av.Variance
Text Symbol: 005 = Rank
Text Symbol: 004 = Vendor
Text Symbol: 003 = Hierarchy
Text Symbol: 002 = Total
Text Symbol: 001 = Overall Evaluation
INCLUDE MM06LCOM.
INCLUDE FM06BU01.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_pf_status_set = L_PF_STATUS_SET i_callback_user_command = 'USER_COMMAND' I_GRID_TITLE = liefbeurt_titel it_fieldcat = gt_fcat_slis TABLES t_outtab =
EXCEPTIONS program_error = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM06LB00 - Ranking List of Vendor Evaluations Based on Material/Material Group RM06LB00 - Ranking List of Vendor Evaluations Based on Material/Material Group RM06LAUB - Calculate Scores for Semi-Automatic and Automatic Subcriteria RM06LAUB - Calculate Scores for Semi-Automatic and Automatic Subcriteria RM06LA00 - Display Change Documents RM06LA00 - Display Change Documents