<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Create user instrunctions for z programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-user-instrunctions-for-z-programs/m-p/12447287#M1999172</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I am working on a z report with a rather complex selection screen and I want to create user instructions.&lt;/P&gt;
  &lt;P&gt;My idea was to create a button that opens a pop-up with the list of instructions.&lt;/P&gt;
  &lt;P&gt;It is possible that the user instructions will become mandatory if after a test period this implementation is useful for end users.&lt;/P&gt;
  &lt;P&gt;Is there a way I can create these instructions using f1 help?&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jun 2021 08:25:21 GMT</pubDate>
    <dc:creator>former_member753379</dc:creator>
    <dc:date>2021-06-24T08:25:21Z</dc:date>
    <item>
      <title>Create user instrunctions for z programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-user-instrunctions-for-z-programs/m-p/12447287#M1999172</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I am working on a z report with a rather complex selection screen and I want to create user instructions.&lt;/P&gt;
  &lt;P&gt;My idea was to create a button that opens a pop-up with the list of instructions.&lt;/P&gt;
  &lt;P&gt;It is possible that the user instructions will become mandatory if after a test period this implementation is useful for end users.&lt;/P&gt;
  &lt;P&gt;Is there a way I can create these instructions using f1 help?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 08:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-user-instrunctions-for-z-programs/m-p/12447287#M1999172</guid>
      <dc:creator>former_member753379</dc:creator>
      <dc:date>2021-06-24T08:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create user instrunctions for z programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-user-instrunctions-for-z-programs/m-p/12447288#M1999173</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;i.ion&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Why don't you put all the instructions in the ABAP report documentation:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1947753-20210624-0023.png" /&gt;&lt;/P&gt;&lt;P&gt;The documentation standard template features the following sections:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1947754-20210624-0024.png" /&gt;&lt;/P&gt;&lt;P&gt;Once you create the report documentation, it'll be available from the selection screen with "I" button:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1947755-20210624-0026.png" /&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;In my mind that the easiest, the most standard way to go.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 08:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-user-instrunctions-for-z-programs/m-p/12447288#M1999173</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2021-06-24T08:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create user instrunctions for z programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-user-instrunctions-for-z-programs/m-p/12447289#M1999174</link>
      <description>&lt;P&gt;Yes you can create such help&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;At report level, input and activate a &lt;A href="https://help.sap.com/viewer/search?q=Defining%20Report%20Documentation"&gt;report documentation&lt;/A&gt;, an "i" information icon will be displayed when the report is executed that will display you document  (also available in menu)&lt;/LI&gt;&lt;LI&gt;For each parameter/select-option when F1 is pressed: either displaying &lt;A href="https://help.sap.com/viewer/search?q=Defining%20Data%20Element%20%20Documentation"&gt;documentation of data element&lt;/A&gt; associated to parameter or display any specific document created with SE61 &lt;A href="https://help.sap.com/viewer/search?q=Creating%20a%20Documentation%20Object"&gt;Creating a Documentation Object &lt;/A&gt;  calling FM DOCU_CALL within  AT SELECTION-SCREEN ON HELP-REQUEST statements.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 24 Jun 2021 09:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-user-instrunctions-for-z-programs/m-p/12447289#M1999174</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-06-24T09:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create user instrunctions for z programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-user-instrunctions-for-z-programs/m-p/12447290#M1999175</link>
      <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;I ended up putting the instructions in the ABAP report documentation .&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 11:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-user-instrunctions-for-z-programs/m-p/12447290#M1999175</guid>
      <dc:creator>former_member753379</dc:creator>
      <dc:date>2021-06-24T11:30:48Z</dc:date>
    </item>
  </channel>
</rss>

