cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Function Module trace.

Former Member
0 Kudos

Hi,

How are you ?. I need a help for Function Module datasources of how to get info of fields related to tables. I tried ST05 of SQL Trace but not showing complete picture and I heard through ST12 can do Function module trace to obtain table names. Can you kindly walk me through of how to Obtain table names for fields for Function Module Datasources through ST12 or any tcode in detail.

Thanks in advance.

Regards

Srinivas M.

Accepted Solutions (0)

Answers (1)

Answers (1)

sander_vanwilligen
Active Contributor
0 Kudos

Hi Srinivas,

I suggest to first have a look at the SAP Help for Business Content DataSource. You might find information on the source tables here.

As a next step you can have a look in the coding of the Function Module or debug it. You have to look to statements like TABLES and SELECT.

As a last step (and maybe time-consuming) execute an SQL Trace using t/code ST05 during executing t/code RSA3 in the Source System.

Best regards,

Sander