SAP Reports / Programs | Logistics - General | Logistics Information System (LIS)(LO-LIS) SAP LO

RMCEXCUC SAP ABAP Report - LO Data Extraction: Customizing Cockpit







RMCEXCUC is a standard Executable ABAP Report 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 RMCEXCUC 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

LBWE - LO Data Ext.: Customizing Cockpit


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


Text pool values


Title: LO Data Extraction: Customizing Cockpit
Text Symbol: 105 = For the DataSource,
Text Symbol: 106 = data still exists in the central delta management
Text Symbol: 107 = Source System:
Text Symbol: 108 = Target System:
Text Symbol: 109 = The update of the extract structure
Text Symbol: 110 = in client
Text Symbol: 111 = is active
Text Symbol: 112 = The BW logs for application
Text Symbol: 113 = have been deleted
Text Symbol: 114 = Check of extraction structure
Text Symbol: 115 = completed successfully
Text Symbol: 120 = In the system
Text Symbol: 121 = there are still deltas in the table MC12_BUFFER
Text Symbol: 122 = If you want to transport changed application extract
Text Symbol: 123 = structures
Text Symbol: 124 = into the system,
Text Symbol: 125 = run this program again after processing
Text Symbol: 126 = the open update entries
Text Symbol: 127 = This ensures that the table MC12_Puffer
Text Symbol: 128 = is empty
Text Symbol: 140 = Applications
Text Symbol: 141 = Application
Text Symbol: 142 = Extract Structures
Text Symbol: 143 = Structure Maint.
Text Symbol: 144 = Update Maintenance
Text Symbol: 145 = DataSource Generation
Text Symbol: 146 = Maintain Update Mode
Text Symbol: 147 = Active
Text Symbol: 148 = Generated, Not Active
Text Symbol: 149 = not generated
Text Symbol: 150 = Events
Text Symbol: 001 = Source data
Text Symbol: 002 = Maintained
Text Symbol: 003 = Not Maintained
Text Symbol: 004 = Active
Text Symbol: 005 = Inactive
Text Symbol: 007 = DataSource





Text Symbol: 008 = Logistics applications
Text Symbol: 009 = Events
Text Symbol: 010 = Extract structures
Text Symbol: 011 = Structure
Text Symbol: 012 = Update
Text Symbol: 013 = Selection criteria
Text Symbol: 014 = Maintenance
Text Symbol: 015 = Entry confirmation
Text Symbol: 016 = Do you really want to confirm these entries?
Text Symbol: 017 = Job Control
Text Symbol: 018 = Standard Settings
Text Symbol: 019 = Extract structure is being generated...
Text Symbol: 020 = DataSource is being generated...
Text Symbol: 021 = Append for
Text Symbol: 022 = Update Mode
Text Symbol: 023 = Update Modes
Text Symbol: 024 = Select Update Mode
Text Symbol: 050 = Data is being read ...
Text Symbol: 051 = All
Text Symbol: 060 = Query: "Change Obsolete Update Mode?"
Text Symbol: 061 = System No Longer Supports this Update Mode. Do you want to
Text Symbol: 062 = permanently change this mode now?
Text Symbol: 101 = For the application,
Text Symbol: 102 = open V3 updates still exist
Text Symbol: 103 = The restructure table
Text Symbol: 104 = still contains data in the client


INCLUDES used within this REPORT RMCEXCUC

INCLUDE RMCSBWA1AB.
INCLUDE RMCSBWA3AB.
INCLUDE RMCSBWA2AB.
INCLUDE RMCSBWA4AB.


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