Skip to Content
0
Jan 11, 2008 at 04:31 AM

select count(*) statement in ABAP

74632 Views

Hi,

Im writing following statement in my Function module,

select count(*) into l_count

from user_master

where username = l_username and

process_type = processtype and

password = oldpassword.

And there is one entry in table user_master.

But still, I'm getting l_count as zero..

Can somebody help me with this.

Regards,

Amey