SAP Reports / Programs | Governance, Risk and Compliance | Process Controls(GRC-SPC) SAP GRC

DELIMIT SAP ABAP INCLUDE - Include DELIMIT







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


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


INCLUDES used within this REPORT DELIMIT

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:

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.



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