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

STREE_EXTERNAL_DISPLAY Title

sudhahar_ramachandran
Active Participant
0 Likes
889

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

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
750

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

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
751

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.

Read only

sudhahar_ramachandran
Active Participant
0 Likes
750

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