cancel
Showing results for 
Search instead for 
Did you mean: 

Any BAPIs that are similar to SOLAR_EVAL

manohar_kappala2
Contributor
0 Kudos

Hi,

We are trying to develop a custom program to retrieve the information on Transactions and End User Roles tabs into a custom table.

We are trying to capture this data by project and use the same fields as in SOLAR_EVAL reports.

Can anyone provide any standard bapis/programs that we can use to do this or tables that are related to the data transactions and end user roles in SOLAR01/02 that can be used. Thanks for all your inputs.

Thanks,

Manohar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Manohar,

use function module SPROJECT_GET_REAL_OF_PROJ to get the filter of your project.

Use function module SASAP_HIERARCHY_READ with the filter to get all nodes of your project.

Create an instance of class CL_SA_TAB_DATA for every node, you can find the constants for the necessary tab names in type pools SAPPL and AISOL.

Use method GET_DATA to get the items of each tab.

Regards,

Christoph

manohar_kappala2
Contributor
0 Kudos

Hi Chris,

Thank you for your help. Will verify this today and let you know.

Thanks,

Manohar

Answers (0)