RMCS0BEN is a standard ABAP INCLUDE 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 RMCS0BEN 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: LIS Standard Analyses: Routines for User Settings
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING POPUP_TITLE = HLP_TEXT1 IMPORTING RETURNCODE = BA_HLP_RETURNCODE TABLES FIELDS = POPUP_FIELDS EXCEPTIONS ERROR_IN_FIELDS = 1 OTHERS = 2.
MC_POPUP_TO_MARK_FIELDS CALL FUNCTION 'MC_POPUP_TO_MARK_FIELDS' EXPORTING I_FIELD_NUMBER_MIN = 1 I_ICONTEXT = BS_HLP_ICONTEXT I_ICONINFO = BS_HLP_ICONINFO I_MARK_BY_TABLE = TRUE I_OBJECT_NAME_PLURAL = HLP_TEXT1 I_OBJECT_NAME_SINGULAR = HLP_TEXT2 I_POPUP_TITLE = HLP_TEXT3 I_TEXTLINE = HLP_TEXT4 I_TEXT_LENGTH = 55 IMPORTING E_MARKED = BS_FLG_MARKED TABLES T_FIELDS = BS_FIELDS T_MARKED_FIELDS = BS_MARKED_FIELDS EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCS0BEN - LIS Standard Analyses: Routines for User Settings RMCS00SP - LIS Standard Analyses: General Selection Parameters RMCS00SO - LIS Standard Analysis: AT SELECTION SCREEN ON Processing RMCS00HI - LIS Standard Analyses: Selection Using Hierarchy RMCS00AL - LIS Standard Analyses: Procedural Logic RMCROIWC - Test Installation of the OIW/Excel Frontend on the User's PC