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

RNJOIN00F02 SAP ABAP INCLUDE - Form Routines UI







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


Text pool values


Title: Form Routines UI


INCLUDES used within this REPORT RNJOIN00F02

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_cvers.

ISH_CHECK_ACTIVE_DE CALL FUNCTION 'ISH_CHECK_ACTIVE_DE' EXCEPTIONS not_active = 1.

ISH_CHECK_ACTIVE_SG CALL FUNCTION 'ISH_CHECK_ACTIVE_SG' EXCEPTIONS not_active = 1.

ISH_CHECK_ACTIVE_CN CALL FUNCTION 'ISH_CHECK_ACTIVE_CN' EXCEPTIONS not_active = 1.

ISH_CHECK_ACTIVE_IT CALL FUNCTION 'ISH_CHECK_ACTIVE_IT' EXCEPTIONS not_active = 1.

ISH_CHECK_ACTIVE_AT CALL FUNCTION 'ISH_CHECK_ACTIVE_AT' EXCEPTIONS not_active = 1.

ISH_NPAT_CONCATENATE CALL FUNCTION 'ISH_NPAT_CONCATENATE' EXPORTING ss_einri = se_einri ss_patnr = npatl-patnr ss_npat = npatl IMPORTING ss_pname = string_conc.

ISH_NPAT_CONCATENATE CALL FUNCTION 'ISH_NPAT_CONCATENATE' EXPORTING ss_einri = se_einri ss_patnr = npatr-patnr ss_npat = npatr IMPORTING ss_pname = string_conc.

ISH_SAP_BP_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_BP_CHECK_ACTIVE' IMPORTING e_status = lv_status EXCEPTIONS not_active = 0.

ISH_ADDRESS_CONCATENATE CALL FUNCTION 'ISH_ADDRESS_CONCATENATE' EXPORTING ss_adrnr = npatl-adrnr ss_adrob = npatl-adrob IMPORTING ss_address = string_conc EXCEPTIONS OTHERS = 0.

ISH_ADDRESS_CONCATENATE CALL FUNCTION 'ISH_ADDRESS_CONCATENATE' EXPORTING ss_adrnr = npatr-adrnr ss_adrob = npatr-adrob IMPORTING ss_address = string_conc EXCEPTIONS OTHERS = 0.

ISH_MESSAGE_HANDLER CALL FUNCTION 'ISH_MESSAGE_HANDLER' EXPORTING einri = l_einri function = 'NPAT' mess_arbgb = 'NN' mess_coll_active = off mess_nr = '018' mess_typ = 'E' mess_error = on IMPORTING mess_typ = l_mess_typ EXCEPTIONS mess_typ_not_valid = 1 OTHERS = 2.

ISH_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING ss_cvers = l_cvers.

GET_DOMAIN_VALUES CALL FUNCTION 'GET_DOMAIN_VALUES' EXPORTING domname = 'GSCHL' text = 'X' fill_dd07l_tab = ' ' TABLES values_tab = lt_dd07v * VALUES_DD07L = EXCEPTIONS no_values_found = 1 OTHERS = 2.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = ls_nehc_patl-birthdt IMPORTING date_external = ls_add_info_l-birthday EXCEPTIONS date_internal_is_invalid = 1 OTHERS = 2.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = ls_nehc_patr-birthdt IMPORTING date_external = ls_add_info_r-birthday EXCEPTIONS date_internal_is_invalid = 1 OTHERS = 2.

ISH_NL_CAREREQ_IDX_DB_UPDATE CALL FUNCTION 'ISH_NL_CAREREQ_IDX_DB_UPDATE' IN UPDATE TASK EXPORTING is_nnlcarereq_idx = ls_carereq_idx_upd.



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