‎2010 Jun 03 7:15 AM
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
‎2010 Jun 03 10:30 PM
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.
‎2010 Jun 04 9:52 AM
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.
‎2010 Jun 04 10:00 AM
‎2010 Jun 04 10:23 AM