Get Example source ABAP code based on a different SAP table
ABAP_SELSCR - Dynamic Dictionary Reference This example demonstrates how a dynamic dictionary reference to a selection parameter can be created.
ABAP_SOURCE_CODE ABAP_EXEC >
ABAP_DESCRIPTION At the event at which selection screen 200 is called, the field name > must contain the name of a data type from the ABAP Dictionary. Currently, selection parameters can only refer to fields of database tables, views, and structures. The selection parameter dynamically takes the properties, that is, technical properties and help texts, from the dictionary type. If a selection text for the selection parameter is not created in the program, the field label from the dictionary appears as the description on the selection screen. Otherwise, the selection text is displayed.