RSENQ_SELECTIONS 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 RSENQ_SELECTIONS 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.
Selection Text: G_ACTION = D Lock action
Selection Text: G_DAT_DE = Unlock date
Selection Text: G_DAT_EN = Lock date
Selection Text: G_ERROR = Error
Selection Text: G_TIM_DE = Unlock time
Selection Text: G_TIM_EN = Lock time
Selection Text: G_UNM_DE = D User
Selection Text: G_UNM_EN = D User
Text Symbol: 001 = Setting the lock
Text Symbol: 002 = Removing the lock
Text Symbol: 003 = Selections for the lock log
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSENQ_PROTOCOL_DISPLAY_INT CALL FUNCTION 'RSENQ_PROTOCOL_DISPLAY_INT' EXPORTING I_ACTION = g_action[] I_UNM_ENQ = g_unm_en[] I_TSP_ENQ = g_tsp_en I_UNM_DEQ = g_unm_de[] I_TSP_DEQ = g_tsp_de I_ERROR = g_error * IMPORTING * E_SUBRC = .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.