Skip to Content
0
Former Member
Feb 08, 2011 at 02:15 AM

How to display my input history values on Filename filed (selection screen)

525 Views

Hi All,

Please let me know how to display my input history values under the field of selection screen.

I created Zprogram as below.

-


SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.

PARAMETERS: P_FILE TYPE RLGRAP-FILENAME OBLIGATORY.

SELECTION-SCREEN END OF BLOCK B1.

...

-


I displayed a selection screen of my Zprogram, my cursor put on P_FILE field, and enter BACKSPACE key,

so it doesn't display my input history values.

Of course I've selected Local Data History 'ON' of my GUI option,

so it's displayed my input history values on any other fields.

If you know why, please let me know.

Regards,

Rie.