SAP Reports / Programs

/ISHFR/RN_ACE_ORDER_CREATE SAP ABAP Report - IS-H FR: RSF-ACE - Create Dispatch Orders Manually







/ISHFR/RN_ACE_ORDER_CREATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for IS-H FR: RSF-ACE - Create Dispatch Orders Manually This report allows you to trigger communication events manually even if you have changed no data in the system...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/RN_ACE_ORDER_CREATE 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/N_ACE_OCREATE - IS-H FR: ACE Dispatch Orders Manual


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/RN_ACE_ORDER_CREATE. "Basic submit
SUBMIT /ISHFR/RN_ACE_ORDER_CREATE AND RETURN. "Return to original report after report execution complete
SUBMIT /ISHFR/RN_ACE_ORDER_CREATE 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: PA_ALV = Layout ALV
Selection Text: PA_EINRI = Institution
Selection Text: PA_GENAI = Invoice
Selection Text: PA_GENCI = Invoice Reversal
Selection Text: PA_GENEM = Create Messages
Selection Text: PA_PROT = Log
Selection Text: PA_SELAI = Select Active Invoices
Selection Text: PA_SELCI = Select Reversed Invoices
Selection Text: PA_TEST = Test Run
Selection Text: SO_ERDAT = Created On
Selection Text: SO_FALNR = Case Number
Selection Text: SO_FKDAT = Billing Date
Selection Text: SO_KOSTR = Insurance Provider
Selection Text: SO_KTART = Insurance Provider Type
Selection Text: SO_VBELN = Invoice Number
Title: IS-H FR: RSF-ACE - Create Dispatch Orders Manually
Text Symbol: T06 = Invoices with Errors in Manual Creation of Dispatch Order
Text Symbol: T05 = Dispatch Orders Created Manually
Text Symbol: T04 = Canceled
Text Symbol: T03 = Actv.
Text Symbol: T02 = Invoice Rev.
Text Symbol: T01 = Invoice
Text Symbol: E22 = Log of report RNC30100 is blank or cannot be displayed.
Text Symbol: E21 = Error in function module WRITE_LIST.
Text Symbol: B01 = General
Text Symbol: B02 = Add. Restrictions
Text Symbol: B03 = EDI Message Type
Text Symbol: B04 = Further Options
Text Symbol: B11 = Institution
Text Symbol: B24 = Invoice Status in IS-H/FI
Text Symbol: B25 = Select Active Invoices
Text Symbol: B26 = Select Reversed Invoices
Text Symbol: B31 = Invoice
Text Symbol: B32 = Invoice Reversal
Text Symbol: B41 = Log
Text Symbol: B42 = Test
Text Symbol: B43 = Create Messages Directly
Text Symbol: B44 = Layout (Display Variant)





Text Symbol: C01 = Type
Text Symbol: C02 = Billing Doc.
Text Symbol: C03 = Status
Text Symbol: C05 = Patient Name
Text Symbol: C06 = Patient Number
Text Symbol: C07 = Ins.Prov.
Text Symbol: C08 = Ins.Provider
Text Symbol: C09 = Invoiced Amount
Text Symbol: E11 = No log found for report RNC30100.
Text Symbol: E12 = The report may be locked. Repeat message creation.


INCLUDES used within this REPORT /ISHFR/RN_ACE_ORDER_CREATE

INCLUDE MNCDATA0.
INCLUDE RNSSSPBO.


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 = g_cvers EXCEPTIONS OTHERS = 1.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gs_old_variant i_tabname_header = 'GT_GENERATED_ORDERS' i_save = 'A' IMPORTING e_exit = g_exit es_variant = gs_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING repid = g_rnstat-repid einri = pa_einri IMPORTING rc = g_rc EXCEPTIONS OTHERS = 1.

ISH_EDI_READ_TNC301GI CALL FUNCTION 'ISH_EDI_READ_TNC301GI' EXPORTING institution = pa_einri ediproc = gcn_edi_frace IMPORTING active = g_active_flag EXCEPTIONS OTHERS = 1.

ISH_EDI_READ_ACTIVE_DCPS CALL FUNCTION 'ISH_EDI_READ_ACTIVE_DCPS' EXPORTING i_institution = pa_einri i_ediproc = gcn_edi_frace i_date = sy-datum i_direction = gcn_301dir_out TABLES e_nc301b = gt_nc301b.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = l_dyn_einri IMPORTING output = l_dyn_einri.

