cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any approach to get the list of tables used in a Webdynpro component without debugging?

Former Member
0 Kudos

Hi All,

There are several components from which I need to check where from data is being fetched. These are standard components of SAP GRC module.
Please suggest if there is any approach to avoid debugging to get the list of tables used.

Thanks & Regards,

Srihari.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Use SQL Trace (ST05) switch on the trace, execute the application and then switch off the trace. There you can find the list.

Regards,

Kiran

Former Member
0 Kudos

Thanks Kiran, this solves my requirement.

Srihari.

Former Member
0 Kudos

Hi Kiran,

I have used the approach mentioned by you but was only able to get the configuration related tables, but not the actual source of data.

Is there any other way where data gets filled?

Thanks,

Srihari.

ramakrishnappa
Active Contributor
0 Kudos

Hi Srihari,

The data gets filled at runtime and it cannot be stored anywhere for later use.

Using SQL trace, you can get only the names of tables involved in the execution of flow logic not the data of those.

You need to hold the application run at runtime at a specific point to see the data i.e. Only debugging is the way ahead for your case.

Regards,

Rama

yury_sichov
Active Contributor
0 Kudos

It may be helpful

http://scn.sap.com/thread/3155739

searching in web dynpro source code.