SAP Reports / Programs

RNWP_ARRIVAL_LIST SAP ABAP Report - IS-H: MiniApp 'Arrivals on My Care Unit'







RNWP_ARRIVAL_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 RNWP_ARRIVAL_LIST into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RNWP_ARRIVAL_LIST. "Basic submit
SUBMIT RNWP_ARRIVAL_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT RNWP_ARRIVAL_LIST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_EX1 = D Extract Name (Generate)
Selection Text: P_EX2 = D Extract Name (Display)
Selection Text: P_EXLOAD = D Display Extract
Selection Text: P_EXSAVE = D Generate Extract
Selection Text: P_EXT1 = D Extract Name
Selection Text: P_NOEX = D New Selection
Selection Text: R_DEPTOU = Department
Selection Text: R_TREAOU = Care Unit
Selection Text: SE_EINRI = Institution
Selection Text: KEYDATE = Date
Selection Text: KEYTIME = Time
Selection Text: PLANHORZ = Include Next (Days)
Title: IS-H: MiniApp 'Arrivals on My Care Unit'
Text Symbol: 001 = My Arrivals
Text Symbol: 002 = No arrivals exist
Text Symbol: S01 = Institution
Text Symbol: S02 = Date
Text Symbol: S03 = Time


INCLUDES used within this REPORT RNWP_ARRIVAL_LIST

INCLUDE RNDATA00.
INCLUDE RNLALV00.
INCLUDE RNWP_DATA.
INCLUDE RNSSEINR.
INCLUDE RNWP_F01.
INCLUDE RNWP_INIT.
INCLUDE RNWP_ATSEL.
INCLUDE: RNSVAR01.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ISH_DP_CARE_UNIT_LIST_DATA_GET call function 'ISH_DP_CARE_UNIT_LIST_DATA_GET' exporting i_including_free_beds = off i_dispvar = gt_fieldcat tables i_selection_criteria = gt_selvar e_arrival_list = xdata exceptions no_movements_exist = 1 others = 2.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_buffer_active = on i_structure_name = l_structure_name i_bypassing_buffer = on changing ct_fieldcat = gt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

ISH_NFAL_CHECK_AUTHORITY call function 'ISH_NFAL_CHECK_AUTHORITY' exporting ss_einri = se_einri ss_falnr = wa_xdata-falnr ss_falar = wa_xdata-falar exceptions others = 1.

ISH_NBEW_CHECK_AUTHORITY call function 'ISH_NBEW_CHECK_AUTHORITY' exporting ss_einri = se_einri ss_bewty = wa_xdata-bewty ss_orgid = wa_xdata-orgfa ss_planb = wa_xdata-planb ss_check_planb = on exceptions others = 1.

ISH_NBEW_CHECK_AUTHORITY call function 'ISH_NBEW_CHECK_AUTHORITY' exporting ss_einri = se_einri ss_bewty = wa_xdata-bewty ss_orgid = wa_xdata-orgpf ss_planb = wa_xdata-planb ss_check_planb = on exceptions others = 1.

ISHMED_VM_PERSONAL_DATA_READ call function 'ISHMED_VM_PERSONAL_DATA_READ' exporting i_uname = sy-uname i_caller = topprog importing e_rc = l_rc e_default_wplace = ls_wplace tables t_workplaces_001 = lt_wplace_001.

OWN_LOGICAL_SYSTEM_GET call function 'OWN_LOGICAL_SYSTEM_GET' importing own_logical_system = 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 = lang exceptions unknown_language = 1 others = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RNWP_ARRIVAL_LIST or its description.