REMMACL_SELSCRN_GENERATE 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 REMMACL_SELSCRN_GENERATE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EMMACLGEN - Generate Case List Program
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: Generate Selection Screen for Case List
Text Symbol: 001 = Include program
Text Symbol: 002 = generated for transaction EMMACL
Text Symbol: 003 = This program generates the selection screen for transaction EMMACL
Text Symbol: 004 = Fields from the customer enhancement of the case table will be included
Text Symbol: 005 = Do you want to continue with generation?
Text Symbol: 006 = Yes
Text Symbol: 007 = No
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = gv_text1 text_question = gv_text2 text_button_1 = 'Yes'(006) text_button_2 = 'No'(007) default_button = '1' display_cancel_button = 'X' start_column = 25 start_row = 6 IMPORTING answer = gv_ans EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REMMACL_SELSCRN_GENERATE - Generate Selection Screen for Case List REMMACL_SELSCRN_GENERATE - Generate Selection Screen for Case List REMMACLIST_AUTPROC_EXEC_TOP - Include REMMACLIST_AUTPROC_EXEC_TOP REMMACLIST_AUTPROC_EXEC_I01 - Include REMMACLIST_AUTPROC_EXEC_I01 REMMACLIST_AUTPROC_EXEC_F01 - Include REMMACLIST_AUTPROC_EXEC_F01 REMMACASELIST_SHL - Clarification Case List with Shortcut Keys