Application Development 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: 

SAP Gantt chart GUI status

Former Member
0 Kudos

Hi ABAP gurus,

I am trying to change the GUI status of the SAP provided Gantt chart function 'GRAPH_GANTT' by copying it to a custom function and then changing the GUI status definition. The problem is whatever changes I make to the custom function gui status the original GUI status is being displayed from 'GRAPH_GANTT'!

Has anyone worked on this Gantt chart functionality before to change the Menu bar on the GUI staus?

Reward points will be awarded.

Thanks,

Sudheer.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

I found this FM: GRAPH_SET_CUA_STATUS.

Will this help your requirement?

Regards

Subramanian

3 REPLIES 3

Former Member
0 Kudos

Hi,

I found this FM: GRAPH_SET_CUA_STATUS.

Will this help your requirement?

Regards

Subramanian

0 Kudos

Hi Subramanian,

Thank you for the reply. I can't use this function since we are using 'GRAPH_ACTION' already to display some custom buttons on the Gantt chart. This GRAPH_ACTION and GRAPH_SET_CUA_STATUS can't be used together.

Probably I will try to change the Menu bar statuses thru this GRAPH_ACTION, but I have to change the standard SAPs 'Edit' Menu option to default 'Select' instead of 'Display' on the Gantt chart.

Thanks,

Sudheer.

Former Member
0 Kudos

Found the solution.