RM06CCMEXP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report
If you would like to execute this report or see the full code listing simply enter RM06CCMEXP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MECCM - Send Purchasing Data to Catalog
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: SO_S_MAT = D .
Selection Text: SO_MSS = D .
Selection Text: SO_LANGU = D .
Selection Text: SO_I_WRK = D .
Selection Text: SO_I_MAT = D .
Selection Text: SO_I_LIF = D .
Selection Text: SO_I_EKO = D .
Selection Text: SO_C_WRK = D .
Selection Text: SO_C_MAT = D .
Selection Text: SO_C_LIF = D .
Selection Text: SO_C_ID = D .
Selection Text: SO_C_EKO = D .
Selection Text: P_MSS_ID = D .
Selection Text: P_I_ESO = D .
Selection Text: P_DATE = D .
Selection Text: SO_S_WRK = Plant
Selection Text: SO_S_LIF = Vendor
Selection Text: SO_S_EKO = Purchasing Organization
Selection Text: P_TEST = Test Run
Selection Text: P_TECH = Language-Indep. Catalog Name
Selection Text: P_SUST = Sustainability
Selection Text: P_NAME3 = Catalog Name in 3rd Language
Selection Text: P_NAME2 = Catalog Name in 2nd Language
Selection Text: P_NAME1 = Catalog Name in 1st Language
Selection Text: P_MSS = Select MSS
Selection Text: P_LANG3 = 3rd Language
Selection Text: P_LANG2 = 2nd Language
Selection Text: P_LANG1 = 1st Language
Selection Text: P_INFO = Select Purchasing Info Records
Selection Text: P_CONT = Select Contract Items
Title: Send Purchasing Data to Catalog
Text Symbol: 008 = Sustainability
Text Symbol: 007 = Select MSS
Text Symbol: 006 = Catalog Designation in 3rd Language
Text Symbol: 005 = Catalog Designation in 2nd Language
Text Symbol: 004 = Catalog Designation in 1st Language
Text Symbol: 003 = Catalog Designation
Text Symbol: 002 = Info Record Selection
INCLUDE RM06CCMEXP_CLASS_DEF.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM06CCMEXP - Send Purchasing Data to Catalog RM06CCMEXP - Send Purchasing Data to Catalog RM06C020 - Report RM06C020 RM06C020 - Report RM06C020 RM06C011 - Deletion of Depend. Reqts. in Case of Deleted SC Requisitions from SD RM06C011 - Deletion of Depend. Reqts. in Case of Deleted SC Requisitions from SD