RM60COMB 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 RM60COMB into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MD72 - Evaluation; Charac.Plnng Techniques
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: PM_DATUM = D .
Selection Text: PM_DATUP = D .
Selection Text: PM_STDPD = D .
Selection Text: PM_WERK = D .
Selection Text: VERSZ = D .
Title: Output usage probability
Text Symbol: 001 = Planning Table
Text Symbol: 002 = Combination Key
Text Symbol: 004 = EWAHR Planning
Text Symbol: 015 = Version
Text Symbol: 100 = Material
Text Symbol: 101 = None
Text Symbol: 102 = Period
Text Symbol: 103 = Total period
Text Symbol: 200 = from
Text Symbol: 201 = to
Text Symbol: 802 = -
Text Symbol: 900 = Material
Text Symbol: 901 = Plnt
Text Symbol: 902 = Period
Text Symbol: 903 = Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REQUIREMENTS_LIST_CHAR_VAL_PLN CALL FUNCTION 'REQUIREMENTS_LIST_CHAR_VAL_PLN' EXPORTING IN_MATNR = PM_STDPD IN_WERKS = PM_WERK IN_VRSIO = VERSZ IN_ALLACT = ' ' IN_DFROM = PM_DATUM IN_DUPTO = PM_DATUP EXCEPTIONS NO_REQUIREMENTS = 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.