RNABAUSL is a standard Executable ABAP Report 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 RNABAUSL 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_SAP_OM_CHECK_ACTIVE call function 'ISH_SAP_OM_CHECK_ACTIVE' importing e_status = l_status exceptions not_active = 0.
ISH_OM_ORG_HRCHY_LEVEL_UP call function 'ISH_OM_ORG_HRCHY_LEVEL_UP' exporting i_lower_orgid = i_nbew-orgpf i_begdt = datum i_enddt = ende importing et_tn10h = lt_tn10h exceptions nothing_found = 1 not_valid = 2 internal_error = 3 others = 4.
ISH_READ_NPAT call function 'ISH_READ_NPAT' exporting ss_patnr = nfal-patnr * ss_read_db = 'X' ss_with_nadr = ' ' importing ss_npat = npat exceptions not_found = 1 no_authority = 2 others = 3.
ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS not_active = 0.
ISH_OM_ORG_HRCHY_LEVEL_DOWN CALL FUNCTION 'ISH_OM_ORG_HRCHY_LEVEL_DOWN' EXPORTING I_UPPER_ORGID = ausgabe-oe i_begdt = datum i_enddt = ende IMPORTING ET_TN10H = lt_tn10h EXCEPTIONS NOTHING_FOUND = 1 NOT_VALID = 2 INTERNAL_ERROR = 3 OTHERS = 4.
ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS not_active = 0.
ISH_OM_ORG_HRCHY_LEVEL_DOWN CALL FUNCTION 'ISH_OM_ORG_HRCHY_LEVEL_DOWN' EXPORTING I_UPPER_ORGID = alte_foe i_begdt = datum i_enddt = ende IMPORTING ET_TN10H = lt_tn10h EXCEPTIONS NOTHING_FOUND = 1 NOT_VALID = 2 INTERNAL_ERROR = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.