SAP Reports / Programs

TAC_ITEMSTAT_LSO SAP ABAP Report - Test Item Statistics







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

LSOTACITEM - Item Statistics


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


INCLUDES used within this REPORT TAC_ITEMSTAT_LSO

INCLUDE : TACTOP.
INCLUDE : F4_VALUE_REQUEST.
INCLUDE : TAC_ALVINC.
INCLUDE : RHOINI00_LSO.


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:

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.



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