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

Vendor Email Problem

Former Member
0 Likes
715

Hi All..

First of all thanks to all...for replies to my questions...

its really helpfull....

im creating report of vendor...

im getting mail ID of all the vendors

but the problem is...

Vendors who are not having mail id,

for those vendors it is displaying the previous vendors mail id....

im not understanding y it is taking previous vendors mail id...

can anybody help me on this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
672

Hi,

just clear the vendor email id field......

ex:

clear vendorid.

Regards

Kiran

5 REPLIES 5
Read only

Former Member
0 Likes
672

Hi,

I think u r not clearing the fields,so it is taking the previous values .

clear the fields and try.

Regards,

jaya

Read only

Former Member
0 Likes
672

Clear the field.

Cheers,

Surinder

Read only

Former Member
0 Likes
672

HI,

May be the work area still holdes the previous data.

Try to clear work area after you append data to your final internal table.

OR

May be ur not checking sy-subrc after ur read statement some where...

Regards,

Mr.A

Read only

Former Member
0 Likes
673

Hi,

just clear the vendor email id field......

ex:

clear vendorid.

Regards

Kiran

Read only

0 Likes
672

thanks for all ur ans...

its working...