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

Reg:Logic required

Former Member
0 Likes
666

Hi ,

We are working on one development for this we are using exit:MV45AFZZ and written code on it.The logic we have written is when ever the field FPLT:FAKSP is blank at contarct level ,then it should trigger an intimation mail .First time it is triggering mail and even when we go go second and third time and make some change other than field FAKSK again it is triggering mail.How to stop further mails ,it should trigger only when we make change in field FAKSK only .Pls help.

Regards,

Sash .

Use meaningful subject for your future questions

Edited by: Vijay Babu Dudla on Feb 26, 2009 7:54 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
635

hello,

try to compare vbak-faksk (current) with yvbak-faksk (original)

if there is difference -> generate e-mail....

regards,darek

4 REPLIES 4
Read only

Former Member
0 Likes
635

well you maybe in the wrong exit.

what you need is a field-statement in the PAI of the dynpro where your FAKSP is beeing populated.

Read only

0 Likes
635

Hi ,

The requirement is when ever the user removes a billing block at filed FPLT:FAKSP then it should trigger a mail .Logic we have taken is :Pass the VBAK:VBELN to FPLA:VBELN and pick the FPLNR then send it to FPLT and check FAKSP ,if it is space then trigger a mail .Pls suggest exit and required coding.

Thnaking you in advance.

With Regards,

Sash.

Read only

0 Likes
635

oh well, Daruisz knew a good way i just didnt think of, so first try this in your exit.

Read only

Former Member
0 Likes
636

hello,

try to compare vbak-faksk (current) with yvbak-faksk (original)

if there is difference -> generate e-mail....

regards,darek