Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos
739

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.

1 Comment
Labels in this area