REPDAR_GLOBAL_FORMS 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 REPDAR_GLOBAL_FORMS 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: IS-U Archiving: Global Forms for Archiving Print Documents
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_ARCH_GET_CUSTOMIZING CALL FUNCTION 'ISU_DB_ARCH_GET_CUSTOMIZING' EXPORTING x_arch_obj = xv_arc_obj IMPORTING y_date_check = lv_field_nr TABLES y_periods = lt_periods EXCEPTIONS object_not_found = 1 OTHERS = 2.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_msgtype = '3' i_msgid = 'EARC' i_msgno = '002'.
TIME_UNITS CALL FUNCTION 'TIME_UNITS' IMPORTING day = lv_unit_day EXCEPTIONS si_unit_missing = 1 OTHERS = 2.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_msgtype = '3' i_msgid = 'EARC' i_msgno = '062'.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = 'R921' i_applk = co_applk_isu TABLES t_fbstab = lt_fbstab.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_msgtype = '3' i_msgid = 'E9' i_msgno = '887' i_msgv1 = lt_fbstab-funcc i_msgv2 = sy-subrc i_msgv3 = sy-repid.
ISU_SAMPLE_R921 IF 1 = 2. CALL FUNCTION 'ISU_SAMPLE_R921'. ENDIF.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REPDAR_GLOBAL_FORMS - IS-U Archiving: Global Forms for Archiving Print Documents REPDAR_DEL_LINES_VAR - Include REPDAR_DEL_LINES_VAR REPDAR_DEL_LINES_TOP - Include REPDAR_DEL_LINES_TOP REPDAR_DEL_LINES_ILM - Delete archived print document line items REPDAR_DEL_LINES_ILM - Delete archived print document line items REPDAR_DEL_LINES_FORMS - Include REPDAR_DEL_LINES_FORMS