SAP Reports / Programs

RNWCHKUND SAP ABAP Report - IS-H CH: Print IV Request Subsequently







RNWCHKUND 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 RNWCHKUND 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 RNWCHKUND. "Basic submit
SUBMIT RNWCHKUND AND RETURN. "Return to original report after report execution complete
SUBMIT RNWCHKUND VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-H CH: Print IV Request Subsequently


INCLUDES used within this REPORT RNWCHKUND

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_SAP_BP_CHECK_ACTIVE call function 'ISH_SAP_BP_CHECK_ACTIVE' importing e_status = g_status_bp exceptions not_active = 1 others = 2.

HELP_OBJECT_SHOW_FOR_FIELD call function 'HELP_OBJECT_SHOW_FOR_FIELD' exporting doklangu = sy-langu * called_by_program = 'SAPMNWCH70' * called_by_dynp = sy-dynpro called_for_tab = 'NWCH70' called_for_field = 'ANFRNR' exceptions object_not_found = 1 sapscript_error = 2 others = 3.

ISH_INSREL_CASE_POOL_GET call function 'ISH_INSREL_CASE_POOL_GET' exporting ss_einri = nwch70-einri ss_falnr = nwch70-falnr ss_sel_storn = ' ' tables ss_vncir_curr = gt_vncir.

ISH_READ_NKTR call function 'ISH_READ_NKTR' exporting copy_parms_of_ktart = on kostr = -kostr importing nktr_e = nktr exceptions not_found = 1 no_authority = 2.

ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting ausbegdt = sy-datum * AUSENDDT = E02 einri = einri line_size = lsize repid = 'RNWCHKUND' title_lin1 = 'Kostenübernahmeantrag nachdrucken'(001) uline = off * VERBEGDT = E09 * VERENDDT = E10 exceptions invalid_einri = 01.

ISH_FIND_FORMS call function 'ISH_FIND_FORMS' exporting einri = einri patientid = irnfp2a-belnr patcaseid = irnfp2a-falnr * ORGID = ' ' PRINTER = l_printer "MK200406 * ST_PRINT = 'X' * TERMINAL = ' ' * ONLY_DISPLAY_FORMS = ' ' IMPORTING abnormal_end = abbruch tables conditions = condition_tab events = event_tab forms = print_tab exceptions no_authority = 1 no_event = 2 no_form = 3 no_printer = 4 no_standard = 5 no_terminal = 6 others = 7.

ISH_FIND_FORMS call function 'ISH_FIND_FORMS' exporting einri = einri patientid = irnfp2a-belnr patcaseid = irnfp2a-falnr * ORGID = ' ' * PRINTER = ' ' * ST_PRINT = 'X' * TERMINAL = ' ' * ONLY_DISPLAY_FORMS = ' ' IMPORTING abnormal_end = abbruch tables conditions = condition_tab events = event_tab forms = print_tab exceptions no_authority = 1 no_event = 2 no_form = 3 no_printer = 4 no_standard = 5 no_terminal = 6 others = 7.

ISH_VERBUCHER_NFOR call function 'ISH_VERBUCHER_NFOR' tables nfortab = nfortab.

ISH_READ_NPAT call function 'ISH_READ_NPAT' exporting ss_einri = einri ss_patnr = nfal-patnr ss_read_db = 'X' ss_with_npae = 'X' ss_with_nadr = g_status_bp "ISHA-9095 importing ss_npat = npat ss_npae = npae exceptions not_found = 1 no_authority = 2 others = 3.

ISH_FILL_INFPZ call function 'ISH_FILL_INFPZ' exporting ss_einri = einri ss_export = on ss_falnr = falnr tables ss_infpz = infpz.

ISH_EXPORT_DIAGNOSEN_FALL call function 'ISH_EXPORT_DIAGNOSEN_FALL' exporting ss_einri = einri ss_falnr = falnr.

ISH_EXPORT_KLASSIFIKATION_FALL call function 'ISH_EXPORT_KLASSIFIKATION_FALL' exporting ss_einri = einri ss_falnr = falnr.

ISH_EXPORT_PATIENT_RECORD call function 'ISH_EXPORT_PATIENT_RECORD' exporting ss_einri = einri ss_falar = nfal-falar ss_falnr = falnr ss_orgfa = nbew-orgfa ss_orgpf = nbew-orgpf ss_patnr = patnr.

ISH_EXPORT_INSURANCE_DATA call function 'ISH_EXPORT_INSURANCE_DATA' exporting i_einri = einri i_falnr = falnr * I_SEL_STORN = ' ' * I_AUTHCHECK = 'X' * I_READ_DB = ' ' * I_READ_NPIR = ' ' i_patnr = patnr i_ncir_lfdnr = l_lfdnr i_with_ngpa_nktr = on exceptions missing_patnr = 1 others = 2 .

ISH_EXPORT_RISKINFO_PATIENT call function 'ISH_EXPORT_RISKINFO_PATIENT' exporting ss_einri = einri ss_patnr = patnr exceptions others = 1.

ISH_EDI_CM_EVENTS CALL FUNCTION 'ISH_EDI_CM_EVENTS' EXPORTING institution = nwch70-einri patnumber = nfal-patnr casenumber = nwch70-falnr destkostr = nwch70-kostr kostr_passed = on * invoicenumber = nwch70-anfrnr insuranceseqno = nwch70-lfdvv TABLES events = $event_tab EXCEPTIONS missing_parameters = 1 OTHERS = 2.

ISH_READ_NFAL call function 'ISH_READ_NFAL' exporting ss_einri = $einri ss_falnr = $falnr ss_read_db = off importing ss_nfal = nfal exceptions not_found = 01 no_authority = 02.

ISH_READ_NPAT





call function 'ISH_READ_NPAT' exporting ss_einri = $einri ss_patnr = nfal-patnr ss_read_db = off ss_with_npae = off ss_with_nadr = g_status_bp "ISHA-9095 importing " SS_NOT_FOUND_IN_EINRI = " SS_NPAE = ss_npat = npat exceptions not_found = 01 no_authority = 02.

ISH_NPAT_CONCATENATE call function 'ISH_NPAT_CONCATENATE' exporting * SS_EINRI = '*' ss_patnr = npat-patnr * SS_READ_NPAT = ' ' ss_npat = npat * SS_NPAT_COMPLETE = 'X' * SS_LIST = ' ' importing ss_pname = $pname exceptions others = 1.



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