‎2021 Jun 24 9:25 AM
Hello,
I am working on a z report with a rather complex selection screen and I want to create user instructions.
My idea was to create a button that opens a pop-up with the list of instructions.
It is possible that the user instructions will become mandatory if after a test period this implementation is useful for end users.
Is there a way I can create these instructions using f1 help?
‎2021 Jun 24 9:41 AM
Hello i.ion
Why don't you put all the instructions in the ABAP report documentation:

The documentation standard template features the following sections:

Once you create the report documentation, it'll be available from the selection screen with "I" button:

Moreover if you use custom data elements for selection screen fields, you can put additional documentation in a data element. That will be available with F1 on the field.
In my mind that the easiest, the most standard way to go.
Best regards
Dominik Tylczynski
‎2021 Jun 24 9:41 AM
Hello i.ion
Why don't you put all the instructions in the ABAP report documentation:

The documentation standard template features the following sections:

Once you create the report documentation, it'll be available from the selection screen with "I" button:

Moreover if you use custom data elements for selection screen fields, you can put additional documentation in a data element. That will be available with F1 on the field.
In my mind that the easiest, the most standard way to go.
Best regards
Dominik Tylczynski
‎2021 Jun 24 12:30 PM
Thanks for your help.
I ended up putting the instructions in the ABAP report documentation .
‎2021 Jun 24 10:07 AM
Yes you can create such help