SAP Reports / Programs | SAP Healthcare - Industry-Specific Components for Hospitals | SAP Healthcare - Industry-Specific Components for Hospitals(IS-H) SAP IS

/ISHFR/RNWFRGHM_LOAD SAP ABAP Report - IS-H FR: Import GHM Service Master Data







/ISHFR/RNWFRGHM_LOAD 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 report to import GHM service master data that does not yet exist...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 /ISHFR/RNWFRGHM_LOAD into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/ISHFR/NGHM_LOAD - IS-H FR: Import DRG Service Master


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 /ISHFR/RNWFRGHM_LOAD. "Basic submit
SUBMIT /ISHFR/RNWFRGHM_LOAD AND RETURN. "Return to original report after report execution complete
SUBMIT /ISHFR/RNWFRGHM_LOAD 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_STICH = D .
Selection Text: SO_EXLEI = Service Filter
Selection Text: PA_TEST = Test Mode
Selection Text: PA_TARIF = SC Sample Service
Selection Text: PA_MLEI = Sample Service
Selection Text: PA_GHM = File Name
Title: IS-H FR: Import GHM Service Master Data
Text Symbol: T01 = End of validity before key date. Service not transferred.
Text Symbol: S06 = Test Mode
Text Symbol: S05 = Import from Local Disk Drive
Text Symbol: S04 = Import from Application Server
Text Symbol: S01 = Institution
Text Symbol: P09 = Service Catalog
Text Symbol: M02 = Enter
Text Symbol: M01 = Here,
Text Symbol: BL5 = Selection Criteria
Text Symbol: BL4 = Data Origin
Text Symbol: BL3 = Fixed Data for Service Master
Text Symbol: BL2 = Execution Parameters
Text Symbol: BL1 = Files
Text Symbol: 017 = Additional Information
Text Symbol: 016 = ErrorType
Text Symbol: 015 = E
Text Symbol: 014 = Error Message
Text Symbol: 011 = Valid To
Text Symbol: 010 = Valid From
Text Symbol: 009 = Create
Text Symbol: 008 = NTPK Status
Text Symbol: 007 = NTPK
Text Symbol: 004 = Long Text
Text Symbol: 003 = Service Master Data
Text Symbol: 001 = Service Master


INCLUDES used within this REPORT /ISHFR/RNWFRGHM_LOAD

No INCLUDES are used within this REPORT code!


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_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING ss_cvers = l_version EXCEPTIONS OTHERS = 1.

ISH_READ_NTPK CALL FUNCTION 'ISH_READ_NTPK' EXPORTING einri = se_einri talst = pa_mlei tarif = pa_tarif IMPORTING e_ntpk = l_ntpk EXCEPTIONS not_found = 1 OTHERS = 2.

ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_ghm.

ISH_HELP_REQUEST CALL FUNCTION 'ISH_HELP_REQUEST' EXPORTING ss_object = '/ISHFR/ISH_EINRI_LOAD' ss_popup = on EXCEPTIONS OTHERS = 1.

ISH_HELP_REQUEST CALL FUNCTION 'ISH_HELP_REQUEST' EXPORTING ss_object = '/ISHFR/ISH_APPL_SERVER' ss_popup = on EXCEPTIONS OTHERS = 1.

ISH_HELP_REQUEST CALL FUNCTION 'ISH_HELP_REQUEST' EXPORTING ss_object = '/ISHFR/ISH_LOCAL_DRIVE' ss_popup = on EXCEPTIONS OTHERS = 1.

ISH_HELP_REQUEST * CALL FUNCTION 'ISH_HELP_REQUEST' * EXPORTING * ss_object = '/ISHFR/ISH_FIXED_DATE' * ss_popup = on * EXCEPTIONS * OTHERS = 1.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING es_layout = gs_layout et_fieldcat = xfield[] * et_sort = * et_filter = * es_list_scroll = * es_variant = EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_HS_LIST_WIDTH_GET CALL FUNCTION 'REUSE_ALV_HS_LIST_WIDTH_GET' EXPORTING i_tabname_header = 'PT_OUTPUT' i_tabname_item = 'HELP_TAB' it_fieldcat = xfield[] is_layout = gs_layout IMPORTING e_width = g_width EXCEPTIONS OTHERS = 1.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING * ausbegdt = rnstat-ausbegdt * ausenddt = rnstat-ausenddt einri = se_einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 uline = off * verbegdt = init_date * verenddt = init_date EXCEPTIONS invalid_einri = 1 OTHERS = 2.

ISH_HLTHSRVCAT_ADDITEM CALL FUNCTION 'ISH_HLTHSRVCAT_ADDITEM' EXPORTING ss_einri = se_einri ss_tarif = g_tarif_drg ss_testrun = pa_test IMPORTING ss_retmaxtype = g_retmaxtype TABLES ss_ntpk = gt_rntpk ss_ntpt = gt_rntpt ss_ntsp = gt_rntsp ss_return = gt_return.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_pf_status_set = 'SET_OF_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = gs_layout it_fieldcat = xfield[] it_special_groups = gt_sp_groups[] it_sort = gs_sort[] i_default = 'X' i_save = 'A' is_variant = gs_variant it_events = gt_events[] TABLES t_outtab = pt_output EXCEPTIONS program_error = 1 OTHERS = 2.

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING * def_filename = * def_path = co_path mask = ',*.*,*.*.' "04A, *.04A.'

ISH_READ_NTPK CALL FUNCTION 'ISH_READ_NTPK' EXPORTING einri = se_einri talst = l_talst tarif = g_tarif_drg EXCEPTIONS not_found = 1 OTHERS = 2.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING client = sy-mandt header = header_langtext insert = 'X' savemode_direct = 'X' TABLES lines = gt_memo_lei EXCEPTIONS id = 1 language = 2 name = 3 object = 4 OTHERS = 5.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT'.

INIT_TEXT CALL FUNCTION 'INIT_TEXT' EXPORTING object = p_object id = p_id name = p_name language = sy-langu IMPORTING header = p_header TABLES lines = pt_lines EXCEPTIONS id = 1 language = 2 name = 3 object = 4.

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = p_prog dynumb = p_dynpnr translate_to_upper = on TABLES dynpfields = lt_dynpfields.

CONVERSION_EXIT_ALPHA_INPUT





CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = p_fieldval IMPORTING output = p_fieldval EXCEPTIONS OTHERS = 1.

ISH_SHOW_SERVICES_NEW CALL FUNCTION 'ISH_SHOW_SERVICES_NEW' EXPORTING einrichtung = g_einri tarif = g_tarif talst = g_leist sel_erfsp = 'X' multi_select = ' ' use_groups = ' ' zotyp = '' change_tarif = '' vcode = 'INS' read_vle = ' ' IMPORTING e_ntpk = ntpk EXCEPTIONS wrong_einri = 1 nothing_found = 2 nothing_selected = 3 missing_zotyp = 4 OTHERS = 5.



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 /ISHFR/RNWFRGHM_LOAD or its description.