SAP Reports / Programs

/ISHFR/RNWFRNABM_LOAD SAP ABAP Report - IS-H FR: Import NABM Service Master Data







/ISHFR/RNWFRNABM_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 NABM service master data...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/RNWFRNABM_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/NNABM_LOAD - IS-H FR: Import NABM 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/RNWFRNABM_LOAD. "Basic submit
SUBMIT /ISHFR/RNWFRNABM_LOAD AND RETURN. "Return to original report after report execution complete
SUBMIT /ISHFR/RNWFRNABM_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: PA_NABM = D .
Selection Text: SO_EXLEI = Service Filter
Selection Text: P_RGART = Rule Type
Selection Text: P_MSGTY = Message Type for Service Rule
Selection Text: PA_TEST = Test Mode
Selection Text: PA_TARIF = SC Sample Service
Selection Text: PA_PREF = Prefix for NABM Service
Selection Text: PA_MLEI = Sample Service
Title: IS-H FR: Import NABM Service Master Data
Text Symbol: X01 = Inconsistent data in rec. type
Text Symbol: X02 = Sender Number ==>
Text Symbol: X03 = Sender Program ==>
Text Symbol: X04 = Recipient Type ==>
Text Symbol: X05 = Recipient Number ==>
Text Symbol: X06 = Recipient Program ==>
Text Symbol: X07 = Application - Exchange Type ==>
Text Symbol: X08 = File Identifier ==>
Text Symbol: X09 = Creation Date ==>
Text Symbol: X10 = Chronological Number ==>
Text Symbol: X11 = Version Number ==>
Text Symbol: X12 = File Type ==>
Text Symbol: X13 = Inconsistency in input file
Text Symbol: X14 = NABM conversion service
Text Symbol: X15 = does not exist
Text Symbol: X16 = The excluded service
Text Symbol: X17 = 1st record not rec. type 000 but
Text Symbol: 001 = Service Master
Text Symbol: 003 = Service Master Data
Text Symbol: 004 = Short Text
Text Symbol: 005 = Ins/Upd
Text Symbol: 006 = Insert/Update
Text Symbol: 007 = NTPK
Text Symbol: 008 = NTPK Status
Text Symbol: 009 = Create
Text Symbol: 012 = NTPKFR
Text Symbol: 013 = NTPKFR Status
Text Symbol: 014 = Error Message





Text Symbol: 015 = F
Text Symbol: 016 = ErrorType
Text Symbol: 017 = Additional Information
Text Symbol: BL1 = Files
Text Symbol: BL2 = Execution Parameters
Text Symbol: BL3 = Fixed Data for Service Master
Text Symbol: BL4 = Data Origin
Text Symbol: BL5 = Selection Criteria
Text Symbol: M01 = Here,
Text Symbol: M02 = Enter
Text Symbol: P09 = Service Catalog
Text Symbol: S01 = Institution
Text Symbol: S04 = Import from Application Server
Text Symbol: S05 = Import from Local Disk Drive
Text Symbol: S06 = Test Mode
Text Symbol: T01 = End of validity before key date. Service not transferred.


INCLUDES used within this REPORT /ISHFR/RNWFRNABM_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_nabm.

ENQUEUE_ENLPA CALL FUNCTION 'ENQUEUE_ENLPA' EXPORTING einri = se_einri _scope = '3' EXCEPTIONS foreign_lock = 1 system_failure = 2.

DEQUEUE_ENLPA CALL FUNCTION 'DEQUEUE_ENLPA' EXPORTING einri = se_einri _scope = '3'.

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.

ISH_HELP_REQUEST CALL FUNCTION 'ISH_HELP_REQUEST' EXPORTING ss_object = '/ISHFR/ISH_PRAEFIX' 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_GETITEMDETAIL CALL FUNCTION 'ISH_HLTHSRVCAT_GETITEMDETAIL' EXPORTING ss_einri = se_einri ss_tarif = pa_tarif ss_talst = l_leist IMPORTING ss_retmaxtype = l_retmaxtype TABLES ss_ntpk = lt_ntpk ss_ntpt = lt_ntpt * SS_NTPZ = * SS_NTPP = * SS_NTPKD = ss_ntsp = lt_ntsp ss_ntpkfr = lt_ntpkfr ss_ntpkfr_la = lt_ntpkfr_la * SS_RETURN = .

ISH_HLTHSRVCAT_ADDITEM CALL FUNCTION 'ISH_HLTHSRVCAT_ADDITEM' EXPORTING ss_einri = se_einri ss_tarif = pa_tarif ss_testrun = pa_test IMPORTING ss_retmaxtype = g_retmaxtype TABLES ss_ntpk = gt_rntpk ss_ntpt = gt_rntpt ss_ntsp = gt_rntsp ss_ntpkfr = gt_ntpkfr * ss_ntpkfr_la = gt_ntpkfr_la ss_return = gt_return.

