DELIMIT 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 DELIMIT 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 DELIMIT
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_CUT_OBJECT CALL FUNCTION 'RH_CUT_OBJECT' EXPORTING gdate = p_date histo = 'X' gstat = '1' vtask = 'D' authy = space cut_dependents = 'X' TABLES i1000 = lt_p1000 EXCEPTIONS error_during_cut = 1 no_authorization = 2 gdate_before_begda = 3 corr_exit = 4 OTHERS = 5.
RH_CUT_OBJECT CALL FUNCTION 'RH_CUT_OBJECT' EXPORTING gdate = p_date histo = 'X' gstat = '1' vtask = 'D' authy = space cut_dependents = 'X' TABLES i1000 = lt_p1000 EXCEPTIONS error_during_cut = 1 no_authorization = 2 gdate_before_begda = 3 corr_exit = 4 OTHERS = 5.
RH_DELETE_OBJECT CALL FUNCTION 'RH_DELETE_OBJECT' EXPORTING vtask = 'D' commit_flg = 'X' authy = space TABLES del_objects = lt_del_objects EXCEPTIONS error_during_delete = 1 no_authorization = 2 corr_exit = 3 buffer_upd_with_foreign_data = 4 OTHERS = 5.
RH_DELETE_OBJECT CALL FUNCTION 'RH_DELETE_OBJECT' EXPORTING vtask = 'D' commit_flg = 'X' authy = space TABLES del_objects = lt_del_objects EXCEPTIONS error_during_delete = 1 no_authorization = 2 corr_exit = 3 buffer_upd_with_foreign_data = 4 OTHERS = 5.
RH_STRUC_GET_MULTIPLE_ROOTS CALL FUNCTION 'RH_STRUC_GET_MULTIPLE_ROOTS' EXPORTING act_wegid = l_eval_path act_plvar = '01' act_svect = '1' act_begda = p_date act_endda = '99991231' act_tflag = 'X' act_vflag = 'X' act_sflag = 'X' act_recurs = ' ' act_text_buffer_fill = ' ' authority_check = ' ' buffer_mode = ' ' TABLES root_objects = pt_orgunit result_objec = lt_eval_objec EXCEPTIONS no_plvar_found = 1 no_entry_found = 2 path_not_found = 3 root_not_found = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.