SAP Reports / Programs

RM06CCMEXP SAP ABAP Report - Send Purchasing Data to Catalog







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 RM06CCMEXP enables you to select purchasing info records and material items from contracts...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 RM06CCMEXP into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MECCM - Send Purchasing Data to Catalog


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 RM06CCMEXP. "Basic submit
SUBMIT RM06CCMEXP AND RETURN. "Return to original report after report execution complete
SUBMIT RM06CCMEXP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 001 = Contract Selection


INCLUDES used within this REPORT RM06CCMEXP

INCLUDE RM06CCMEXP_CLASS_DEF.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 RM06CCMEXP or its description.