Hi all,
In abap SELECT-OPTION, how to add custom options like below
SELECT-OPTION s_option1 FOR 'PO', 'SO', 'INBOUND', 'OUTBOUND'
Thanks,