RNUHCO04 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to display the transfer information of the HCO interface...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RNUHCO04 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
NCOL - IS-HCO: Transfer Information
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: ANFOE = Requesting Dept. Org. Unit
Selection Text: ANPOE = Requesting Nursing Org. Unit
Selection Text: BUDAT = D Posting Date
Selection Text: EKOST = Receiver (Cost Center)
Selection Text: ERBOE = Performing Org. Unit
Selection Text: GJAHR = D Fiscal Year
Selection Text: LEIST = D Service
Selection Text: LSTAR = D Activity Type
Selection Text: PERIO = D Posting Period
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: SE_EINRI = D Institution
Selection Text: SKOST = Sender (Cost Center)
Selection Text: UBDAT = D Created on
Title: IS-H: Evaluate Transfer Information
Text Symbol: 034 = Service
Text Symbol: 035 = Org. Units
Text Symbol: 036 = Transf. Info
Text Symbol: 037 = User Name
Text Symbol: 038 = User
Text Symbol: 039 = Cancel. Doc.
Text Symbol: 040 = Cancel
Text Symbol: 041 = TCde
Text Symbol: BL1 = Select Organizational Units
Text Symbol: BL2 = Select Transfer
Text Symbol: BL3 = Select Service
Text Symbol: S01 = Institution
Text Symbol: U01 = Institution
Text Symbol: 033 = Transfer Information Evaluation
Text Symbol: 001 = Svce Description (Short Text 1)
Text Symbol: 002 = Service Description
Text Symbol: 003 = VF
Text Symbol: 004 = Req. Dept. OU
Text Symbol: 005 = Req. Nursing OU (Name)
INCLUDE RNEXTRACT_DATA.
INCLUDE RNSSEINR.
INCLUDE RNSSEXTR.
INCLUDE RNSSIEIN.
INCLUDE RNSSIEXT.
INCLUDE RNSSSEXT_VALUE_REQUEST.
INCLUDE RNSSSPBO.
INCLUDE RNSSSEXT_PBO.
INCLUDE RNSSSEIN.
INCLUDE RNSSSEXT.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_READ_NTPK_NTPT_NEW call function 'ISH_READ_NTPK_NTPT_NEW' EXPORTING einri = xdata-einri talst = xdata-leist tarif = xdata-haust begdt = xdata-ubdat enddt = xdata-ubdat IMPORTING e_ntpk = ntpk e_ntpt = ntpt EXCEPTIONS missing_data = 1 no_ntpk_ntpt_found = 2 others = 3.
ISH_READ_NORG call function 'ISH_READ_NORG' EXPORTING orgid = xdata-anfoe IMPORTING norg_e = norg EXCEPTIONS missing_orgid = 1 others = 2.
ISH_READ_NORG call function 'ISH_READ_NORG' EXPORTING orgid = xdata-anpoe IMPORTING norg_e = norg EXCEPTIONS missing_orgid = 1 others = 2.
ISH_READ_NORG call function 'ISH_READ_NORG' EXPORTING orgid = xdata-erboe IMPORTING norg_e = norg EXCEPTIONS missing_orgid = 1 others = 2.
ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' EXPORTING einri = se_einri line_size = lsize repid = repid title_lin1 = title1 uline = off EXCEPTIONS invalid_einri = 01.
ISH_DYNP_VALUES_READ call function 'ISH_DYNP_VALUES_READ' EXPORTING dyname = dyname dynumb = dynumb TABLES dynpfields = idynpread.
CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = dyn_einri IMPORTING output = dyn_einri EXCEPTIONS others = 1.
ISH_SHOW_SERVICES_NEW call function 'ISH_SHOW_SERVICES_NEW' exporting einrichtung = dyn_einri * TARIF = ' ' * TALST = ' ' * ZEITRAUM = 'X' * ZEITPUNKT = 'X' * ENTGA = ' ' * TAGRU = ' ' * BEGDT = '00000000' * ENDDT = '00000000' * SEL_LEIST = 'X' * SEL_GROUP = 'X' * SEL_ERFSP = ' ' multi_select = ' ' * USE_GROUPS = 'X' * ZOTYP = ' ' * DEPTH = '1' * CHANGE_TARIF = 'X' * CHANGE_ZEITR = 'X' * CHANGE_ZEITP = 'X' * CHANGE_ENTGA = 'X' * CHANGE_TAGRU = 'X' * CHANGE_ZOTYP = 'X' * CHANGE_USEGR = 'X' * WIN_TITLE = 'Eingabehilfe' * TEXTNR = '1' * VCODE = 'UPD' * SKIP_FIRST_SCREEN = ' ' * READ_VLE = 'X' * SELECT_ALL = 'X' importing e_ntpk = ntpk * tables * T_NTPK = * T_NTPT = exceptions wrong_einri = 1 nothing_found = 2 nothing_selected = 3 missing_zotyp = 4 others = 5.
REUSE_ALV_EXTRACT_LOAD CALL FUNCTION 'REUSE_ALV_EXTRACT_LOAD' EXPORTING is_extract = gs_extract2 IMPORTING * ES_ADMIN = ES_SEL_HIDE = GS_SEL_HIDE TABLES et_exp01 = xdata EXCEPTIONS not_found = 1 wrong_relid = 2 no_report = 3 no_exname = 4 no_import_possible = 5 OTHERS = 6 .
REUSE_ALV_EXTRACT_SAVE CALL FUNCTION 'REUSE_ALV_EXTRACT_SAVE' EXPORTING is_extract = gs_extract1 I_GET_SELINFOS = on * IS_SEL_HIDE = "ALV TABLES it_exp01 = xdata.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' i_callback_program = repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_STRUCTURE_NAME = is_layout = gs_layout it_fieldcat = xfield * IT_EXCLUDING = it_special_groups = gt_sp_groups[] it_sort = gt_zsum[] * IT_FILTER = IS_SEL_HIDE = gs_sel_hide i_default = 'X' i_save = 'A' is_variant = gs_variant it_events = gt_events[] * IT_EVENT_EXIT = is_print = gs_print * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = xdata exceptions program_error = 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.
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 RNUHCO04 or its description.
RNUHCO04 - IS-H: Evaluate Transfer Information RNUHCO04 - IS-H: Evaluate Transfer Information RNUHCO01 - IS-H: Copy Utility for NLAZ Maintenance RNUHCO01 - IS-H: Copy Utility for NLAZ Maintenance RNUGRA01 - IS-H: Test Care Unit Graphics Customizing RNUGRA01 - IS-H: Test Care Unit Graphics Customizing