Skip to Content
0
Former Member
May 29, 2008 at 05:20 AM

code dout

31 Views

if v_zfnpio = 'X'.

select COUNT(*) from zme2o_vendors

where werks = v_werks

and lifnr = v_lifnr

and ZFNPIO = 'X'

and ZFOSGR = 'X'.

else.

Hi,

what does the above code do can any one explain me.