SAP Reports / Programs

AS_AINDFILL_DATE SAP ABAP Report - Build Archive Infostructures According to Date







AS_AINDFILL_DATE 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 AS_AINDFILL_DATE 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 AS_AINDFILL_DATE. "Basic submit
SUBMIT AS_AINDFILL_DATE AND RETURN. "Return to original report after report execution complete
SUBMIT AS_AINDFILL_DATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: O_DATE = Archiving Date
Selection Text: O_INFO = Archive Infostructure
Selection Text: P_OBJ = Archiving Object
Title: Build Archive Infostructures According to Date


INCLUDES used within this REPORT AS_AINDFILL_DATE

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_SELECT_SESSIONS CALL FUNCTION 'ARCHIVE_ADMIN_SELECT_SESSIONS' EXPORTING runs_without_files = ' ' client_dependence = 'X' complete = 'X' incomplete = 'X' "if some files of a session have "complete" and some "incomplete" status, they are placed under "incomplete" interrupted_complete = 'X' TABLES object = lt_range_object client = lt_range_client date = o_date selected_files = lt_admi_files EXCEPTIONS object_not_found = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_dyname dynumb = l_dynumb translate_to_upper = 'X' TABLES dynpfields = lt_dynp.

AIND_INDICES_FOR_OBJECT_GET CALL FUNCTION 'AIND_INDICES_FOR_OBJECT_GET' EXPORTING i_object = lv_object i_active_only = 'X' TABLES t_archindex = lt_indices EXCEPTIONS no_index_found = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ARCHINDEX' dynpprog = gc_report_name value_org = 'S' dynpnr = sy-dynnr dynprofield = pv_scrnfield TABLES value_tab = lt_help_values[] return_tab = lt_ddshretval[] EXCEPTIONS no_values_found = 1.

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

AIND_INDICES_FOR_OBJECT_GET CALL FUNCTION 'AIND_INDICES_FOR_OBJECT_GET' EXPORTING i_object = lv_obj i_active_only = 'X' TABLES t_archindex = pt_archindex_selected EXCEPTIONS no_index_found = 1 OTHERS = 2.

AS_STATUS_GET CALL FUNCTION 'AS_STATUS_GET' EXPORTING i_archindex = ls_archindex-archindex i_archivekey = -archiv_key IMPORTING e_status = lv_aind_status.



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