Skip to Content
0
Jan 11, 2008 at 10:40 AM

Sending a email with the form attached but no submit Button

24 Views

Hi experts,

I have designed a form in ABAP using the t-code SFP. i Have a button "accept", in the form.

Now i am calling this form from an executable program and send it to mail with the form attached.

I am successfully receiving the mail with the form attach.

Now my requirement is when i open the attached form and click on ACCEPT button, again a mial shud be triggered with the same form attached but no ACCEPT button shud appear on the form.

I am able to trigger the mail on click of the ACCEPT button and mail is also sent withj the form attached , but the ACCEPT button still exists.

I have written the following code on click of the button.

this.presence = "invisible";

event.target.submitForm();

Please some expert help me in solving this problem as soon as possible.

Thanks and Regards,

Madhu