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

Modifying SAP standard help menu

Former Member
0 Likes
757

I've been asked if it is possible to modify the SAP standard help menu, so that the user could potentailly click on a like that would call some custom documentation. Is this possible? And if not could it be done via a transaction - and how do you go about saving a word docuemtn somewhere that a SAP transaction could call it?

3 REPLIES 3
Read only

Former Member
0 Likes
587

Look For Search Help Exit in the web.

[Lik1|http://wiki.sdn.sap.com/wiki/display/Snippets/CaseInsensitiveSearchHelpExitforMaterial+Group]

[Link2|http://wiki.sdn.sap.com/wiki/display/Snippets/ImplementingSearchHelp+Exits]

Regards

Abhinab Mishra

Read only

Former Member
0 Likes
587

Sorry I am talking about the menu help from the main SAP menus at the top of every screen.

Read only

Former Member
0 Likes
587

If you're talking about standard F1 help, look at transaction CMOD, GOTO>Text Enhancements>... Here you can change the on-screen texts for data elements (but it changes every place the data element is used for a field) AND you can create your own custom help....You may be looking for Text Enhancements>Data Elements>New xx Cust. Doc.

The CMOD modifications are, however, just for a single data element in each enhancement. If you;re looking for a more general help for the transaction, this is probably not helpful to you.

Edited by: Dave L on Feb 4, 2010 1:44 PM