cancel
Showing results for 
Search instead for 
Did you mean: 

finding relevant tables for test case data in solution manager

Former Member
0 Kudos

Hi all,

currently I'm trying to write a program that outputs a weekly report on progress within different test plans, specifically those structures found in stwb_info. I analyzed them with sql-trace and I managed to find related tables for test plan and test package (TTREE, TTREET, TNODE02A, TNODE02T) but wasn't able to find the descriptions for the test cases. I know that sap01phio does contain those descriptions, however I fail to connect it to the others.

Help is appreciated. I'd like to know in what table the test case short text /descriptions are stored and how I could connect them to the others.

Kind regards,

Moritz.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Well since I figured it out myself, I might as well post it here. Table AGSTWB_ISSUE_ATR that is related to the test cases does contain the field ref_object which equals the loio_id in SA01PHIO.

TNODE02R does also contain the specific ref_object that links to SA01PHIO.