TAC_ITEMSTAT_LSO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lets you create a list of item statistics for a specified test...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter TAC_ITEMSTAT_LSO into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
LSOTACITEM - Item Statistics
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: P_ASSESS = Test
Selection Text: ASSDATE = Storage Date
Title: Test Item Statistics
Text Symbol: 015 = Item Total
Text Symbol: 014 = Update
Text Symbol: 013 = Storage Date
Text Symbol: 012 = Mean Value
Text Symbol: 011 = Mean Value %
Text Symbol: 010 = Selection
Text Symbol: 008 = Header
Text Symbol: 007 = Test
Text Symbol: 004 = SelectionPeriod
Text Symbol: 003 = Test Item Statistics
Text Symbol: 001 = Test Selection
INCLUDE : TACTOP.
INCLUDE : F4_VALUE_REQUEST.
INCLUDE : TAC_ALVINC.
INCLUDE : RHOINI00_LSO.
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 5 text = text-010.
LSOTAC_LA_GET_ASSESSRESULTS CALL FUNCTION 'LSOTAC_LA_GET_ASSESSRESULTS' EXPORTING assessment = p_assess * tpartdoc = beg_date = beg_date end_date = end_date IMPORTING error_occured = error_occured_itres TABLES ilsotaclrnassess = it_assess ilsotaclrnassres = it_assres ilsotaclrnitres = it_itres.
LSOTAC_PUB_GET_ASSESSSTRUCTURE CALL FUNCTION 'LSOTAC_PUB_GET_ASSESSSTRUCTURE' EXPORTING assessment = p_assess IMPORTING error_occured = error_occured_ass TABLES ilsotacassessment = it_assessment ilsotacasection = it_asection ilsotacasebo = it_asgroup ilsotacaseitem = it_aseitem ilsotacitem = it_item.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'LSOTAC_ITEMSTATISTIK' CHANGING ct_fieldcat = gt_fieldcatalog.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
TAC_ITEMSTAT_LSO - Test Item Statistics TAC_ITEMSTAT_LSO - Test Item Statistics TAC_DBCONVERT_LSO200 - DB Conversion LSO100=>LSO200: Tests and Test Results TAC_DBCONVERT_LSO200 - DB Conversion LSO100=>LSO200: Tests and Test Results TAC_ALVINC - TACALVINC TACTZ_SYNCHRONIZE_OBJECT - Compare TACTZ entries with SU22