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

RNABDT_FORMS SAP ABAP INCLUDE - RNABDTFORMS







RNABDT_FORMS 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 RNABDT_FORMS 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 RNABDT_FORMS. "Basic submit
SUBMIT RNABDT_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT RNABDT_FORMS 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 RNABDT_FORMS

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_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING itr_orgid = ltr_orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 0 internal_error = 0 OTHERS = 0.

ISH_KV_ERMNR_GET CALL FUNCTION 'ISH_KV_ERMNR_GET' EXPORTING i_einri = se_einri i_orgid = oetab-orgid IMPORTING e_kv_ermnr = arztn e_tn23v = tn23v EXCEPTIONS no_tn23v_found = 1 no_kv_ermnr_found = 2 tn23v_incomplete = 3 OTHERS = 4.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = -ibgdt IMPORTING date_external = l_begdt EXCEPTIONS OTHERS = 0.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = -ibgdt IMPORTING date_external = l_begdt EXCEPTIONS OTHERS = 0.

ISH_CASEDIAGNOSIS_GETLIST CALL FUNCTION 'ISH_CASEDIAGNOSIS_GETLIST' EXPORTING ss_einri = p_einri ss_falnr = pt_nksk-falnr ss_authority_check = off " important switch off TABLES ss_ndia = t_ndia.

ISH_INSREL_CASES_GETLIST CALL FUNCTION 'ISH_INSREL_CASES_GETLIST' EXPORTING i_einri = p_einri i_sel_storn = off i_no_kostr = off i_only_kostr = on TABLES it_falnr = t_falnr ot_result = pt_ncir EXCEPTIONS OTHERS = 0.

ISH_SERVICES_COP CALL FUNCTION 'ISH_SERVICES_COP' EXPORTING i_einri = p_einri i_falnr = p_nfal-falnr i_nfal = p_nfal i_npat = p_npat i_begdt = l_visitdate "note 1787198 * I_WITH_COMMIT = ' ' * IMPORTING * E_WORST_RETURNED_MSGTY = TABLES nbewtab = t_case_nbew nksktab = pt_case_nksk bdtnleitab = pt_case_nlei nlkztab = t_case_nlkz tn22dtab = t_tn22d "note 1787198 cancel_copayment = t_dunned return = t_return.

MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' EXCEPTIONS not_active = 01.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = -id * EXCEPTION_IF_NOT_ACTIVE = 'X' msgty = -type msgv1 = -message_v1 msgv2 = -message_v2 msgv3 = -message_v3 msgv4 = -message_v3 txtnr = -number * zeile = -message * IMPORTING * ACT_SEVERITY = * MAX_SEVERITY = EXCEPTIONS OTHERS = 0.



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