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

Update Termination Error in creating output type for email

Former Member
0 Likes
1,086

Hi Experts,

I have written and email functionality code for smartform and output type ZC01 is to be define in the Tcode VF02 for posting invoice by email but when no email is there in customer master it is throwing me an update termination error. Please help me out of this issue.I have used  SO_DOCUMENT_SEND_API1 FM.

.

Hi Experts,

I have written and email functionality code for smartform and output type ZC01 is to be define in the Tcode VF02 for posting invoice by email but when no email is there in customer master it is throwing me an update termination error. Please help me out of this issue.I have used  SO_DOCUMENT_SEND_API1 FM.

.

4 REPLIES 4
Read only

former_member196331
Active Contributor
0 Likes
1,001

To whom You are going to send a mail. Is correct email ids is entered.

Normally people are fetching from su01 .For user profiles.

Have checked the at run time. To address (e-mail id is )filled Or not.

Read only

0 Likes
1,001

I am sending mail to the mail ids maintained in customer master, and if email address fields is blank then it is throwing the update termination error while creating Output type. it is not saving the output type created.

Read only

0 Likes
1,001

Hi,

Handle this in exception as we cannot verify if the mail id's are valid or invalid.

Regards,

Rafi

Read only

0 Likes
1,001