RM06Q006 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report checks whether the quotas that you have specified for the individual vendors are adhered to...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RM06Q006 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MEQ8 - Monitor Quota Arrangements
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: TOL_POS = Minimum variance in %
Selection Text: Q_WERKS = Plant
Selection Text: Q_VDATU = Period lower limit
Selection Text: Q_QUNUM = Quota arrangement
Selection Text: Q_MATNR = Material
Selection Text: Q_BDATU = Period upper limit
Title: Quota Arrangement for Material
Text Symbol: 015 = Absolute variance
Text Symbol: 014 = PPl
Text Symbol: 013 = Version
Text Symbol: 012 = S
Text Symbol: 011 = P
Text Symbol: 010 = to
Text Symbol: 009 = Valid from
Text Symbol: 008 = Variance in %
Text Symbol: 007 = Actual qty
Text Symbol: 006 = Target qty
Text Symbol: 005 = Vendor
Text Symbol: 004 = Itm
Text Symbol: 003 = Quota arrangement
Text Symbol: 002 = Plant
Text Symbol: 001 = Material
INCLUDE FM06ICOM.
INCLUDE FM06IT02.
INCLUDE FMMEXDIR.
No SAP DATABASE tables are accessed within this REPORT code!
ME_REP_GET_TABLE_MANAGER CALL FUNCTION 'ME_REP_GET_TABLE_MANAGER' IMPORTING ex_manager = gf_factory.
ME_REP_START_VIA_TABLE_MANAGER CALL FUNCTION 'ME_REP_START_VIA_TABLE_MANAGER' EXPORTING im_table_manager = gf_factory im_options = lt_options.
CONVERT_SOBES_OUTPUT CALL FUNCTION 'CONVERT_SOBES_OUTPUT' EXPORTING sobes = xequp-sobes IMPORTING esobs = t460b-esobs EXCEPTIONS not_found = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.