SAP Reports / Programs | Pegging, Grouping, and Distribution | Aerospace & Defence Industry Solution | Pegging, Grouping, and Distribution(IS-AD-GPD) SAP IS

RGPDARCHREADF01 SAP ABAP INCLUDE - Include RGPDARCHREADF01







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


INCLUDES used within this REPORT RGPDARCHREADF01

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:

ARCHIVE_ADMIN_POPUP_DOCUMENTS CALL FUNCTION 'ARCHIVE_ADMIN_POPUP_DOCUMENTS' EXPORTING object = gc_archobj TABLES selected_files = lt_selected_files EXCEPTIONS object_not_found = 1 cancelled_by_user = 2 no_files_selected = 3 unknown_dialog_type = 4 OTHERS = 5.

ARCHIVE_ADMIN_SELECT_SESSIONS CALL FUNCTION 'ARCHIVE_ADMIN_SELECT_SESSIONS' EXPORTING incomplete = 'X' complete = 'X' TABLES object = lt_object date = lt_date client = lt_client selected_files = lt_selected_files EXCEPTIONS OTHERS = 0.

ARCHIVE_OPEN_FOR_READ CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ' EXPORTING archive_name = is_selected_files-archiv_key object = gc_archobj IMPORTING archive_handle = lv_handle.

ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING archive_handle = lv_handle EXCEPTIONS end_of_file = 1.

ARCHIVE_READ_OBJECT_BY_HANDLE CALL FUNCTION 'ARCHIVE_READ_OBJECT_BY_HANDLE' EXPORTING iv_handle = lv_handle CHANGING ct_obj_data = lt_data_object.

PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = text-001 i_processed = lv_objects_read i_total = lv_objects_to_read.

PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = text-001 i_processed = lv_objects_read i_total = lv_objects_to_read i_output_immediately = 'X'. "the '100% done'-message shall be called no matter when the last progress has been send

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = lv_handle.

AIND_INDICES_FOR_OBJECT_GET CALL FUNCTION 'AIND_INDICES_FOR_OBJECT_GET' EXPORTING i_object = lv_archobj TABLES t_archindex = lt_archindex EXCEPTIONS no_index_found = 1 OTHERS = 2.

AIND_NAMETAB_GET CALL FUNCTION 'AIND_NAMETAB_GET' EXPORTING i_archindex = lv_archindex TABLES t_nametab = lt_nametab EXCEPTIONS index_not_found = 1 index_inconsistent = 2 OTHERS = 3.

ARCHIVE_OPEN_FOR_READ CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ' EXPORTING archive_name = object = gc_archobj IMPORTING archive_handle = lv_handle.

ARCHIVE_READ_OBJECT_BY_OFFSET CALL FUNCTION 'ARCHIVE_READ_OBJECT_BY_OFFSET' EXPORTING iv_archivekey = iv_offset = CHANGING ct_obj_data = lt_data_object.

PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = text-001 i_processed = lv_objects_read i_total = lv_objects_to_read.

PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = text-001 i_processed = lv_objects_read i_total = lv_objects_to_read i_output_immediately = 'X'. "the '100% done'-message shall be called no matter when the last progress has been send

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = lv_handle.



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