SAP Reports / Programs

RM06LB00 SAP ABAP Report - Ranking List of Vendor Evaluations Based on Material/Material Group







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ME6B - Display Vendor Evaln. for Material


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 RM06LB00. "Basic submit
SUBMIT RM06LB00 AND RETURN. "Return to original report after report execution complete
SUBMIT RM06LB00 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: 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


INCLUDES used within this REPORT RM06LB00

INCLUDE MM06LCOM.
INCLUDE FM06BU01.


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:

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.



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 RM06LB00 or its description.