RM06NCUS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program helps the user to make the necessary system settings for message determination...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 RM06NCUS 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: Report for Setting Up the Customizing Tables for Message Determination
Text Symbol: 001 = ******************************************************************
Text Symbol: 002 = * All necessary settings have now been made. *
Text Symbol: 003 = * In order that the system can now find the correct data, *
Text Symbol: 004 = * the relevant master data must now also be maintained. You will *
Text Symbol: 005 = * find the maintenance functions in the basic purchasing menu. *
Text Symbol: 006 = * Choose the entry "Master data" and then "Messages" *
Text Symbol: 007 = ******************************************************************
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = ENT_TABNAME VARKEY = ENQ_KEY EXCEPTIONS FOREIGN_LOCK = 4 SYSTEM_FAILURE = 8.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING TABNAME = DET_TABNAME VARKEY = ENQ_KEY.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM06NCUS - Report for Setting Up the Customizing Tables for Message Determination RM06NCUS - Report for Setting Up the Customizing Tables for Message Determination RM06MEMTYPTOP - documentation and ABAP source code RM06MEMTYPF01 - documentation and ABAP source code RM06MEMTYP - Correction Report for MEMORYTYPE Field RM06MEMTYP - Correction Report for MEMORYTYPE Field