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

Invocking Business Objects Explorer from ABAP

MNaveen
Product and Topic Expert
Product and Topic Expert
0 Likes
539

hello all,

Is there any class available in ABAP which can be used to invoke BOE from ABAP so that we can pass the data in our internal tables to it and display it visually using business objects explorer.

Is there any other such way in which the data in internal tables can be displayed in form of graphs to the user in ABAP

Warm Regards,

Naveen M

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
500

try using CALL FUNCTION 'GRAPH_MATRIX_2D' to display data in graph

try using CALL FUNCTION 'GRAPH_MATRIX_2D' to display data in graph

2 REPLIES 2
Read only

Former Member
0 Likes
500

Check if this FM is what u r looking for : SWO_TREE_GET_BUSINESS_OBJECTS

Read only

former_member156446
Active Contributor
0 Likes
501

try using CALL FUNCTION 'GRAPH_MATRIX_2D' to display data in graph