2010 Jun 16 6:03 PM
Dear Friends,
I'm using 'STREE_EXTERNAL_DISPLAY' for displaying an area menu. but the title is always displayed as 'Display Structure' for any area menu. I want to give my own text for the title. any idea ?
regards,
Sudhahar R
2010 Jun 16 11:16 PM
In parameter USER_PARAMETERS, append a line with parameter name USER_STATUS, and parameter value is the name of a custom function module where you define the gui status (displayed buttons) and gui title (screen title). Create this function module by copying STREE_BROWSER_FM_USER_EXIT_1.
Dear Friends,
I'm using 'STREE_EXTERNAL_DISPLAY' for displaying an area menu. but the title is always displayed as 'Display Structure' for any area menu. I want to give my own text for the title. any idea ?
regards,
Sudhahar R
2010 Jun 16 11:16 PM
In parameter USER_PARAMETERS, append a line with parameter name USER_STATUS, and parameter value is the name of a custom function module where you define the gui status (displayed buttons) and gui title (screen title). Create this function module by copying STREE_BROWSER_FM_USER_EXIT_1.
2011 Mar 01 8:21 AM
Found myself.
user_parameters-NAME = 'TITLE_TEXT'.
user_parameters-VALUE = 'Tree Title'.
append user_parameters.
and pass this table to the FM.
thanks & regards,
Sudhahar R