RNAB0000_INITIALIZATION 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 RNAB0000_INITIALIZATION 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.
Title: Include RNAB0000_INITIALIZATION
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_EINRI_CHECK CALL FUNCTION 'ISH_EINRI_CHECK' EXPORTING ss_einri = einri IMPORTING ss_tn01 = tn01 EXCEPTIONS OTHERS = 1.
ISH_AUTH_CHECK_REPORT_GROUP * call function 'ISH_AUTH_CHECK_REPORT_GROUP' * exporting * repid = 'RNAB0000' * repgroup = 'N_A_ST00' * no_message = off * importing * rc = rc * exceptions * others = 1.
ISH_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING ss_cvers = g_cvers EXCEPTIONS OTHERS = 0.
ISH_GET_CONFIG_OF_EVENT CALL FUNCTION 'ISH_GET_CONFIG_OF_EVENT' EXPORTING einri = einri event = c_event_abr IMPORTING e_tn02s = gs_einri_tn02s EXCEPTIONS OTHERS = 0.
ISH_FUNCTION_ACTIVE_CHECK CALL FUNCTION 'ISH_FUNCTION_ACTIVE_CHECK' EXPORTING function = 'PAYDB' EXCEPTIONS not_active = 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.
RNAB0000_INITIALIZATION - Include RNAB0000_INITIALIZATION RNAB0000_FI - Include RNAB0000_FI RNAB0000_AT_SEL_SCREEN_BR - Include RNAB0000_AT_SEL_SCREEN_BR RNAB0000_AT_SEL_ON_FORMS - Include RNAB0000_AT_SEL_ON_FORMS RNAB0000_AT_SELECTION_SCREEN_O - Include RNAB0000_AT_SELECTION_SCREEN_O RNAB0000_AT_SELECTION_SCREEN - Include RNAB0000_AT_SELECTION_SCREEN