ISH_HLTHSRVCAT_CHANGEITEM CALL FUNCTION 'ISH_HLTHSRVCAT_CHANGEITEM' EXPORTING ss_einri = se_einri ss_tarif = pa_tarif ss_testrun = pa_test ss_endservice = on "ISHFR-440 IMPORTING ss_retmaxtype = g_retmaxtype TABLES ss_ntpk = gt_rntpk ss_ntpt = lt_rntpt "ISHFR-366 ss_ntsp = lt_rntsp ss_ntpkfr = lt_ntpkfr ss_ntpkfr_la = lt_ntpkfr_la ss_return = gt_return.

ISH_HLTHSRVCAT_CHANGEITEM CALL FUNCTION 'ISH_HLTHSRVCAT_CHANGEITEM' EXPORTING ss_einri = se_einri ss_tarif = pa_tarif ss_testrun = pa_test ss_endservice = on "ISHFR-440 IMPORTING ss_retmaxtype = g_retmaxtype TABLES ss_ntpk = gt_rntpk ss_ntpt = gt_rntpt ss_ntsp = gt_rntsp ss_ntpkfr = gt_ntpkfr ss_ntpkfr_la = gt_ntpkfr_la ss_return = gt_return.

ISH_VERBUCHER_NLPA CALL FUNCTION 'ISH_VERBUCHER_NLPA' "IN UPDATE TASK "WK001 EXPORTING "WK001 datum = sy-datum "WK001 tcode = sy-tcode "WK001 uname = sy-uname "WK001 uzeit = sy-uzeit "WK001 TABLES "WK001 xnlpa = gt_nlpa_upd. "GL001

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 = '*.TXT, *.TXT.'

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.

/ISHFR/_UPDATE_NTPKFR CALL FUNCTION '/ISHFR/_UPDATE_NTPKFR' "in update task EXPORTING datum = sy-datum tcode = sy-tcode uname = sy-uname uzeit = sy-uzeit TABLES xntpkfr = pt_vntpkfr.

/ISHFR/_UPDATE_NTPKFR_LA CALL FUNCTION '/ISHFR/_UPDATE_NTPKFR_LA' "in update task EXPORTING datum = sy-datum tcode = sy-tcode uname = sy-uname uzeit = sy-uzeit TABLES xntpkfr_la = pt_vntpkfr_la.

ISH_VERBUCHER_NLPA CALL FUNCTION 'ISH_VERBUCHER_NLPA' "IN UPDATE TASK "WK001 EXPORTING "WK001 datum = sy-datum "WK001 tcode = sy-tcode "WK001 uname = sy-uname "WK001 uzeit = sy-uzeit "WK001 TABLES "WK001 xnlpa = pt_vnlpa. "WK001

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.

ISH_HLTHSRVCAT_CHANGEITEM



CALL FUNCTION 'ISH_HLTHSRVCAT_CHANGEITEM' EXPORTING ss_einri = se_einri ss_tarif = pa_tarif ss_testrun = pa_test IMPORTING ss_retmaxtype = g_retmaxtype TABLES ss_ntpk = gt_rntpk_save ss_ntpt = lt_rntpt ss_ntsp = lt_rntsp ss_ntpkfr_la = gt_ntpkfr_la_save ss_return = gt_return.

ISH_VERBUCHER_NLPA CALL FUNCTION 'ISH_VERBUCHER_NLPA' "IN UPDATE TASK "WK001 EXPORTING "WK001 datum = sy-datum "WK001 tcode = sy-tcode "WK001 uname = sy-uname "WK001 uzeit = sy-uzeit "WK001 TABLES "WK001 xnlpa = i_vnlpa. "WK001

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RGART' dynpprog = l_prog window_title = l_text value_org = 'S' TABLES value_tab = lt_tnt3 return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

ENQUEUE_ENNTPK call function 'ENQUEUE_ENNTPK' exporting einri = p_einri tarif = p_tarif talst = p_talst exceptions foreign_lock = 1 system_failure = 2.

ISH_BAPI_FILL_RETURN_PARAM CALL FUNCTION 'ISH_BAPI_FILL_RETURN_PARAM' EXPORTING msgty = 'E' msgid = 'N2' msgno = '623' msgv1 = p_talst msgv2 = l_uname IMPORTING return = ls_return.

ISH_BAPI_FILL_RETURN_PARAM CALL FUNCTION 'ISH_BAPI_FILL_RETURN_PARAM' EXPORTING msgty = 'A' msgid = 'N2' msgno = '049' IMPORTING return = ls_return.

DEQUEUE_ENNTPK call function 'DEQUEUE_ENNTPK' exporting einri = p_einri tarif = p_tarif talst = p_talst.



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