Skip to Content
Author's profile photo Arun Ganesh U

Report to provide F4 Help for Directory Names (Not File Names)

Requirement:
              To display the Directory names of AL11 in Search help for the (Parameter) field on Screen.

Type: Classical Report

Logic:

  1. Data declarations
  2. Selection Screen
  3. Initialization event:
    1. Execute the ‘MAIN’ subroutine in Standard program ‘RSWATCH0’ to get the directory names
    2. Move the directory names to an internal table (due to data type mismatch on the fetched data) for Search help
  4. At Selection Screen Event:
    1. F4 help has to be provided for the field so we have to use ON VALUE REQUEST FOR the FIELD
    2. Use Function Module: F4IF_INT_TABLE_VALUE_REQUEST for displaying the search help
    3. On double clicking the required directory, the same will be displayed in the input field

Report in the attachment.

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Matthew Billingham
      Matthew Billingham

      This requirement has been well covered elsewhere. This will not be approved.

      As a general principle, documents or blogs which are just programs will not be approved. Sorry.