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

Issue in customized help menu

Former Member
0 Likes
952

Hi,

There is a requirement to customize the help menu in standard SAP menu bar. For that I have created a function code in se41 in MENUSYST and status MEN and taken function code type as 'T'. Also created a Z transaction code with a program to call a intranet URL attached to it.

Now the issue is whenever I click on the option in the help menu from some other screen (se38 or se11) apart from start screen S000. The browser starts and the web page is opened but the screen always resets to SAP intial screen(S000).

Can anyone suggest whether the function code type needs to be changed or is there any other issue.

Regards,

Aparna

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
0 Likes
804

As explained in the field help, T corresponds to LEAVE TO TRANSACTION, so what happens is normal (note: you can see that menu item System | Utilities | Authorization check behaves as yours).

As I could see in the forum, what you need to do is to choose function type H (help), and modify standard function module HELP_START.

Read only

Former Member
0 Likes
804

Thanks a lot Sandra for your response.

So what I need to do is take the access key and modify the standard FM HELP_START by adding the code for calling the required url. Please correct me if I am wrong.

Read only

0 Likes
804

you're right

Read only

0 Likes
804

Thanks a lot for you help.