cancel
Showing results for 
Search instead for 
Did you mean: 

TCode: SOLAR01 data extraction

Former Member
0 Kudos

Hello everyone,

I am suppose to write a report which will display the data available in the Tcode SOLAR01.

Following is the scenerio:

-


Tcode : SOLAR01.

after executing tcode SOLAR01, go to tab: Administration.

There we have the status tab for a particular task.

I need to pick up this status data (Open, Planned, Inprocess etc ect) for each of the task associated to the main project.

Tcode : SOLAR01.

after executing tcode SOLAR01, go to tab: Transactions.

there the Transactions are listed down. I need to pick this Transaction data for the project

and the task.

Tcode : SOLAR01.

after executing tcode SOLAR01, go to tab: Configuration.

I need to pick this Configuration data for the project and each of the task assigned to it...

Tcode : SOLAR01.

after executing tcode SOLAR01, go to tab: Development.

I need to pick this Development data for the project and each of the task assigned to it...

Tcode : SOLAR01.

after executing tcode SOLAR01, go to tab: Training Material.

I need to pick this Training Material data for the project and each of the task assigned to it...

Tcode : SOLAR01.

after executing tcode SOLAR01, go to tab: Test Cases.

I need to pick this Test Cases data for the project and each of the task assigned to it...

I have tried to debug standard SAP code to find out how it gets the data, but thats too complicated.

Please do let me know incase anyone has used a BAPI or some class to retrieve this data.

Thanks and regards

Ramesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All,

I am also facing the same problem as faced by Mr.Ramesh.

I am basically intrested in the data present inside Transaction Tab.

Well, can some body tell me "In which table are these data stored?".

I have debuged the SAP inbuilt codes also but there I can find only the tables containing the Node Id and not othre details.

Thanking You All.

Former Member
0 Kudos

Hi Ramesh.

Already we have tcode SOLAR_EVAL

which is used for reporting on solar01 and solar02

You can use this to report on all the tabs...available in solar01

hope it helps.

Pls assign pts.

Former Member
0 Kudos

Hi Prakhar Saxena

Thanks for the reply.

Earlier I tried to find the logic using Tcode SOLAR_EVAL which internally calls SOLAR01 or

SOLAR02 depending upon the user selection...

Both these options use some of the Private and Protected attributes of several Classes (Methods)...

which we r not technically allowed to use....

Also the logic is very very complicated, hence I beleive there should be some BAPI or a single class

which would retrieve the data.

I have tried out searching for the BAPI and Class but no luck.....

Incase anyone of u have come across a similar situation and know of some BAPI or Class or some other method to retrieve this data then please do let me know....

Thanks in advance

Ramesh

Former Member
0 Kudos

Hi,

Did you ever find a solution for this? Were you planning to pull the data into BI?

Regards,

Matt

Former Member
0 Kudos

Hi Mathew,

Unfortunately , I was not able to get any suitable reply for this question.

regards

Ramesh

former_member190969
Active Contributor
0 Kudos

Hi Ramesh,

did you have a look at the standard reporting? You can access it in SOLAR01/02 from the menu.

Regards

Andreas

Former Member
0 Kudos

Hi Andreas Diebold

Thanks for the reply.

Yes, I have tried to analyse the way SAP extracts data in the standard Tcode SOLAR01 and SOLAR02.

But thats too complicated with usage of several classes and methods.

I dont think that logic can be used in custom programs..

Is there any BAPI or a standard class or some other technique which will get this data....

regards

Ramesh