RMCP6SOP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RMCP6SOP enables you to continue using the product groups and their planning versions which you created in Release 2...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 RMCP6SOP 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: Conversion of SOP for 3.0 Planning
INCLUDE RMCP6F05.
No SAP DATABASE tables are accessed within this REPORT code!
MC_PG_STRUKTUR_XPRA CALL FUNCTION 'MC_PG_STRUKTUR_XPRA' EXPORTING IDATUB = SY-DATUM IDATUV = SY-DATUM IPRGRP = KOPF_TAB-NUMMER IWERKS = KOPF_TAB-WERKS IMANDT = KOPF_TAB-MANDT TABLES IPGBAU = INT_PGBAU * " IPGMIT = * " IPGTAB = EXCEPTIONS PG_OR_MATERIAL_NOT_FOUND = 01 UNIT_CONVERSION_NOT_POSSIBLE = 02 RECURSION_OCCURED = 03.
MC_PG_PGAN_UPDATE CALL FUNCTION 'MC_PG_PGAN_UPDATE' EXPORTING IMANDT = KOPF_TAB-MANDT TABLES * " T_PGMI_D = * " T_PGZU_D = T_PGMI_U = U_PGMI T_PGZU_U = U_PGZU T_PGMI_I = INT_PGMI T_PGZU_I = INT_PGZU EXCEPTIONS PG_OR_MATERIAL_NOT_FOUND = 01 ERROR_WITH_INT_NUMBER = 02.
MC_GSTRU_PRUEFEN CALL FUNCTION 'MC_GSTRU_PRUEFEN' * destination 'NONE' EXPORTING I_GSTRU = INT_TMC4-GSTRU * importing * o_datfcnt = * o_keycnt = * o_subrc = * o_unitcnt = TABLES T_DATF = I_DATF T_KEYS = I_KEYS T_UNITS = IP_EINH.
APPEND_PROTOCOL CALL FUNCTION 'APPEND_PROTOCOL' EXPORTING ACCEPT_NOT_INIT = 'X' CLOSE_FILE = 'X' CONDENSE = 'X' MASTER_LANGU = 'D' OPEN_FILE = 'X' TABLES XMSG = HLP_MSG_TAB EXCEPTIONS FILE_NOT_FOUND = 01 PROT_NOT_INITIALIZED = 02 WRONG_CALL = 03 OTHERS = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCP6SOP - Conversion of SOP for 3.0 Planning RMCP6SOP - Conversion of SOP for 3.0 Planning RMCP6RES - RESET Status of Planning Objects in LISPLF for a Planning Run RMCP6RES - RESET Status of Planning Objects in LISPLF for a Planning Run RMCP6REG - Regenerate planning hierarchy in background! RMCP6REG - Regenerate planning hierarchy in background!