SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN2DSCA_ERG_EXITS SAP ABAP INCLUDE - RN2DSCAERGEXITS







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


INCLUDES used within this REPORT RN2DSCA_ERG_EXITS

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:

ISHMED_LEISTUNGSNACHERFASSUNG CALL FUNCTION 'ISHMED_LEISTUNGSNACHERFASSUNG' EXPORTING ss_nbew = ls_nbew ss_vcode = 'PHL' * SS_USED_FOR = 'A' * SS_DATUM_NEU = ' ' * IMPORTING * SS_STORNO_NBEW = EXCEPTIONS ss_nbew_not_found = 1 ss_vcode_not_valid = 2 OTHERS = 3 .

ISH_N2_MEDDOC_CHANGE_ADMIN CALL FUNCTION 'ISH_N2_MEDDOC_CHANGE_ADMIN' EXPORTING im_apicontrol = ls_control im_document_key = ls_key im_docdata_inx = ls_inx * IM_DOCDATA_IN = IMPORTING ex_worst_msgty = l_msgty TABLES ext_return = lt_return imt_move = lt_move imt_serv = lt_leist * IMT_REQ = .

ISH_N2_CA_ANF_DETAIL CALL FUNCTION 'ISH_N2_CA_ANF_DETAIL' EXPORTING i_gpart = l_gpart i_ndoc = ls_ndoc i_npat = ls_npat i_sapmail = 'X' EXCEPTIONS no_gpart = 1 OTHERS = 2.

ISH_N2_CA_EDIT_PROC CALL FUNCTION 'ISH_N2_CA_EDIT_PROC' EXPORTING it_ndoc = lt_ndoc i_service = i_alias_proc = lc_alias_n8caprckey EXCEPTIONS control_error = 1 OTHERS = 2.

ISH_N2_CA_EDIT_DIAG CALL FUNCTION 'ISH_N2_CA_EDIT_DIAG' EXPORTING i_service = i_alias_dia = lc_alias_ishmdiakey EXCEPTIONS control_error = 1 document_error = 2 OTHERS = 3.

ISH_N2_DS_EXEC_DOCUMENT CALL FUNCTION 'ISH_N2_DS_EXEC_DOCUMENT' EXPORTING i_service = i_okcode = l_ok CHANGING e_rc = l_rc ct_msgtab = lt_msgtab.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'RN2DSCA_BEFUK' retfield = 'KATTEXT' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = value = l_val value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = lt_befuk * FIELD_TAB = return_tab = lt_ret * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .

ISH_CONVERT_SEX_INPUT CALL FUNCTION 'ISH_CONVERT_SEX_INPUT' EXPORTING ss_gschle = l_sex IMPORTING ss_gschl = l_sex_i * SS_GSCHLTXT = * SS_ANRDS = EXCEPTIONS not_found = 1 OTHERS = 2 .

ISH_READ_NTPT CALL FUNCTION 'ISH_READ_NTPT' EXPORTING einri = p_ndoc-einri spras = sy-langu talst = l_leist tarif = l_haust IMPORTING e_ntpt = ls_ntpt ktxtconc = l_text EXCEPTIONS not_found = 1 OTHERS = 2.

ISH_N2_READ_NPAT * CALL FUNCTION 'ISH_N2_READ_NPAT' * EXPORTING * ss_einri = p_ndoc-einri * ss_patnr = p_ndoc-patnr * IMPORTING * ss_npat = wa_npat * EXCEPTIONS * not_found = 1 * OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'RN2DSCA_BEFUK' retfield = 'KATTEXT' value = l_val value_org = 'S' TABLES value_tab = lt_befuk * FIELD_TAB = return_tab = lt_ret * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'RN2DSCA_BEFUK' retfield = 'KATTEXT' value = l_val value_org = 'S' TABLES value_tab = lt_befuk * FIELD_TAB = return_tab = lt_ret * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .



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