Posts

Showing posts with the label sap abap select options internal table

Select Options - Syntax & Examples (SAP ABAP Keyword)

Image
INTRODUCTION: - The SELECT-OPTIONS statement creates selection criteria for a particular database field. The existence of the statement in the code causes the selection screen to display at the beginning of the report execution. It creates a line on the selection screen where the user can enter selection criteria for that field. - Basically SELECT-OPTIONS statement determines the user interface for any report program. SYNTAX: SELECT-OPTIONS <sel> FOR <f>                                   [DEFAULT <g> [TO <h>]  [OPTION <op>] SIGN <s>]                                   [MEMORY ID <pid>]                                   [LOWER CASE]        ...