RASHSD12 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 RASHSD12 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: DB = Search in database
Selection Text: DBAS = Search in database and SAP AS
Selection Text: DBASAR = Search DB, SAP AS, and archive
Selection Text: ERDAT = D .
Selection Text: KUNNR = D .
Selection Text: LFART = D .
Selection Text: LFDAT = D .
Selection Text: MAXHITS = D .
Selection Text: VBELN = D .
Selection Text: VKORG = D .
Selection Text: VSTEL = D .
Title: Deliveries
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AS_API_READ call function 'AS_API_READ' exporting i_fieldcat = wa_fieldcats-archindex i_selections = lt_frange i_obligatory_fields = lt_oblfields[] i_maxrows = p_maxhits importing e_result = lt_likp[] exceptions no_infostruc_found = 2.
DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = 'LIKP' tables dfies_tab = lt_dfies.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = l_repid i_callback_user_command = 'ALV_USER_COMMAND' it_fieldcat = lt_fieldcat[] i_save = 'A' is_variant = l_disvariant is_layout = l_layout tables t_outtab = gt_likp[].
ARCHIVE_READ_OBJECT call function 'ARCHIVE_READ_OBJECT' exporting object = 'RV_LIKP' object_id = space archivkey = u_likp-archivekey offset = u_likp-archiveofs importing archive_handle = l_handle exceptions others = 1.
ARCHIVE_GET_TABLE call function 'ARCHIVE_GET_TABLE' exporting archive_handle = l_handle record_structure = 'LIKP' all_records_of_object = 'X' tables table = lt_likp.
ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting archive_handle = l_handle.
ASH_SINGLE_SELECT call function 'ASH_SINGLE_SELECT' "#EC * exporting im_selections = lt_frange im_arch_object = 'RV_LIKP' im_fields = lt_reff[] tables lt_result = gt_likp[] exceptions no_instructure_defined = 1 not_in_infostructure = 2 others = 3.
ASH_HIERARCHY_SHOW call function 'ASH_HIERARCHY_SHOW' exporting i_borident = l_borident.
ARCHIVE_READ_OBJECT call function 'ARCHIVE_READ_OBJECT' exporting object = 'RV_LIKP' object_id = space archivkey = l_likp-archivekey offset = l_likp-archiveofs importing archive_handle = l_handle exceptions others = 1.
ARCHIVE_GET_TABLE call function 'ARCHIVE_GET_TABLE' exporting archive_handle = l_handle record_structure = 'LIKP' all_records_of_object = 'X' tables table = lt_likp.
ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting archive_handle = l_handle.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.