Hello All,
In the code , I am using this:
SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
SELECT-OPTIONS: s_reciv FOR somlrec90-receiver NO INTERVALS. "For multiple Email IDs
SELECTION-SCREEN : END OF BLOCK b1.
When I execute the program, I need to paas Multiple Email Ids in this select options . The length of those email IDs are huge.So its not taking email IDs with large number of characters.
Because of this , I am using PARAMETERS. But there is not provision in PARAMETERS to enter multiple values .