RN1WP_REQUEST_LIST 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 RN1WP_REQUEST_LIST 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: SO_STAE = Request Status
Selection Text: SO_GPART = Physician/Employee
Selection Text: SO_ERDAT = Created On
Selection Text: SO_ANPOE = Req.Nurs.OU
Selection Text: SO_ANFOE = Req.Dept.OU
Selection Text: SE_EINRI = Institution
Selection Text: P_SAVE = Save
Title: Request Overview as MiniAPP
Text Symbol: VR1 = Organizational Units
Text Symbol: S07 = Duration - Appts Outstanding
Text Symbol: S06 = Duration of Appts Lapsed
Text Symbol: S05 = Time
Text Symbol: S04 = Key Date
Text Symbol: S03 = Minutes
Text Symbol: S02 = Preparation Time
Text Symbol: S01 = Institution
Text Symbol: G05 = Documents
Text Symbol: G04 = Requests
Text Symbol: G03 = Data for Current Movement
Text Symbol: G02 = Case Data
Text Symbol: G01 = Patient Data
Text Symbol: FS3 = Nrs. OU
Text Symbol: FS2 = Dept. OU
Text Symbol: FS1 = ST
Text Symbol: FM3 = ReqNrsOU
Text Symbol: FM2 = Req. Dept. OU
Text Symbol: FM1 = Status
Text Symbol: 002 = There are currently no requests
INCLUDE RNDATA00.
INCLUDE RNLALV00.
INCLUDE RNWP_DATA.
INCLUDE RNSSEINR.
INCLUDE RNWP_F01.
INCLUDE RNWP_INIT.
INCLUDE RNWP_ATSEL.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING date = p_date einri = p_einri fazuw = p_flg_dept pfzuw = p_flg_nurse freig = 'X' graph_title = 'Organisationseinheiten'(vr1) loekz = 'X' no_bauid = 'X' sperr = space IMPORTING nothing_selected = l_flg_no_result selected_orgid = l_ouid_selected EXCEPTIONS OTHERS = 01.
ISHMED_DP_REQUESTS_GET CALL FUNCTION 'ISHMED_DP_REQUESTS_GET' EXPORTING i_get_new_lists = 'X' TABLES it_selection_criteria = pt_selection_criteria et_request_list = pt_requst_list EXCEPTIONS no_data = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = p_report * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = p_grid_layout "!!! is_layout = p_layout it_fieldcat = pt_fieldcat * IT_EXCLUDING = it_special_groups = pt_groups * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = 'X' i_save = 'A' is_variant = l_disvariant * IT_EVENTS = "!!! * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = it_add_fieldcat = lt_add_fieldcat it_hyperlink = gt_hypetab[] * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = pt_requst_list EXCEPTIONS program_error = 1 OTHERS = 2.
ISHMED_VM_PERSONAL_DATA_READ CALL FUNCTION 'ISHMED_VM_PERSONAL_DATA_READ' EXPORTING i_uname = sy-uname i_caller = p_report IMPORTING e_rc = l_rc e_default_wplace = l_wplace TABLES t_workplaces_001 = lt_wplace_001.
OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = p_logical_system EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.
CONVERT_SAP_LANG_TO_ISO_LANG CALL FUNCTION 'CONVERT_SAP_LANG_TO_ISO_LANG' EXPORTING input = sy-langu IMPORTING output = p_lang EXCEPTIONS unknown_language = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN1WP_REQUEST_LIST - Request Overview as MiniAPP RN1WP_REQUEST_LIST - Request Overview as MiniAPP RN1WP_NEXT_OPS - Report for Miniapp for Displaying Surgeries for One Person RN1WP_NEXT_OPS - Report for Miniapp for Displaying Surgeries for One Person RN1WP_CORR_AVAR - Clinical Work Station - Correction f. Layouts RN1WP_CORR_AVAR - Clinical Work Station - Correction f. Layouts