Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regarding mail sent

Former Member
0 Likes
413

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.

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.

1 REPLY 1
Read only

Former Member
0 Likes
378

HI EXPERTS MY PROBLENM IS SOLVED BY TAKING THAT FUNCTION MODULE