DS_ARCH_READ_AR_BY_OBJECT 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 DS_ARCH_READ_AR_BY_OBJECT 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.
Selection Text: SO_TYPE = D .
Selection Text: SO_STRAT = D .
Selection Text: SO_SIGID = D .
Selection Text: SO_METH = D .
Selection Text: P_OBJECT = D .
Selection Text: P_ENDTIM = D .
Selection Text: P_ENDDAT = D .
Selection Text: P_BEGTIM = D .
Selection Text: P_BEGDAT = D .
Selection Text: P_APPL = D .
Title: Digital Signature Archiving: Read Archive by Object
Text Symbol: OBJ = Signature Obj.
Text Symbol: END = To (Date/Time)
Text Symbol: BEG = From (Date/Time)
Text Symbol: APP = Applic.
Text Symbol: 015 = Metadata for Applic./Object
Text Symbol: 014 = Documents
Text Symbol: 013 = Indiv.Signatures
Text Symbol: 012 = DS Header Data
Text Symbol: 011 = Restrictions
Text Symbol: 010 = Digital Signature
Text Symbol: 003 = Signat. Time
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_OPEN_FOR_READ CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ' EXPORTING object = lc_object IMPORTING archive_handle = lv_handle EXCEPTIONS OTHERS = 1.
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 iv_read_class_data = 'NO' CHANGING ct_obj_data = lt_obj_data EXCEPTIONS end_of_object = 1 internal_error = 2 wrong_access_to_archive = 3 OTHERS = 4.
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = lv_handle.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = text-012 "Header Data i_callback_program = sy-repid i_callback_user_command = 'CALLBACK_USER_COMMAND' i_callback_pf_status_set = 'CALLBACK_SET_PF_STATUS' it_events = lt_event i_structure_name = lc_tabname_signh TABLES t_outtab = pt_table.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = text-013 "Single signatures i_screen_start_column = 20 i_screen_start_line = 10 i_screen_end_column = 150 i_screen_end_line = 40 i_callback_program = sy-repid i_callback_user_command = 'CALLBACK_USER_COMMAND' i_callback_pf_status_set = 'CALLBACK_SET_PF_STATUS' i_structure_name = lc_tabname_signs TABLES t_outtab = pt_table.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = text-014 "Documents i_screen_start_column = 20 i_screen_start_line = 10 i_screen_end_column = 150 i_screen_end_line = 40 i_callback_program = sy-repid i_callback_user_command = 'CALLBACK_USER_COMMAND' i_callback_pf_status_set = 'CALLBACK_SET_PF_STATUS' i_structure_name = lc_tabname_signdo TABLES t_outtab = pt_table.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = text-015 "Meta data i_screen_start_column = 20 i_screen_start_line = 10 i_screen_end_column = 150 i_screen_end_line = 40 i_callback_program = sy-repid i_callback_user_command = 'CALLBACK_USER_COMMAND' i_callback_pf_status_set = 'CALLBACK_SET_PF_STATUS' i_structure_name = ls_signobject-sign_meta_name TABLES t_outtab = pt_table.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DS_ARCH_READ_AR_BY_OBJECT - Digital Signature Archiving: Read Archive by Object DS_ARCH_READ_AR_BY_OBJECT - Digital Signature Archiving: Read Archive by Object DS_ARCH_DEL - Digital Signature Archiving: Deletion Program DS_ARCH_DEL - Digital Signature Archiving: Deletion Program DSLD0TOP - Top Include for Balance List RFVDSLD0 DSLD0F02 - Formroutinen für Saldenliste mit ALV