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

payment advice mailing

Former Member
0 Likes
298

hi to all,

help me in this issue,

how to use this bte SAMPLE_PROCESS_00002040 for sending mails to vendors

how to activate this bte and change the code.

thanks in advance

kiran reddy

Message was edited by:

kiran reddy

1 REPLY 1
Read only

Former Member
0 Likes
271

Hi

CALL FUNCTION 'SAMPLE_PROCESS_00002040'

EXPORTING

i_reguh = t_reugh

tables

t_fimsg = t_msg

changing

c_finaa = t_finna

.

you can pass the value in tables t_reugh t_msg and t_finna. that has the similiar type of structure reugh and others are also in similiar lines.

Regards,

Dinesh Goyal