cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Overall Status Description Customization in Test Suite Analytics

SAPSupport
Employee
Employee
0 Likes
330

While we are fetching reports under test suite analytics, we could see that the test case Overall Status Description shows as Errors (highlighted in the attached screenshot) for the execution status Blocked(Custom status). Our requirement is to populate the Overall Status Description should be filled as Blocked  with Red rating wherever the test case execution status is Blocked. 


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

Test status description is maintained in the following data elements for respective colors.

SMT_V_TPLN_CNT_GREEN

SMT_V_TPLN_CNT_YELLOW

SMT_V_TPLN_CNT_RED

SMT_V_TPLN_CNT_BLUE

 

Choose any one of the following solutions best suited to your business requirement.

 

1.Update the standard data element label

Tcode CMOD->GOTO->Text Enhancements-> Keyword->Change.

Enter Data element and add custom label.

Note: This impacts all the reports.

During upgrade this has to be manually changed else the original settings will be updated.

 

2. Enhance Method CL_SMT_CUST_UTIL=>GET_TEXT_4_TCSE_STATUS_COLOR_1 - this will impact multiple places.

3. Enhance method CL_SMT_RPT_TPLN_REPORTING=>BUILD_TPLN_TPCK_TCSE_HIER, field name status_color_txt in itab ET_TPLN_STATUS_INTREE. -this will be called in tpln report also in tpck report.( Note : This is preferred solution as this does not impact other areas)

souviroy
Newcomer
0 Likes

Dear All,

Can someone please help me on how to access the enhancement method CL_SMT_RPT_TPLN_REPORTING.

Thanks

Answers (0)