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

RNCSDO00F00 SAP ABAP INCLUDE - Include RNCSDO00F00







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


INCLUDES used within this REPORT RNCSDO00F00

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:

DEQUEUE_ENFAL CALL FUNCTION 'DEQUEUE_ENFAL' EXPORTING mode_nfal = gc_msgty_error mandt = sy-mandt einri = g_einri falnr = ls_case_save-falnr _scope = '3'.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = g_einri IMPORTING output = g_einri EXCEPTIONS OTHERS = 0.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING date = sy-datum einri = g_einri fazuw = l_fazuw pfzuw = l_pfzuw freig = on loekz = off no_bauid = on sperr = off IMPORTING nothing_selected = no_selected selected_orgid = f4_value EXCEPTIONS OTHERS = 01.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = g_einri IMPORTING output = g_einri EXCEPTIONS OTHERS = 0.

ISH_CASE_VALUE_REQUEST CALL FUNCTION 'ISH_CASE_VALUE_REQUEST' EXPORTING ss_einri = g_einri ss_vcode = l_vcode IMPORTING ss_falnr = p_falnr EXCEPTIONS error = 1 OTHERS = 2.

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = p_dyname dynumb = p_dynumb TABLES dynpfields = lt_dynpread.

ENQUEUE_ENFAL CALL FUNCTION 'ENQUEUE_ENFAL' EXPORTING mode_nfal = gc_msgty_error einri = g_einri falnr = l_falnr _scope = '2' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ISH_BAPI_MSGTY_MAX_SEVERITY CALL FUNCTION 'ISH_BAPI_MSGTY_MAX_SEVERITY' IMPORTING ss_msgty = p_retmaxtype TABLES ss_message = pt_return.

DEQUEUE_ENFAL CALL FUNCTION 'DEQUEUE_ENFAL' EXPORTING mode_nfal = gc_msgty_error einri = g_einri falnr = gs_case_master-falnr _scope = '3'.

ISH_MESSAGE_HANDLER CALL FUNCTION 'ISH_MESSAGE_HANDLER' EXPORTING einri = p_einri function = gc_tn21m_nssn mess_arbgb = p_arbgb mess_coll = off mess_coll_active = false mess_nr = p_msgnr mess_show = off mess_typ = p_deftyp * MESS_VAR1 = ' ' * MESS_VAR2 = ' ' * MESS_VAR3 = ' ' * MESS_VAR4 = ' ' * MESS_LINE = ' ' mess_error = on no_tn21m = off IMPORTING * MESS_COLL_ACTIVE = mess_typ = l_msgtyp EXCEPTIONS mess_typ_not_valid = 1 OTHERS = 2 .



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