ISH_CASE_VALUE_REQUEST CALL FUNCTION 'ISH_CASE_VALUE_REQUEST' EXPORTING ss_einri = l_dyn_einri * SS_PATNR = ' ' ss_vcode = 'UPD' IMPORTING ss_falnr = l_help_falnr * SS_FZIFF = EXCEPTIONS error = 1 OTHERS = 2.

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = p_dyname dynumb = p_dynumb * TRANSLATE_TO_UPPER = ' ' * CONVERSION = 'X' TABLES dynpfields = lt_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8 .

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING es_layout = gs_layout et_fieldcat = xfield[] 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 = 'GT_GENERATED_ORDERS' i_tabname_item = 'HELP_TAB' it_fieldcat = xfield[] is_layout = gs_layout IMPORTING e_width = l_width EXCEPTIONS OTHERS = 1.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = g_rnstat-einri line_size = g_rnstat-line_size repid = g_rnstat-repid title_lin1 = g_rnstat-title_lin1 title_lin2 = g_rnstat-title_lin2 uline = off EXCEPTIONS invalid_einri = 01.

/ISHFR/ISH_FRACE_EVENTS_PROC CALL FUNCTION '/ISHFR/ISH_FRACE_EVENTS_PROC' EXPORTING institution = p_einri casenumber = p_falnr patnumber = p_patnr invoicenumber = p_vbeln destkostr = p_kostr i_test = p_test IMPORTING e_qntneworders = p_inserts TABLES events = pt_event EXCEPTIONS missing_parameters = 1 OTHERS = 2.

ISH_CASE_INVOICES_GET





CALL FUNCTION 'ISH_CASE_INVOICES_GET' EXPORTING i_einri = p_einri i_falnr = p_falnr i_all_kostr = on i_read_db = on IMPORTING et_vbrk = pt_vbrk_all et_vbrp = lt_vbrp.

ISH_VALID_INVOICES_GET CALL FUNCTION 'ISH_VALID_INVOICES_GET' EXPORTING it_vbrk = pt_vbrk_all it_vbrp = lt_vbrp IMPORTING et_inv_vbrk = pt_vbrk_act EXCEPTIONS import_params_wrong = 1 no_invoices_found = 2 OTHERS = 3.

/ISHFR/ISH_GET_NBEW_STATE CALL FUNCTION '/ISHFR/ISH_GET_NBEW_STATE' EXPORTING i_einri = pa_einri i_bwidt = -bwidt * => 02.07.2008: use original NBEW-ORGFA

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = p_name text = p_text info = p_info * ADD_STDINF = 'X' IMPORTING RESULT = p_result EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3 .

ISH_NPAT_CONCATENATE CALL FUNCTION 'ISH_NPAT_CONCATENATE' EXPORTING ss_patnr = -patnr ss_read_npat = on IMPORTING ss_pname = l_patientenname.

ISH_READ_NKTR CALL FUNCTION 'ISH_READ_NKTR' EXPORTING kostr = -kostr IMPORTING ngpa_e = ls_ngpa EXCEPTIONS ngpa_not_found = 1 ngpa_no_authority = 2 not_found = 3 no_authority = 4 missing_institution = 5 OTHERS = 6.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_pf_status_set = p_status_set i_callback_user_command = p_user_command is_layout = ps_layout it_fieldcat = pt_xfield[] it_special_groups = pt_sp_groups[] it_sort = pt_sortinfo[] i_default = 'X' i_save = 'A' is_variant = ps_variant it_events = pt_events[] TABLES t_outtab = pt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = gs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES listobject = gt_prot_edi_msggen EXCEPTIONS not_found = 1 OTHERS = 2.

WRITE_LIST CALL FUNCTION 'WRITE_LIST' EXPORTING write_only = ' ' TABLES listobject = gt_prot_edi_msggen EXCEPTIONS empty_list = 1 OTHERS = 2.

LIST_TO_ASCI CALL FUNCTION 'LIST_TO_ASCI' TABLES listasci = lt_listasci listobject = gt_prot_edi_msggen EXCEPTIONS empty_list = 1 list_index_invalid = 2 OTHERS = 3.

HELP_DOCULINES_SHOW CALL FUNCTION 'HELP_DOCULINES_SHOW' EXPORTING * CUCOL = 10 * CUROW = 3 help_infos = ls_info * LINENR = 1 * NOT_HELP = 'X' * OVERLAY_HEADER = ' ' * SUPPRESS_VIEWER = 'X' classic_sapscript = on * IMPORTING * HELP_POPUP_CANCEL = TABLES excludefun = lt_test helplines = lt_text.



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