Application Development 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: 

How can i change/create F1 doku text during runtime

former_member466336
Discoverer
0 Kudos

Hi everybody,

I have a problem.

During runtime the user should be able to create a documentation. This documentation must be stored in the F1 help of a data type.

It's easy to get the created help text out of the F1 help.

But is there any possibility to set the help text of a data type during runtime without calling and displaying the document maintenance initial screen?

Can anybody help me?

Thanks & Regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

U need to use the event AT SELECTION-SCREEN ON HELP-REQUEST or the PROCESS ON HELP-REQUEST.

Max

5 REPLIES 5

Former Member
0 Kudos

Hi

U need to use the event AT SELECTION-SCREEN ON HELP-REQUEST or the PROCESS ON HELP-REQUEST.

Max

0 Kudos

Hi Max,

thank you for your answer. But I think I don't realy understand.

The documentation should be created for a pattern which is created by the user. I just schould be stored in the F1 help of a data type.

So there is no field on the screen for which i can use this event.

Is there a function or something like this i can call to open the document maintenance starting with the "change" screen?

Thanks & Regards,

Christian

0 Kudos

See if you can use function module DOCU_CALL.

Thomas

0 Kudos

Hi

Sorry I didn't understand your issue, so try to use fm DOCU_CALL as thomas said

Max

0 Kudos

Thank you very much Max, Thomas,

you solved my problem!

thanks and best regards,

Christian