SAP Reports / Programs

RMCP6SOP SAP ABAP Report - Conversion of SOP for 3.0 Planning







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RMCP6SOP. "Basic submit
SUBMIT RMCP6SOP AND RETURN. "Return to original report after report execution complete
SUBMIT RMCP6SOP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Conversion of SOP for 3.0 Planning


INCLUDES used within this REPORT RMCP6SOP

INCLUDE RMCP6F05.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RMCP6SOP or its description.