RN2DSCA_TTE_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_TTE_EXITS into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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 return_tab = lt_ret EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .
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_CA_GET_EFTXT CALL FUNCTION 'ISH_N2_CA_GET_EFTXT' IMPORTING e_teich_l = l_teich_l e_teich_k = l_teich_k e_teich_b = l_teich_b e_simp_2 = l_simp_2 e_simp_3 = l_simp_3 e_simp_4 = l_simp_4 e_simp_23 = l_simp_23 e_simp_24 = l_simp_24 e_simp_34 = l_simp_34 e_simp_a = l_simp_a.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.