RM60XCOM is a standard ABAP INCLUDE 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 RM60XCOM into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include for Report RM60 Common Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REQUIREMENT_REFERENCE_READ CALL FUNCTION 'REQUIREMENT_REFERENCE_READ' EXPORTING erm60v = rm60v pl_start = datev pl_ende = dateb * expbpt = xpbpt tcode = sy-tcode * DIALOG_KZ = * SELECT_KZ = * OKCODE = xrunden = runkz IMPORTING konfda = cm60r-confl TABLES irefrbpt = rpbpt irefrbet = rpbet * IREFXBET = iproto = proto EXCEPTIONS * abort_dialog = 1 no_reference = 2 OTHERS = 3.
REQUIREMENTS_COPY_CONFIG CALL FUNCTION 'REQUIREMENTS_COPY_CONFIG' EXPORTING CUOBJ = loc_cuobj * ROBJEK = H_XOBJECTID IMPORTING OUT_CUOBJ = xpbet-cuobj EXCEPTIONS CONFIG_NOT_INITIALIZED = 1 OTHERS = 2.
REQUIREMENTS_MAINTAIN CALL FUNCTION 'REQUIREMENTS_MAINTAIN' EXPORTING ecm60r = cm60r ecm60a = cm60a eprasta = perkz TABLES epbpt = xpbpt epbet = xpbet * EPBCH = iproto = proto item_out = xpbpt schedule_out = xpbet EXCEPTIONS error = 1.
PERIOD_AND_DATE_CONVERT_OUTPUT CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_OUTPUT' EXPORTING *Eingabedaten werden ausgegeben.
MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING matnr = h_marc-matnr IMPORTING wmara = ls_mara EXCEPTIONS lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.
CHECK_REQUIREMENT_TYPE CALL FUNCTION 'CHECK_REQUIREMENT_TYPE' EXPORTING mrp_group = h_marc-disgr plant = rm60u-werks requirement_type_i = bedae sd_flag = ' ' str_group = h_marc-strgr IMPORTING requirement_type_e = rm60u-bedae EXCEPTIONS invalid_requirement_type = 01 no_requirement_type_found = 02.
MD_MDVM_COLLECTIVE_UPDATE CALL FUNCTION 'MD_MDVM_COLLECTIVE_UPDATE' * EXPORTING * ERROR_MODE = * IMPORTING * COUNT_INSERT_MDVM = * COUNT_INSERT_MDVL = EXCEPTIONS error_insert_mdvm = 1 error_insert_mdvl = 2 error_insert_all = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.