Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Database tables used by Solution Manager?

Former Member
0 Likes
785

Hi,

I have to create an ALV fetching the data from solution manager related to SIR details.

There is an ALV report program CRM_DNO_SERVICE_MONITOR

I have to create a similar sort of ALV with 5-6 fields information related to SIRs but not getting from where the report is fetching the data.

Please resolve the issue soon.

Its very very urgent....

Thanks & regards

Amit Kumar Singh

3 REPLIES 3
Read only

naveen_inuganti2
Active Contributor
0 Likes
413

Hi....

I am nto having that program in my system....

any way ... Try with SQL Trace...

>1. Activate SQL trace in ST05

>2. Goto that program and excute with some selection criteria

>3. Now deactivate the Trace and Display!

>4. You can get all the tables and technical information about that Program

Try this..,

Thanks,

Naveen.I

Read only

0 Likes
413

I have tried with SQL trace also, every where only program name gets displayed in place of table name and also in the from the program i understood that they are using LDB's but i don't know about how to use LDB's & not getting the source table names.

Please help...

Read only

Former Member
0 Likes
413

Hi Amit,

Using T. Code ST05, u can find out all the table, fields used for the perticular transaction.

By activating the trace, you get all detailed about that transaction

Kindly Reward Points If You Found The Reply Helpfull

Cheers,

Chaitanya.