Skip to Content
0
Former Member
May 14, 2010 at 06:38 AM

regarding mail sent

35 Views

Hi Abap Experts,

i have 4 fields in my selection screen.

1. Trigger mail it is check box.

2. Mail ids it is parameter field

3. display all it is radio button

4. display exception it is radio button

my requirement is if i mark check in trigger mail then maild field should enable and allows to enter the mail id.

in the radio button if i click display all then the data from the display all should be linked to mail id and its get triggered.

similarly if i press display exceptions then the data from this is linked to mail id field and mail gets trigerred.

for that i am using the function module called so_new_document_api1. i need how to link the data from radio button to the mail id. i hope u understood my query.