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

Change hyperlink content doc. while F1 Help

Former Member
0 Likes
983

In any F1 help doc. we
have some hyper link and on click of that hyper link it will open an another
window with other document, so how we can change that content of another window which
is coming by the click of hyper link.

EXAMPLE :  We go to standard t-code and click F1 on a field , we will get a popup window with some document explanation about the filed- in the same document we can get some hyperlink text and if we chlick thata hyper link text we will get an another popup window with some line of document. Now my requirement is to change the content of another window which is coming by the click of hyper link.

looking forward for kind help
and support

In any F1 help doc. we
have some hyper link and on click of that hyper link it will open an another
window with other document, so how we can change that content of another window which
is coming by the click of hyper link.

EXAMPLE :  We go to standard t-code and click F1 on a field , we will get a popup window with some document explanation about the filed- in the same document we can get some hyperlink text and if we chlick thata hyper link text we will get an another popup window with some line of document. Now my requirement is to change the content of another window which is coming by the click of hyper link.

looking forward for kind help
and support

5 REPLIES 5
Read only

former_member183424
Active Contributor
0 Likes
722

Hi,

I concern with my ABAPer.

Yes, you can change it via key-ward exit.

Thanks

DEV

Sorry for my previous post.

Message was edited by: Dev Patra

Read only

0 Likes
722

Hi Dev,

We can change the content of F1 Help document, there is a
provision to change the whole content at the first level i.e when you press F1
we will get a popup window that content data we can change But if in the same
content data again if we have some hyperlink then it will go to another window,
So just wanted to know how to change the other window content.

Thanks and regards,

Kumar

Read only

0 Likes
722

Hi Dev,

There is not any concept of key word exit in SAP ABAP, we can do
this till first level in many way

i.e using t-code se61, CMOD , change the documentation of data
element in SE11....etc.

But on second level documentation change i.e on the first screen
if we have a hyperlink text lets we rename it as zaaa.... this can be done by above t-code.
Now when we click that rename link it has to go to next popup window where the
data content has to get it changed.

I have created a new doc. via SE61 under "General
text" and created a new doc. by giving a name e.g zaaa. Now I used this
name in the first level of doc. while pressing F1. But if I press this zaaa(as hyperlink) it
is not getting trigger to the document that I create. Hence hyperlink is not working....

Please help on this

Read only

FredericGirod
Active Contributor
0 Likes
722

Hi,

I think you need Knowledge Warehouse to do this

(KW)

regards

Fred

Read only

Former Member
0 Likes
722

Any solution for this please?