SAP Reports / Programs | Patient Accounting | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Accounting(IS-H-PA) SAP IS

RNSELRF2 SAP ABAP INCLUDE - Include RNSELRF2







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


Text pool values


Title: Include RNSELRF2


INCLUDES used within this REPORT RNSELRF2

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:

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING count = anz_mesg EXCEPTIONS inconsistent_range = 1 inconsistent_range_severity = 2 OTHERS = 3.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING show_linno = ' ' EXCEPTIONS inconsistent_range = 1 no_messages = 2 OTHERS = 3.

ISH_GET_SELF_PAYER_ADDR CALL FUNCTION 'ISH_GET_SELF_PAYER_ADDR' EXPORTING i_einri = p_einri i_falnr = p_falnr i_payer = p_kunrg i_lfdnr = p_lfdvv i_bukrs = p_bukrs i_ncir = wa_ncir IMPORTING e_rng12 = wa_rng12 EXCEPTIONS einri_not_defined = 1 falnr_not_defined = 2 payer_not_defined = 3 lfdnr_not_defined = 4 error_read_ncir = 5 address_not_found = 6 OTHERS = 7.

ISH_DISTRIBUTE_FUNCTION_DEBIT CALL FUNCTION 'ISH_DISTRIBUTE_FUNCTION_DEBIT' EXPORTING *i_rng12 = wa_rng12 debitor = p_kunrg einri = p_einri event = 'DEB003' "read data payer i_rng12 = wa_rng12 vcode = 'DIS' IMPORTING e_rng12 = wa_rng12 msgid = sy-msgid msgno = sy-msgno msgty = sy-msgty msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 subrc = rc TABLES bnka_help_tab = bnka_tab EXCEPTIONS no_anwendung = 1 no_communication = 2 no_tn02a_found = 3 no_tn02e_found = 4 no_tn02k_found = 5 no_tn02s_found = 6 OTHERS = 7.

ISH_CINVCAT_CHECK CALL FUNCTION 'ISH_CINVCAT_CHECK' EXPORTING i_einri = i_einri i_cinvcat = i_cinvcat * I_SPRAS = SY-LANGU IMPORTING es_tn21coll = ls_tn21coll es_tn21coll_t = ls_tn21coll_t EXCEPTIONS usage_error = 1 not_found = 2 OTHERS = 3.

ISH_CINVCAT_CHECK CALL FUNCTION 'ISH_CINVCAT_CHECK' EXPORTING i_einri = i_einri i_cinvcat = i_cinvcat * I_SPRAS = SY-LANGU IMPORTING * es_tn21coll = es_tn21coll_t = ls_tn21coll_t EXCEPTIONS usage_error = 1 not_found = 2 OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_progn dynumb = l_dynnr * TRANSLATE_TO_UPPER = ' ' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' * START_SEARCH_IN_CURRENT_SCREEN = ' ' * START_SEARCH_IN_MAIN_SCREEN = ' ' * START_SEARCH_IN_STACKED_SCREEN = ' ' * START_SEARCH_ON_SCR_STACKPOS = ' ' * SEARCH_OWN_SUBSCREENS_FIRST = ' ' * SEARCHPATH_OF_SUBSCREEN_AREAS = ' ' TABLES dynpfields = lt_dynpfield EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 INVALID_PARAMETER = 7 UNDEFIND_ERROR = 8 DOUBLE_CONVERSION = 9 STEPL_NOT_FOUND = 10 OTHERS = 11.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = l_einri IMPORTING OUTPUT = l_einri.

ISH_VALUE_REQUEST CALL FUNCTION 'ISH_VALUE_REQUEST' EXPORTING SS_SELECT = L_EINRI SS_FIELD = 'P_CICAT' SS_TABLE = 'TN21COLL' IMPORTING SS_VALUE = L_CICAT EXCEPTIONS NOT_FOUND = 01.



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