cancel
Showing results for 
Search instead for 
Did you mean: 

SOLDOC Data Retrieval

unomokanunimal
Explorer

Hello everyone,

I am trying to figure out the process of how SOLDOC retrieves the data for the below columns. I've been trying to debug soldoc for days now, but I can't still find the process for the columns below. Can anyone help me with this? Thank you!

thalesvb
Active Contributor

Question: is there any reason that motivated you to debug instead of SQL Tracing (with call stack)? Tracing is a better choise to locate where system fetches those data from database (either the table itself or the API wrapping that logic).

unomokanunimal
Explorer
0 Kudos

Hello Thales,

I am new to SAP and wasn't aware of other ways on how to solve my problem. For the SQL Tracing, I should start with T-code ST05 right? Or are there any additional steps for SOLDOC?

Thanks in advance!

thalesvb
Active Contributor

Yep, just remember to Activate Trace with filter by your user (the user opening SOLDOC), otherwise it will grow quickly (plain Activate Trace will enable for all users).

Resulting trace will also list other database tables unrelated to your need, you can use SE84 to speed your search for the right one, since you can see see tables short description "in batch" (instead going one by one on SE11)

unomokanunimal
Explorer
0 Kudos

Hello Thales,

Thank you for this one! I was able to trace back the required data.

I appreciate your help!

Accepted Solutions (0)

Answers (1)

Answers (1)

VigneshPrabhu99
Contributor
0 Kudos

Hello unomokanunimal

Please confirm if your Solution Manager system is connected to any third party tools. It could be anything like Tricentis Tosca, Signavio, JIRA etc.

Thanks,

Vignesh

unomokanunimal
Explorer
0 Kudos

Hello Vignes,

I am really not sure if our SolMan system is connected to any third party tools but I am accessing SOLDOC only through transaction code (soldoc) in our SAP system.

Thanks!

VigneshPrabhu99
Contributor
0 Kudos

Hello Ruben,

If you have access to T-code sm_workcenter, run it.

Go to Test Suite Tab -> Click Partner Test Management.

Let me know the results.

Thanks.!

unomokanunimal
Explorer
0 Kudos

Hello Vignesh,

I have access to the T-code but I can't find the Test Suite Tab.

Thanks!