RMCBT156 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 RMCBT156 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: Checks tabke T156 for BCO
Text Symbol: 001 = All required movement types are relevant to statistics
Text Symbol: 002 = The following movement types are not relevant to statistics
Text Symbol: 003 = Data successfully changed
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_grid_title = text-002 it_fieldcat = g_fieldcat TABLES t_outtab = it1_t156.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCBT156 - Checks tabke T156 for BCO RMCBT156 - Checks tabke T156 for BCO RMCBSU01 - General Field Definitions for Statistics Updating RMCBS198 - Periodic plant stock for the Business Information Warehouse RMCBS198 - Periodic plant stock for the Business Information Warehouse RMCBS197 - Periodic warehouse stock for the Business Information Warehouse