RM60CH00 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 RM60CH00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MS66 - Copy Simulative Dependent Reqmts
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 = Material
Title: Copying Simulative Dependent Requirements
Text Symbol: 119 = Sales PG
Text Symbol: 120 = PrPlan PG
Text Symbol: 121 = Plnt
Text Symbol: 122 = Material
Text Symbol: 123 = ReqmtPlanNo
Text Symbol: 124 = Version
Text Symbol: 125 = Plnd Qty
Text Symbol: 126 = RTyp
Text Symbol: 127 = Total Qty
Text Symbol: A01 = Number
Text Symbol: A02 = Items Selected Altogether
Text Symbol: A03 = Items with Successful Transfer
Text Symbol: A04 = Items Without Transfer
Text Symbol: A05 = Items with Errors
Text Symbol: A10 = Simulation Display from
Text Symbol: A11 = At
Text Symbol: A12 = Time
Text Symbol: A13 = Transfer Log from
Text Symbol: C01 = Output Format
Text Symbol: C02 = Detailed Lists
Text Symbol: C03 = Incorrect Items Only
Text Symbol: C04 = W/o Sched. Lines
Text Symbol: E01 = Red (No Transfer Due to Error)
Text Symbol: E02 = Yellow (No Transfer)
Text Symbol: E03 = Green (Transfer Successful)
Text Symbol: P02 = Header
Text Symbol: P03 = Detail Line
Text Symbol: T01 = Output Options
Text Symbol: T02 = Mode
Text Symbol: 000 = Selection
Text Symbol: 001 = Version
Text Symbol: 002 = Planning Scenario
Text Symbol: 003 = Date
Text Symbol: 004 = To
Text Symbol: 005 = Plant
Text Symbol: 006 = Selection
INCLUDE RPROGGBL.
INCLUDE MM60XCOM.
INCLUDE MM60XCAL.
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING DISPLAY = ' ' FIELDNAME = 'PRGRS' TABNAME = 'TPRG' IMPORTING SELECT_VALUE = ENTLU TABLES FIELDS = FELDER VALUETAB = WERTE EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3.
PERIOD_AND_DATE_CONVERT_INPUT CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_INPUT' EXPORTING DIALOG_DATE_IS_IN_THE_PAST = SPACE EXTERNAL_DATE = DATUM EXTERNAL_PERIOD = EINTEILUNG INTERNAL_PERIOD = SPACE IMPORTING INTERNAL_DATE = AM60X-H_DATUM INTERNAL_PERIOD = AM60X-H_ENTLI EXCEPTIONS DATE_INVALID = 1 NO_DATA = 2 PERIOD_INVALID = 3.
HELP_VALUES_GET_WITH_DD_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_DD_TABLE' EXPORTING FIELDNAME = 'PBDNR' FIELDTABNAME = 'PBIM' SELECTFIELD = 6 SHFIELDS = '23456' TABKEY = '*' TABNAME = 'PBIM' IMPORTING SELECTVALUE = P_PBDNR EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3 TABLE_NOT_IN_DDIC = 4 DATABASE_ERROR = 5 OTHERS = 6.
MD_MRP_CHECK_DB_CLIENT CALL FUNCTION 'MD_MRP_CHECK_DB_CLIENT' "P45K015953 IMPORTING E_DISFG = FLAG_DISFG * E_UDBVM = EXCEPTIONS DIBR_NOT_ACTIVE = 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.