cancel
Showing results for 
Search instead for 
Did you mean: 

Sending a email with the form attached but no submit Button

Madhu2004
Active Contributor
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Madhu2004
Active Contributor
0 Kudos

I posted it in wrong forum, check for the solution in the follwing path :

Expert Forums » SAP NetWeaver » SAP Interactive Forms by Adobe

Thread: Sending a email with the form attached but no submit Button